jp wrote:
Another option, if you are using postfix, is to setup mydomain.com as a
virtual. Then in /etc/postfix/virtuals, you can
mydomain.com virtual
@mydomain.com [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
and so on... You can ommit the wildcard one if you just want to not
accept unspecified addresses at your domain.
This is bad advice. People do mistype addresses so do not trap every
invalid address. The Right Option (TM) is to not use a catchall alias at
all. If a catchall alias is needed, then be prepared to get a lot of
junk. you can trap few addresses or address forms , but make sure you
understand the risks.
Now this is becoming off topic IMHO. better suicide($this->thread) ;-p