Citation :
soft_bounce = no
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = boumkers mydomain = mondomaine
myorigin = $mydomain
#inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
mydestination = $myhostname, localhost.$mydomain <-- avec celui ca fais du loops back to myself
#mydestination = $myhostname, localhost.$mydomain, $mydomain <-- avec celui la il le met queue enfait et fais rien
#mydestination = $myhostname, localhost.$mydomain, $mydomain,
# mail.$mydomain, www.$mydomain, ftp.$mydomain
#mynetworks_style = class
#mynetworks_style = subnet
#mynetworks_style = host
#mynetworks = 168.100.189.0/28, 127.0.0.0/8
#mynetworks = $config_directory/mynetworks
#mynetworks = hash etc/postfix/network_table
#relay_domains = $mydestination
#relayhost = $mydomain
#relayhost = gateway.my.domain
#relayhost = uucphost
#relayhost = [an.ip.add.ress]
#local_recipient_maps = $alias_maps unix:passwd.byname
#in_flow_delay = 1s
#alias_maps = dbm etc/aliases
#alias_maps = hash etc/aliases
#alias_maps = hash etc/aliases, nis:mail.aliases
#alias_maps = netinfo aliases
#alias_database = dbm etc/aliases
#alias_database = dbm etc/mail/aliases
#alias_database = hash etc/aliases
#alias_database = hash etc/aliases, hash opt/majordomo/aliases
#recipient_delimiter = +
home_mailbox = Mailbox
#home_mailbox = Maildir/
#mail_spool_directory = /var/mail
mail_spool_directory = /var/spool/mail
#mailbox_command = /some/where/procmail
#mailbox_command = /some/where/procmail -a "$EXTENSION"
#mailbox_transport = lmtp:unix file/name
#mailbox_transport = cyrus
#fallback_transport = lmtp:unix file/name
#fallback_transport = cyrus
#fallback_transport =
#luser_relay = $user@other.host
#luser_relay = $local@other.host
#luser_relay = admin+$local
#header_checks = regexp etc/postfix/header_checks
smtpd_banner = $myhostname ESMTP
#local_destination_concurrency_limit = 2
#default_destination_concurrency_limit = 10
debug_peer_level = 2
#debug_peer_list = 127.0.0.1
#debug_peer_list = some.domain
#debugger_command =
PATH=/usr/bin usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
manpage_directory = /usr/man
sample_directory = /etc/postfix/sample
readme_directory = /usr/share/doc/postfix-1.1.3
|