I'm using the script shown at http://www.inter7.com/vpopmail/FAQ
to configure my pop3 service.
Now I want to add another domain, should I run 2 similar scripts or one
with both domains specified? something like this could work?
env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver 0 pop3 /var/qmail/bin/qmail-popup \
first.host.here second.host.here \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
And... what should I do to make users authenticate via pop without using
as login '[EMAIL PROTECTED]', I want them to use just 'username' as
any other pop3 service.
I compiled vpopmail with --enable-ip-alias-domains=y
What am I missing?
Regards,
Ruben Olague.