On Mar 23, 2006, at 10:28 AM, Steve Camp wrote:
The conversation that I envision would look something like:
-> MAIL FROM: <[EMAIL PROTECTED]>
<- 250 2.1.0 Sender ok
-> RCPT TO: <[EMAIL PROTECTED]>
<- XYZ X.W.V Go See someotherserver.otherdomain.com for
<[EMAIL PROTECTED]>
Is such a redirection possible?
Is it hard to configure?
Yes, it's possible, and no, it's fairly easy to configure. You want:
FEATURE(redirect)
...if using sendmail, which does:
redirect Reject all mail addressed to "address.REDIRECT" with
a ``551 User has moved; please try <address>'' message.
If this is set, you can alias people who have left
to their new address with ".REDIRECT" appended.
--
-Chuck
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"