Thread: SMTP Relay
View Single Post
  #28 (permalink)  
Old 04-23-2006, 11:06 PM
nick nick is offline
Intermediate Member
 
Posts: 18
Default Ugh. Figured out what was wrong

Hi, I figured out what was wrong. The Invalid argument comes from the relay_password.db file's version being mismatched with the version of postfix. The reason is that in the instructions above, the file is created with
Quote:
$ postmap /opt/zimbra/conf/relay_password
It would be a lot safer to use:
Quote:
$ /opt/zimbra/postfix/sbin/postmap /opt/zimbra/conf/relay_password
since at least on a Mac, there's another postfix install elsewhere on the machine which doesn't match the version used by Zimbra.

Kevin or others, in the long run, it might be nice to enable an install option to use versions of the off-the-shelf tools you use from elsewhere in the system. It's a bit silly that I have to run a whole separate web server, mysql, etc. for just my email system, since my machine will be doing a lot more than just email.

thanks for all your help, though!

cheers,
-Nick
Reply With Quote