I have change main.cf with :
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no append_dot_mydomain = no
#my name server myhostname = ns351550.ovh.net
readme_directory = no
alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases
mydestination = $myhostname, localhost.$mydomain $mydomain local_recipient_maps = $alias_maps unix:passwd.byname $virtual_mailbox_maps relayhost = mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128, 91.121.76.71 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all home_mailbox =
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domaines.cf virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_comptes.cf
virtual_uid_maps = static:5000 virtual_gid_maps = static:5000
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1
smtpd_tls_cert_file = /etc/ssl/certs/postfix.pem smtpd_tls_key_file = /etc/ssl/private/postfix.pem smtpd_use_tls = yes smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache smtpd_tls_auth_only = yes
smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_auth_enable = yes smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
maximal_queue_lifetime = 3d bounce_queue_lifetime = 3d
but now in my mail.log I have Relay access denied
Aug 12 10:40:20 ns351550 postfix/smtpd[5332]: NOQUEUE: reject: RCPT from
web24408.mail.ird.yahoo.com[87.248.114.220]: 554 5.7.1
contact@akairnet.com: Relay access denied; from=fwdavy@yahoo.fr
to=contact@akairnet.com proto=SMTP helo=
-- View this message in context: http://old.nabble.com/passwd%28contact%40akairnet.com%2C91.121.76.71%29%3A-u... Sent from the Dovecot mailing list archive at Nabble.com.