1. /var/qmail/control/me should be set to the cname of your secure certificate 2. in order to get depreciated SMTP + SSL (port 465) working I had to set up a custom process in /var/qmail/supervise/smtp-ssl. My "run" file is pasted below for reference.

YMMV,
Alvin

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
SMTPS=1
export SMTPS

exec /usr/bin/softlimit -m 12000000 \
    /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
    -u "$QMAILDUID" -g "$NOFILESGID" 0 465 \
    $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1

Aditya Nag wrote:

Hi,
So now everything is working, and my users are praising the speed of
the new system.. Life is good.

I have tested all the features and POP3, IMAP, POP3-SSL, IMAP-SSL are
all working. But SMPT + TLS or SMTP + SSL does not work. Is there some
way to get it working? I think Qmail toaster supports it, so I belive
it's something wrong on my system.

The error message I get with both SMTP-SSL and SMTP-TLS is "Unable to
connect to the specified SMTP server"

Normal SMTP works great.

I did a tail -f /var/log/qmail/smtpd/current and tried to log in with
SMPT-TLS and SMTP-SSL but  it didn't show anything.

I also tried switching off the firewall completely and then trying. No luck.

what could i do to get this to work?

Regards,
Aditya
--
www.adityanag.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to