Hello,
I've configured SMTP Auth following
RestrictPostfixRecipients - Zimbra :: Wiki
In smtpd_sender_restrictions, I have two parameters:
Quote:
reject_authenticated_sender_login_mismatch
reject_unauthenticated_sender_login_mismatch.
|
With this configuration, user using POP server can not send email (to local or outside) without authentication.
But if user using Zimbra client or using webmail, they can not send email and they receive notification
Quote:
|
Delivery Failure Notification: Invalid address: John Smith <a@domain.com>. com.zimbra.cs.mailbox.MailSender$SafeSendFailedExc eption: MESSAGE_NOT_DELIVERED; chained exception is: com.zimbra.cs.mailclient.smtp.InvalidRecipientExce ption: RCPT failed: Invalid recipient a@domain.com: 553 5.7.1 <a@domain.com>: Sender address rejected: not logged in
|
So I think the problem is that Zimbra client or webmail can not send authentication parameter to MTA.
So I want to know how Zimbra client or webmail actually work? Is there anyway to extend authentication from Zimbra client or webmail to MTA to be able to send email
Thank you very much