I thought I finally acheived victory with my problems with pop3 last night,
because I was finally able to read all the backed up email (around 400+).
But this morning I noticed I didn't have any new emails, and when sending
tests from other domains, they neither bounced, nor showed up in my mailbox
(I am using Maildir). Even when I send an email (still from my browser not
on trhe machine), using the account I'm using for qmail, the message gets
sent, never bounces, but also never arrives?!?!?!?! I notice that I'm STILL
not getting any logs in the /var/log/qmail/ log dirs. Getting that working
I'm sure would help greatly. I'm (I thought) using splogger, and my
/etc/syslog.conf shows that as logging to /var/log/maillog, but that too is
empty. I'm quite confused at this point, any help would (again) be
appreciated)
Below is my rc file also I put pop-3 in inetd since this is a very lightly
used system (me my wife and just a few "clients").
/var/qmail/rc:
# Using splogger to send the log through syslog.
# Using procmail to deliver messages to /var/spool/mail/$USER by default.
#exec env - PATH="/progs/qmail/bin:$PATH" /progs/qmail/bin/qmail-start '|
preline procmail' splogger qmail
#exec env - PATH="var/qmail/bin:/usr/local/bin:$PATH" qmail-start ./Maildir/
'| preline /usr/local/bin/maildrop' splogger qmail
exec env - PATH="/var/qmail/bin:$PATH" qmail-start " cat
/var/qmail/control/defaultdelivery " accustamp
#./Maildir/
tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup mail.merp.com
/bin/checkpassword /var/qmail/bin/qmail-pop3d maildir 2>&1 |
/var/qmail/bin/splogger pop3d &
#tcpserver 0 110 /var/qmail/bin/qmail-popup mail.merp.com /bin/checkpassword
/var/qmail/bin/qmail-pop3d Maildir &
#tcpserver 0 110 /var/qmail/bin/qmail-popup mail.merp.com
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
As you can see I've been messing with it quite a bit....
My /var/qmail/alias/.qmail* files all have a single line:
hawke
which is the username/account I want ALL email to go to (for now, I'll worry
about the other users when I get all this working properly for me).
Please let me know what else I should be looking at, thanks.
-Hawke