Postfix, sasl & mynetworks... - Linux et OS Alternatifs
Marsh Posté le 06-07-2005 à 20:25:55
J'ai installé sasl pour mon postfix, mais maitenant les clients du reseau local ne peuvent plus se connecter ! Une authentification est demandée Voila mon main.cf
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 = le-vert.net, REXXAR, localhost.localdomain, localhost relayhost = mynetworks = 127.0.0.0/8 10.0.0.0/8 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = no mailbox_command = procmail -a "$EXTENSION" smptd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated smtpd_sasl_local_domain = $myhostname
Comment ca se fait ? Au niveau de "smptd_recipient_restrictions" j'autorise bien mynetworks...
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 06-07-2005 à 20:25:55
J'ai installé sasl pour mon postfix, mais maitenant les clients du reseau local ne peuvent plus se connecter !
Une authentification est demandée
Voila mon main.cf
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 = le-vert.net, REXXAR, localhost.localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8 10.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = no
mailbox_command = procmail -a "$EXTENSION"
smptd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated
smtpd_sasl_local_domain = $myhostname
Comment ca se fait ? Au niveau de "smptd_recipient_restrictions" j'autorise bien mynetworks...