Add new comment

Want to support HowtoForge? Become a subscriber!
Submitted by zcox123 (registered user) on Tue, 2008-03-18 16:48.

If you include your hostname in the domains table, you should use this as the first postconf setting above for mydestination:

postconf -e 'mydestination = localhost, localhost.localdomain'

In other words, if your server1.example.com is mydomain.com, do not include mydomain.com in that list for mydestination if it is in the domains table, otherwise /var/log/mail.warn will give you lines like this, and email to mydomain.com will get bounced:

warning: do not list domain mydomain.com in BOTH mydestination and virtual_mailbox_domains

Otherwise, I followed this tutorial line-by-line and it works perfectly on Ubuntu 7.10 - nice work! 

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.