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
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