Re: [qmailtoaster] Re: [Norton AntiSpam]Re: [qmailtoaster] SMTPS (port 465) is not working

2019-01-24 Thread Eric Broch
This is with qmail-1.03-3.1 : #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb" HOSTNAME=`hostname` VCHKPW="/home/vpopmail/bin/vchkpw"

Re: [qmailtoaster] Re: [Norton AntiSpam]Re: [qmailtoaster] SMTPS (port 465) is not working

2019-01-24 Thread dave
Eric,  Would you mind sharing your smtp-ssl run file? I am having a little trouble with auth on mine and I think I broke it LOL. Thanks Dave On 1/11/19 2:40 PM, Eric Broch wrote: here's mine: #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat

Re: [qmailtoaster] Re: [Norton AntiSpam]Re: [qmailtoaster] SMTPS (port 465) is not working

2019-01-11 Thread Eric Broch
Tonino, We still use it. On 1/11/2019 4:16 PM, Tonix - Antonio Nati wrote: Hello Eric, I'm writing privately just for curiosity. Is chkuser still used in your distribution (I wrote chkuser, and I follow some lists on it, but I though it was going to be abandoned)? Did you customize any

Re: [qmailtoaster] Re: [Norton AntiSpam]Re: [qmailtoaster] SMTPS (port 465) is not working

2019-01-11 Thread Tonix - Antonio Nati
I forgot to delete the word "privately" :-):-):-). Il 12/01/2019 00:16, Tonix - Antonio Nati ha scritto: Hello Eric, I'm writing privately just for curiosity. Is chkuser still used in your distribution (I wrote chkuser, and I follow some lists on it, but I though it was going to be

Re: [qmailtoaster] Re: [Norton AntiSpam]Re: [qmailtoaster] SMTPS (port 465) is not working

2019-01-11 Thread Tonix - Antonio Nati
Hello Eric, I'm writing privately just for curiosity. Is chkuser still used in your distribution (I wrote chkuser, and I follow some lists on it, but I though it was going to be abandoned)? Did you customize any variable used by CHKUSER? Actually I'm not using chkuser anymore, since I'm using

[qmailtoaster] Re: [Norton AntiSpam]Re: [qmailtoaster] Re: [Norton AntiSpam]Re: [qmailtoaster] SMTPS (port 465) is not working

2019-01-11 Thread Solo
Hi Eric. Awesome -THANX a bunch - it just works smoothely now. Did I miss something installing the Qmail-1.03-3.1 ? I can tell from the list that there has been some writing about the export content in the smtps/run file, but my issue was there from since installing (I do have tried different

Re: [qmailtoaster] Re: [Norton AntiSpam]Re: [qmailtoaster] SMTPS (port 465) is not working

2019-01-11 Thread Eric Broch
here's mine: #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb" HOSTNAME=`hostname` VCHKPW="/home/vpopmail/bin/vchkpw" RECORDIO="/usr/bin/recordio"