source: trunk/server/fedora/config/etc/postfix/main.cf @ 2725

Last change on this file since 2725 was 2725, checked in by btidor, 8 years ago
Switch Postfix to IPv4-only because Gmail is blocking us
File size: 1.7 KB
Line 
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
9alias_maps = hash:/etc/aliases
10alias_database = hash:/etc/aliases
11myorigin = scripts.mit.edu
12mydestination = scripts.mit.edu, scripts, $myhostname, scripts-test.mit.edu, scripts-test, localhost
13relayhost =
14mynetworks_style = host
15mailbox_command = /usr/bin/procmail -t -p -a "${EXTENSION}" ~/mail_scripts/procmailrc
16mailbox_size_limit = 0
17message_size_limit = 41943040
18recipient_delimiter = +
19inet_interfaces = all
20readme_directory = /usr/share/doc/postfix/README_FILES
21sample_directory = /usr/share/doc/postfix/samples
22sendmail_path = /usr/sbin/sendmail
23html_directory = no
24setgid_group = postdrop
25command_directory = /usr/sbin
26manpage_directory = /usr/share/man
27daemon_directory = /usr/libexec/postfix
28newaliases_path = /usr/bin/newaliases
29mailq_path = /usr/bin/mailq
30queue_directory = /var/spool/postfix
31mail_owner = postfix
32virtual_alias_domains = hash:/etc/postfix/virtual, regexp:/etc/postfix/virtual_re, ldap:/etc/postfix/virtual-alias-domains-ldap.cf
33virtual_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
34data_directory = /var/lib/postfix
35authorized_flush_users = fail
36authorized_mailq_users = /etc/postfix/mailq_users
37authorized_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# 21 Oct 2015: switching to ipv4 only, since our ipv6 addresses don't
41# have rDNS records
42inet_protocols = ipv4
Note: See TracBrowser for help on using the repository browser.