RE: [qmailtoaster] SMTP run script

2017-02-10 Thread Dan McAllister - QMT DNS Admin
The RUN file for SMTP is (or should be) nearly identical to the one for SUBMISSION (and, if you're using it, SMTP-SSL). The differences will be: - change port 587 to port 25 (note, your files may show "smtp" or "submission" in the command line -- I prefer NOT to make it lookup those values every

Re: [qmailtoaster] SMTP run script

2017-02-10 Thread Tony White
Your welcome.. best wishes Tony White On 11/02/2017 02:18, Peter Peterse wrote: Tony, Thanks a lot. It's working again. Regards, Peter Tony White schreef op 10 februari 2017 14:41:01 CET: Any help to you? #!/bin/sh QMAILDUID=`id -u vpopmail`

Re: [qmailtoaster] SMTP run script

2017-02-10 Thread Peter Peterse
Tony, Thanks a lot. It's working again. Regards, Peter Tony White schreef op 10 februari 2017 14:41:01 CET: >Any help to you? > >#!/bin/sh >QMAILDUID=`id -u vpopmail` >NOFILESGID=`id -g vpopmail` >MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`

Re: [qmailtoaster] SMTP run script

2017-02-10 Thread Tony White
Any help to you? #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` SPAMDYKE="/usr/local/bin/spamdyke" SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf" SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"