|
Sujet : Postfix dans les choux, urgent :-( |
| M300A |
main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = mail.le-vert.net
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination =
relayhost =
mailbox_size_limit =
recipient_delimiter =
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
smptd_recipient_restrictions = permit_mynetworks
|
|