Hi Raymond
From memory you have used my webmail server guide
to install your vpopmail system
If this is the case, and you now want to convert to
using roaming users, then I suggest you will need to do these steps
:
* mv /etc/tcp.smtp* /home/vpopmail/etc
* edit the file
/var/qmail/supervise/qmail-smtpd/run
and change the references of :
/etc/tcp.smtp.cdb
to be :
/home/vpopmail/etc/tcp.smtp.cdb
* edit the file
/var/qmail/bin/qmailctl
and change the references of
/etc/tcp.smtp*
to be
/home/vpopmail/etc/tcp.smtp*
* qmailctl restart
* optionally download a copy of
vpopmail-5.3.24 or later (I would recommend you do this)
* delete your previous vpopmail source
dir
* extract your vpopmail
source
* configure --enable-roaming-users=y
plus any of your other config settings
make
make install-strip
* In the /home/vpopmail/etc/ dir, you should
now see the tcp.smtp.cdb file auto-updating each time someone successfully pop
auths.
Dont forget to crontab the clearopensmtp script to
run periodically
Dont forget that you then need to also rebuild any
other apps that use the vpopmail libraries
eg
qmailadmin
* go to your qmailadmin
source dir
* make clean
* ./configure (with your
preferred options)
* make
install-strip
courier-imap
* go to your courier-imap
source dir
* make clean
* ./configure (with your
preferred options)
* make
install
|
- [vchkpw] Compiled FreeBSD 4.8 Hani Mouneimne
- Re: [vchkpw] Compiled FreeBSD 4.8 Tom Collins
- Re: [vchkpw] Compiled FreeBSD 4.8 Raymond Luong
- Michael Bowe