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

Last change on this file since 2656 was 2656, checked in by adehnert, 9 years ago
Disable postqueue -f and mailq for normal users postqueue -f seems like it could have detrimental effects on our spam reputation, and normal users shouldn't need to use it. mailq has privacy implications, and shouldn't be permitted to unprivileged users.
File size: 1.6 KB
RevLine 
[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
9alias_maps = hash:/etc/aliases
10alias_database = hash:/etc/aliases
11myorigin = scripts.mit.edu
[2375]12mydestination = scripts.mit.edu, scripts, $myhostname, scripts-test.mit.edu, scripts-test, localhost
[39]13relayhost =
[2255]14mynetworks_style = host
[356]15mailbox_command = /usr/bin/procmail -t -a "${EXTENSION}" ~/mail_scripts/procmailrc
[39]16mailbox_size_limit = 0
[2502]17message_size_limit = 41943040
[39]18recipient_delimiter = +
19inet_interfaces = all
[2640]20readme_directory = /usr/share/doc/postfix/README_FILES
21sample_directory = /usr/share/doc/postfix/samples
[484]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
[1443]32virtual_alias_domains = hash:/etc/postfix/virtual, regexp:/etc/postfix/virtual_re, ldap:/etc/postfix/virtual-alias-domains-ldap.cf
[2460]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
[867]34data_directory = /var/lib/postfix
[2656]35authorized_flush_users = fail
36authorized_mailq_users = /etc/postfix/mailq_users
[1227]37authorized_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.
40inet_protocols = all
Note: See TracBrowser for help on using the repository browser.