In Ubuntu, how can I configure an SMTP server to not check if an email address exists?

link|improve this question

1  
Please include the MTA you are using. – Doug Luxem May 5 '11 at 22:14
feedback

1 Answer

up vote 2 down vote accepted

I assume you're using Postfix?

If you set local_recipient_maps = (blank after the "=") in /usr/share/postfix/main.cf, it should accept anything on the local domain.

http://www.postfix.org/postconf.5.html#local_recipient_maps

link|improve this answer
I'm using nothing) will use postfix. thx – Boris May 5 '11 at 21:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.