-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey Shawn,

Shawn wrote:
| After Jeff's presentation on Qmail at the last meeting, I decided to try
| Qmail on my new server installation.  It's been "fun" - trying to use the
| Life With Qmail guide on a Gentoo server that does the compilation part of
| the install for you.  Then, having to try and find what parts of the
| procedure the compilation process (via the "emerge" command) has missed.
Ok I personally don't use emerge for qmail as it makes some different
choices in the install then I do personally.  Plus if you ever need to
goto the qmail list for help the first thing they're going to say is to
uninstall the emerged package and reinstall with LWQ.  But since I'm not
quite as draconian as the people on the qmail list.....
| But, I think I got it.  I'm able to send mail out from my console and
| receive mail in (using mutt to test outgoing/incoming mail to my user
| account).
|
Ok that's good.
| Pop3 is giving me problems though.  My user account is configured the
exact
| same way it was on my previous server (same username/password).  I've
| started the POP3 processes, and a "nmap localhost" reveals that port
110 is
| open. (just occured to me that I didn't verify it was Qmail opening
the port
| though - I'll check this in a bit).  I'm trying to connect to the pop3
| server via MS Outlook on my Win2K box - but I'm getting a consistent
| authentication failure.  Not knowing enough about Qmail (yet), I'm hoping
Ok a few things to check.
$ sudo svstat /service/qmail-pop3d /service/qmail-pop3d/log/
/service/qmail-pop3d: up (pid 10918) 423287 seconds
/service/qmail-pop3d/log/: up (pid 1176) 2459758 seconds

(this is the output from mine) your directories may be different. The
first thing to check is ensure that both the main service and the
logging subsystem say up and they've been running for more then 1 second.

second you need to make sure you have a checkpassword interface
installed on gentoo (emerge net-mail/checkpassword).

If that package is installed, the next thing to check is the pop3 run
script is calling the checkpassword interface, it should be the command
afer your hostname in the /service/qmail-pop3d/run.

ie

exec /usr/bin/tcpserver -x/etc/tcp.pop3.cdb -v -H -R -c200 0 pop-3
/var/qmail/bin/qmail-popup medusa.blahz.ab.ca /var/qmail/bin/auth_pop
/var/qmail/bin/qmail-pop3d ./Maildir/ 2>&1

My run script uses the auth_pop checkpassword cause I'm using qmail-ldap
but yours should look similar.

Lastly you'd need to test you checkpassword interface you can do it like
this

printf "%s\0%s\0%s\0" username password Y123456 | /bin/checkpassword id 3<&0

That's supposed to be on one line.

You should get the same output as if you run id by hand under your user
account.

Ok I think that's long enough for right now. If anything isn't here
doesn't work that's the spot to look at.  If you need some more help
just post back :).


- -- Mike Site: http://www.blahz.org/ GPG Key: http://www.blahz.org/gpg.asc God invented SCO to give people a company to hate more than Microsoft.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAJlIqw+I3MvUBM6QRAo44AJ9xxmzdO8erOWZYLRe/YnFNKAsrOQCdEc5W
aANYdZUvhGWDa/tViZ4MA3E=
=ws47
-----END PGP SIGNATURE-----


_______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

Reply via email to