If I want to use this method, I'm sure I can probably set that up, but I don't know what things I need to change/remove elsewhere to ensure that everything is still ok.
Nearest I can figure, I'm using courier IMAP/relay-ctrl to handle pop3. Here's an excerpt from the howto I used...
vi /usr/lib/courier-imap/libexec/pop3d.rc
Right before "/usr/lib/courier-imap/libexec/couriertcpd -address=$ADDRESS \" enter this line:
/usr/local/bin/envdir /etc/relay-ctrl /usr/local/bin/relay-ctrl-chdir \
vi /usr/lib/courier-imap/etc/pop3d change "AUTHMODULES="authdaemon" to AUTHMODULES="authdaemon relay-ctrl-allow"
I could be way off here, but looking over my howto, that is the only place where pop3d is really discussed. Can someone advise me?
From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [qmailadmin] Can't login and download mail Date: Sun, 7 Sep 2003 16:07:48 -0700 (PDT)
How are you starting qmail-pop3d. It sounds like you have a file permission issue, or more likely you script doesn't tell qmail-pop3d what to use to authenticate users against An example for tcpserver is tcpserver -H -R 0 pop3 \ qmail-popup sysadmin-inc.com \ /home/vpopmail/bin/vchkpw qmail-pop3d Maildir &
notice /var/vpopmail/bin/vchkpw is a actual file
P.S. I am writting this email away from my servers and thought it was qmail-popup not qmail-pop3d, the script may call for qmail-popup instead of qmail-pop3d
> I've just finished the instructions for setting up vpopmail, mysql, > autorespond, ezmlm and qmailadmin. I only had a few small problems > during the installs, but I think everything is installed properly now, > to the best of my knowledge. > > I already had qmail installed a while back and that was working fine. I > had mysql preinstalled when I loaded redhat 9, so it was just a matter > of getting it configured. > > Anyway now I am able to open qmailadmin in my browser, and I'm able to > login and create new email accounts just fine. I have only created a > test account in addition to the postmaster account. I have also tried > sending mail to each one, and it seems to be accepting the messages and > properly (according to the log files) and forwarding the messages to > the default account. > > The problem is, I am unable to login to the account and download > messages. I have tried changing the password a couple of times to be > sure it was properly set, but I'm still unable to login. > > I am able to send mail using the test account, but it seems to be taking > a LOOONG time sitting in my outbox before the message actually sends. > > I'm really not sure where to begin, but I think it may have something to > do with removing the old qmail setup so that qmailadmin can take over? > Can somebody help? > > Here is how I've got vpopmail and qmailadmin configured: > > vpopmail: > ./configure \ > --enable-roaming-users=n \ > --enable-logging=p \ > --enable-defaultquota=20971520S \ > --enable-ip-alias-domains=n \ > --enable-passwd=n \ > --enable-clear-passwd=y \ > --enable-domain-quotas=n \ > --enable-mysql=y \ > --enable-incdir=/usr/include/mysql \ > --enable-libdir=/usr/lib/mysql \ > --enable-many-domains=n \ > --enable-auth-logging=y \ > --enable-mysql-logging=y \ > --enable-valias=y \ > --enable-mysql-limits=n > > > qmailadmin: > ./configure \ > --enable-htmldir=/var/www/qmailadminhtml \ > --enable-cgibindir=/var/www/cgi-bin \ > --enable-autoresponder-bin=/usr/local/bin \ > --enable-vpopuser=vpopmail \ > --enable-ezmlmdir=/usr/local/bin/ezmlm/ezmlm-0.53 \ > --enable-ezmlmidx=y > > _________________________________________________________________ > Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage. > http://join.msn.com/?PAGE=features/es > >
_________________________________________________________________
Send and receive larger attachments with Hotmail Extra Storage. http://join.msn.com/?PAGE=features/es
