[39] | 1 | #biff = no |
---|
| 2 | |
---|
| 3 | # appending .domain is the MUA's job. |
---|
| 4 | #append_dot_mydomain = no |
---|
| 5 | |
---|
| 6 | # Uncomment the next line to generate "delayed mail" warnings |
---|
| 7 | #delay_warning_time = 4h |
---|
| 8 | |
---|
| 9 | alias_maps = hash:/etc/aliases |
---|
| 10 | alias_database = hash:/etc/aliases |
---|
| 11 | myorigin = scripts.mit.edu |
---|
[2375] | 12 | mydestination = scripts.mit.edu, scripts, $myhostname, scripts-test.mit.edu, scripts-test, localhost |
---|
[39] | 13 | relayhost = |
---|
[2255] | 14 | mynetworks_style = host |
---|
[356] | 15 | mailbox_command = /usr/bin/procmail -t -a "${EXTENSION}" ~/mail_scripts/procmailrc |
---|
[39] | 16 | mailbox_size_limit = 0 |
---|
[2502] | 17 | message_size_limit = 41943040 |
---|
[39] | 18 | recipient_delimiter = + |
---|
| 19 | inet_interfaces = all |
---|
[2640] | 20 | readme_directory = /usr/share/doc/postfix/README_FILES |
---|
| 21 | sample_directory = /usr/share/doc/postfix/samples |
---|
[484] | 22 | sendmail_path = /usr/sbin/sendmail |
---|
| 23 | html_directory = no |
---|
| 24 | setgid_group = postdrop |
---|
| 25 | command_directory = /usr/sbin |
---|
| 26 | manpage_directory = /usr/share/man |
---|
| 27 | daemon_directory = /usr/libexec/postfix |
---|
| 28 | newaliases_path = /usr/bin/newaliases |
---|
| 29 | mailq_path = /usr/bin/mailq |
---|
| 30 | queue_directory = /var/spool/postfix |
---|
| 31 | mail_owner = postfix |
---|
[1443] | 32 | virtual_alias_domains = hash:/etc/postfix/virtual, regexp:/etc/postfix/virtual_re, ldap:/etc/postfix/virtual-alias-domains-ldap.cf |
---|
[2460] | 33 | virtual_alias_maps = hash:/etc/postfix/virtual, regexp:/etc/postfix/virtual_re, ldap:/etc/postfix/virtual-alias-maps-ldap-reserved.cf, ldap:/etc/postfix/virtual-alias-maps-ldap.cf |
---|
[867] | 34 | data_directory = /var/lib/postfix |
---|
[2656] | 35 | authorized_flush_users = fail |
---|
| 36 | authorized_mailq_users = /etc/postfix/mailq_users |
---|
[1227] | 37 | authorized_submit_users = !/etc/postfix/blocked_users, static:all |
---|
[2330] | 38 | # "all" is the default, but if we do not specify it, Fedora's packaging |
---|
| 39 | # will add the wrong value here. |
---|
| 40 | inet_protocols = all |
---|