Re: [vchkpw] Failure to update tcp.smtp - No authorized relaying for roaming user!

2009-11-10 Thread James Smallacombe
f the tcp.smtp.cdb file. For example, FreeBSD ports wants to put in in /var/etc/vpopmail, or some bizarre place like that. Do a search on the file and make sure there's only one of them and check the time stamp, to make sure it's being updated every time somebody POPs in. James Sma

Re: [vchkpw] Failure to update tcp.smtp - No authorized relaying for roaming user!

2009-11-10 Thread James Smallacombe
y vpopmail. Look for another file called "open-smtp". vpopmail is supposed to merge that and /etc/tcp.smtp into one cdb file. You likely need to symlink one of them to the other. Possibly: cd ~vpopmail/etc/ rm tcp.smtp.cdb ln -s /etc/tcp.smtp.cdb tcp.smtp.cdb Or somethi