View Single Post
  #7   (View Single Post)  
Old 24th November 2008
satimis satimis is offline
Port Guard
 
Join Date: May 2008
Posts: 27
Default

Quote:
Originally Posted by deemon View Post
If you installed FreeBSD with Standard installation procedure then everything required to run nameserver is already in system. No additional software needed.
If you only use it only locally* then I don't think any port forwarding is necessary.
* locally - in host system or in any of the guest systems.
Unfortunately I can't install FreeBSD on the guest of the Xen box. I'll install Debian Etch as OS. Besides I'll remove /etc/resolv.conf. Can BIND9 do the job replacing resolv.conf ?


Quote:
It seems you use old postfix mysql interface. Not that it's wrong or anything but I find the new interface (since postfix 2.2) for mysql is better (clearer & more flexible, can use joins etc..)
Check mysql_table man page.
New interface would be with the example above like this:
Code:
hosts = 127.0.0.1
user = mail
password = apassword
dbname = maildb 

query = SELECT transport FROM backups WHERE domain='%s' AND enabled=1
Noted with thanks.


Quote:
Yes - that's exacly what you should do and that's what I had in mind when I was talking about mail gateway.
Still I haven't got a clear picture on the settings of MySQL users table to make the incoming mails to be routed to their mail servers according to domain. Example would be appreciated. TIA


B.R.
satimis
Reply With Quote