| … | |
… | |
| 225 | <codenote>mangled by postfix and be unable to auth.</codenote> |
225 | <codenote>mangled by postfix and be unable to auth.</codenote> |
| 226 | |
226 | |
| 227 | smtpd_recipient_restrictions = |
227 | smtpd_recipient_restrictions = |
| 228 | permit_sasl_authenticated, |
228 | permit_sasl_authenticated, |
| 229 | permit_mynetworks, |
229 | permit_mynetworks, |
| 230 | reject_unath_destination |
230 | reject_unauth_destination |
| 231 | |
231 | |
| 232 | |
232 | |
| 233 | smtpd_use_tls = yes |
233 | smtpd_use_tls = yes |
| 234 | #smtpd_tls_auth_only = yes |
234 | #smtpd_tls_auth_only = yes |
| 235 | smtpd_tls_key_file = /etc/postfix/newreq.pem |
235 | smtpd_tls_key_file = /etc/postfix/newreq.pem |
| … | |
… | |
| 540 | virtual_mailbox_domains = |
540 | virtual_mailbox_domains = |
| 541 | virt-bar.com, |
541 | virt-bar.com, |
| 542 | $other-virtual-domain.com |
542 | $other-virtual-domain.com |
| 543 | |
543 | |
| 544 | virtual_minimum_uid = 1000 |
544 | virtual_minimum_uid = 1000 |
| 545 | virtual_gid_maps = static: $vmail-gid |
545 | virtual_gid_maps = static:$vmail-gid |
| 546 | virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf |
546 | virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf |
| 547 | virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf |
547 | virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf |
| 548 | virtual_uid_maps = static: $vmail-uid |
548 | virtual_uid_maps = static:$vmail-uid |
| 549 | virtual_mailbox_base = / |
549 | virtual_mailbox_base = / |
| 550 | #virtual_mailbox_limit = |
550 | #virtual_mailbox_limit = |
| 551 | </pre> |
551 | </pre> |
| 552 | <p>As of Postfix 2.0.x, there were a number of significant changes over the 1.1.x release. Notably the transport, virtual-gid, and virtual-uid tables are no longer necessary. The tables are still included if you wish to use them.</p> |
552 | <p>As of Postfix 2.0.x, there were a number of significant changes over the 1.1.x release. Notably the transport, virtual-gid, and virtual-uid tables are no longer necessary. The tables are still included if you wish to use them.</p> |
| 553 | <note>It is recommended tha you read VIRTUAL_README included with the postfix doc's for more information.</note> |
553 | <note>It is recommended tha you read VIRTUAL_README included with the postfix doc's for more information.</note> |