I'm using sendmail to send emails.
Let say user1@mydomain.com sends an email to doesnotexist@external-domain.com. Then the mail server gets bounce with the following information:
<doesnotexist@external-domain.com>
(reason: 550 Requested action not taken: mailbox unavailable)
----- Transcript of session follows -----
... while talking to mx1.external-domain.com.:
>>> DATA
<<< 550 Requested action not taken: mailbox unavailable
550 5.1.1 <doesnotexist@domain.com>... User unknown
<<< 503 Need Rcpt command.
How can I redirect these bounce backs to a different mailbox other than the mailbox user1@mydomain.com ?
thanks in advanced,
Let say user1@mydomain.com sends an email to doesnotexist@external-domain.com. Then the mail server gets bounce with the following information:
<doesnotexist@external-domain.com>
(reason: 550 Requested action not taken: mailbox unavailable)
----- Transcript of session follows -----
... while talking to mx1.external-domain.com.:
>>> DATA
<<< 550 Requested action not taken: mailbox unavailable
550 5.1.1 <doesnotexist@domain.com>... User unknown
<<< 503 Need Rcpt command.
How can I redirect these bounce backs to a different mailbox other than the mailbox user1@mydomain.com ?
thanks in advanced,