we sometimes receive external mails with malformed addresses based on
client-sided addressbook entries like
Name; Firstname [EMAIL PROTECTED]
(or something like that).
qmail notifies the sender that
Name;@webseek.de (which is our domain) does not exist.
i would like to prevent that completion to [EMAIL PROTECTED],
but i am want to ensure that mails sent locally (by scripts for example)
to "username" will still be delivered correctly.
also i have lots of aliases like
u.sername: username
and want those to keep working too.
so, is there a way to only disable that completion for mails received
via smtp (if thats what is needed) or some other way to solve the
problem on our side?
thanks
wolfgang