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

Last change on this file since 866 was 556, checked in by geofft, 16 years ago
Postfix changes for webzephyr
File size: 1.0 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, localhost
13relayhost =
14mynetworks = 127.0.0.0/8
15mailbox_command = /usr/bin/procmail -t -a "${EXTENSION}" ~/mail_scripts/procmailrc
16mailbox_size_limit = 0
17recipient_delimiter = +
18inet_interfaces = all
19readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES
20sample_directory = /usr/share/doc/postfix-2.4.5/samples
21sendmail_path = /usr/sbin/sendmail
22html_directory = no
23setgid_group = postdrop
24command_directory = /usr/sbin
25manpage_directory = /usr/share/man
26daemon_directory = /usr/libexec/postfix
27newaliases_path = /usr/bin/newaliases
28mailq_path = /usr/bin/mailq
29queue_directory = /var/spool/postfix
30mail_owner = postfix
31virtual_alias_domains = szs.mit.edu webzephyr.mit.edu
32virtual_alias_maps = hash:/etc/postfix/virtual
Note: See TracBrowser for help on using the repository browser.