Hello Everyone,
I'm new to Linux so please bare with me. I'm running qmail 1.03, vpopmail
4.9.2, qmailadmin 0.35, sqwebmail 1.0. I have everything installed and
configured. I am able to send mail and receive it via pop3 to a local user.
The problem that I'm having is I created a virtual domain called
medstudents.ucsd.edu, I also created a virtual user called deeznutz with
qmailadmin I see the user it created in
/var/vpopmail/domains/medstudents.ucsd.edu/deeznutz, but when I send a
message to [EMAIL PROTECTED] it get stuck it the queue and not
delivered to the users Maildir.
This is my /var/qmail/supervise/qmail/qmail-pop3d/run
#!/bin/sh
exec /usr/local/bin/tcpserver -v -R 0 pop3 \
/var/qmail/bin/qmail-popup techmail.ucsd.edu \
/var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1
This is my /var/qmail/supervise/qmail/qmail-smtpd/run
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 4000000 \
/usr/local/bin/tcpserver -v -p -x/var/vpopmail/etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
This is my /var/log/qmail/smtpd/current
@4000000039cac1123970374c status: local 0/10 remote 0/20
@4000000039cac17f32ca1d04 starting delivery 1: msg 34743 to local
[EMAIL PROTECTED]
@4000000039cac17f32cab55c status: local 1/10 remote 0/20
@4000000039cac17f32caeff4 starting delivery 2: msg 34768 to local
[EMAIL PROTECTED]
@4000000039cac17f32cb41fc status: local 2/10 remote 0/20
@4000000039cac17f35cd4314 delivery 1: deferral:
Unable_to_chdir_to_maildir._(#4.2.1)/
@4000000039cac17f35cdcbcc status: local 1/10 remote 0/20
@4000000039cac17f3652f1bc delivery 2: deferral:
Unable_to_chdir_to_maildir._(#4.2.1)/
@4000000039cac17f365372a4 status: local 0/10 remote 0/20
Both of these users are virtual users only egreer is a local. If I send
mail to [EMAIL PROTECTED] it works fine, but if I send a message to
[EMAIL PROTECTED] I get the error message you see in the current
log file.
Please help me shine some light on this I'm up against a deadline.
Thanks,
Eddie Greer