Helo,
 
I am not a very experienced sys-admin. The box that this is being run on is more of a co-op of hobbyists that want their own email domains. I happen to be the hobbyist with the most technical  experience, OH Joy!
 
We are useing qmail, vpopmail, sqwebmail, qmailadmin and relay-ctrl, which I installed step by step according to the instructions at http://untroubled.org/relay-ctrl/
and David Sill's Qmail Handbook.
 
I am certain this is a configuration problem on my part. I have qmail installed and working properly following the step by step instructions from David Sill's book. It works fine.
 
 
 
Here is what is happening:
 
1) We can connect from any IP and get POP3 mail : OK
 
2) SMTP is accepted and delivered mail for users hosted on the box and also for the virtual domains hosted on the box : OK
 
3) SMTP is relayed for users who have authorized via POP3: OK
 
4) Mail is NOT being sent for users who login via SQWEBMAIL and try to send email: NOT OK
 
5) I am not sure what configuration that the users of this list need to see to help me. So I am sending what I think is helpful
    if someone would like to see more let me know. I am sure this is some issue of "I configured everything right and missed one little thing".
    Some times the extra pair of eyes helps.
 
TIA
sparky
 
Here is everything:
 
cat /service/qmail-smtp/run
 
 
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`head -1 /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 6000000 \
        envdir /etc/relay-ctrl \
        /usr/local/bin/relay-ctrl-chdir \
        /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 25 /var/qmail/bin/qmail-smtpd 2>&1
 
cat /service/qmail-pop3d/run
 
MAXPOP3D=`head -1 /var/qmail/control/concurrencypop3`
exec /usr/local/bin/softlimit -m 6000000 \
        envdir /etc/relay-ctrl \
        /usr/local/bin/relay-ctrl-chdir \
        /usr/local/bin/tcpserver -v -R -H -l 0 -x /etc/tcp.pop3.cdb -c "$MAXPOP3D" \
        -u0 -g0 0 110 /var/qmail/bin/qmail-popup <DOMAIN-NAME> /home/vpopmail/bin/vchkpw \
        /usr/local/bin/relay-ctrl-allow \
        /var/qmail/bin/qmail-pop3d Maildir 2>&1
 
ls /etc/relay-ctrl
 
RELAY_CTRL_DIR  RELAY_CTRL_RELAYCLIENT
cat RELAY_CTRL_DIR
/var/spool/relay-ctrl/allow
 
cat RELAY_CTRL_RELAYCLIENT
<empty as it should be>
 
cat /etc/tcp.smtp
127.:allow,RELAYCLIENT=""
 
cat /etc/tcp.pop
:allow
 
 
"- Add the following line to a file in /etc/cron.d.
 * * * * * root envdir /etc/relay-ctrl /usr/sbin/relay-ctrl-age"
 
added file /etc/cron.d/relay-ctrl
 
cat /etc/cron.d/relay-ctrl
* * * * * root envdir /etc/relay-ctrl /usr/sbin/relay-ctrl-age
 
 

Reply via email to