Andreas Schuldei writes: > I would like to configure courier to warn the sender of some mail > that the email address that he sent his mail to did not exist. > how do I do that? Right now the mail is send to the postmaster > alias.
I'm using following sysconfdir/aliasdir/courier-default file: admin-unknown |echo "550 5.1.1 No such mailbox here"; exit 77 This configuration sends standard courier dsn for unknown user. You can change it so that messages for unknown users just go to the special alias without error code and then set up any filter and autoreply message for that alias (e.g. by webmail). Alexei. _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
