1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = mail.wodel.wd
mydomain = wodel.wd
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mynetworks = 192.168.2.0/24 127.0.0.0/8
recipient_delimiter = +
smtpd_banner = $myhostname
debug_peer_level = 4
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.3.3/samples
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
alias_maps = hash:/etc/aliases
local_recipient_maps = $alias_maps
#local_recipient_maps = $alias_maps $virtual_mailbox_maps
#local_transport = virtual
#mailbox_transport = dovecot
dovecot_destination_concurrency_limit = 1
dovecot_destination_recipient_limit = 1
virtual_alias_maps = ldap:/etc/postfix/ldap/ldap_aliases.cf
virtual_mailbox_base = /var/vmail
virtual_mailbox_maps = ldap:/etc/postfix/ldap/ldap_users.cf
virtual_transport = dovecot
virtual_uid_maps = static:vmail
virtual_gid_maps = static:vmail
unknown_local_recipient_reject_code = 550
#disable_dns_lookups = no
#masquerade_exceptions = root
#masquerade_classes = envelope_sender, header_sender, header_recipient
#defer_transports =
mailbox_size_limit = 0
#virtual_minimum_uid = 503 |
Partager