SuSE IMAP-Server
User unknown
")
Edit the file
/usr/cyrus/bin/xprocmail
change the last line from:
old:
exec /usr/cyrus/bin/deliver -e -q -F R -m "$EXT" "$USER"
new:
exec /usr/cyrus/bin/deliver -q -F R -m "$EXT" mailadmin
Edit the file
/etc/postfix/main.cf
Insert the line:
luser_relay = mailadmin@MYEMAILSERVER.NET
mailadmin
is the user, who receives all the mail which was sent to unknown users.
MYEMAILSERVER.NET
is to be replaced with your domain.
since eMail Server Version 3 mailadmin
can't setup to receive
mail for unknown users. But it's posible
to get a copy of each rejected mail.
To make this posible you have to edit one configuration file.
Edit the file
/etc/postfix/main.cf
Insert following line:
notify_classes = bounce
Now mailadmin
receives a copy from each mail that bounced back to sender.