this is log file:
Nov 28 14:04:49 zmail postfix/smtpd[29893]: connect from xxx.xxx[IP]
Nov 28 14:04:53 zmail postfix/smtpd[29893]: NOQUEUE: reject: RCPT from xxx.xxx[IP]: 554 5.7.1
<user@mydomain>: Relay access denied; from=<user@specialdomain> to=<user@mydomain> proto=ESMTP helo=<xxx.xxx>
Nov 28 14:04:53 zmail postfix/smtpd[29893]: disconnect from xxx.xxx[IP]
..
I read the document bellow but I think everything is OK with my config
ZimbraMtaMyNetworks - Zimbra :: Wiki
also this is my main.cf:
permitted_senders_list = check_sender_access hash:/opt/zimbra/postfix/conf/permitted_senders, reject
smtpd_restriction_classes = permitted_senders_list
smtpd_recipient_restrictions = check_recipient_access hash:/opt/zimbra/postfix/conf/protected_recipients, reject_non_fqdn_recipient, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unlisted_recipient, permit
Someone suggested to create cert again,I did it too .But it doesn't work..
It happens just for some users sometimes.
thannks |