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 |
---|
12 | mydestination = scripts.mit.edu, scripts, $myhostname, scripts-test.mit.edu, scripts-test, localhost |
---|
13 | relayhost = |
---|
14 | mynetworks_style = host |
---|
15 | mailbox_command = /usr/bin/procmail -t -p -a "${EXTENSION}" ~/mail_scripts/procmailrc |
---|
16 | mailbox_size_limit = 0 |
---|
17 | message_size_limit = 41943040 |
---|
18 | recipient_delimiter = + |
---|
19 | inet_interfaces = all |
---|
20 | readme_directory = /usr/share/doc/postfix/README_FILES |
---|
21 | sample_directory = /usr/share/doc/postfix/samples |
---|
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 |
---|
32 | virtual_alias_domains = hash:/etc/postfix/virtual, regexp:/etc/postfix/virtual_re, ldap:/etc/postfix/virtual-alias-domains-ldap.cf |
---|
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 |
---|
34 | data_directory = /var/lib/postfix |
---|
35 | authorized_flush_users = fail |
---|
36 | authorized_mailq_users = /etc/postfix/mailq_users |
---|
37 | authorized_submit_users = !/etc/postfix/blocked_users, static:all |
---|
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 |
---|
41 | # note: as of 21 Oct 2015, our IPv6 addresses do not have rDNS and are rejected by Gmail |
---|
42 | smtp_address_preference = ipv4 |
---|