Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread Dieter Febel
Hi Finn,  Thank you, never saw your email, got it in the archive, email is up and running again.  submission still does not work without STARTTLS encryption, but at least the email is flowing again.   Thanks you,  Dieter -Original Message- Date: Mon, 25 Jan 2021 08:48:22 +0200

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread Dieter Febel
Hi Eric,  I restarted the server, now its refusing connections on port 25. So no incoming email. I reverted to :  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"

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread qmail
Hi Eric. Well yes, and I believe they are in the 'default' setup - at least I have 2 (submission, smtps) because I used to use 587 but switched to 465 and left 587 running just in case... (actually I responded to the mail because it looked like Dieter was making the changes in the smtp run

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread qmail
You need to have Your /var/qmail/supervise/smtp/run (port 25) as below #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` SPAMDYKE="/usr/bin/spamdyke" SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread Eric Broch
Are there two submission daemons running? Restart server. On 1/24/2021 9:10 AM, qm...@mailonly.dk wrote: You need to have Your /var/qmail/supervise/smtp/run (port 25) as below #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat