Cheers, I ran with your example and got it up and working, on all domains, thank you very much. Only change really was the place to edit the starting of pop3d.
I had to edit the run file in /var/qmail/supervise/qmail-pop3d I put in your example and it fired right up and started working. Thanks again Brady Bowen -----Original Message----- From: James Mattingly [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 2:47 PM To: [EMAIL PROTECTED] Subject: RE: [qmailadmin] can't login to pop3 account maybe a vpopmail issue I am using qmail-pop3d with vpopmail, and courier-imap only for our squirrelmail users. The pop3 install with courier-imap is optional. Here is how I'm starting the pop3 daemon: env - PATH="/var/qmail/bin:/usr/local/bin" \ tcpserver -H -R 0 pop3 \ /var/qmail/bin/qmail-popup hostname.domain.net \ /var/qmail/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & Just replace hostname.domain.net with your info. This is from my /etc/rc.d/init.d/qmail-pop3 file. Here are the full contents: ---start snippit--- #!/bin/sh PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin export PATH case "$1" in start) echo -n "Starting pop3 service: svscan" env - PATH="/var/qmail/bin:/usr/local/bin" \ tcpserver -H -R 0 pop3 \ /var/qmail/bin/qmail-popup hostname.domain.net \ /var/qmail/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & ;; stop) ;; *) echo "Usage: $0 {start|stop}" exit 1 ;; esac exit 0 ----end snippit----- -----Original Message----- From: Ajai Khattri [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 1:18 PM To: [EMAIL PROTECTED] Subject: Re: [qmailadmin] can't login to pop3 account maybe a vpopmail issue bradyb wrote: > Ok maybe to clarify slightly more, > > I installed Qmail on Mandrake Linux in rpm format > > I installed the qmail-pop3d also in rpm format > > I compiled both qmailadmin and vpopmail according to the INSTALL If you are using vpopmail then shouldn't you be using courier-imap to provide POP3/IMAP service? I don't think qmail-pop3d works with vpopmail? (someone correct me if Im wrong). -- Aj. Systems Administrator / Developer
