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

2021-01-25 Thread Remo Mattei
t SMTPAUTH="!" exec /usr/bin/softlimit -m 12800 \ /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \ $SMTPD $VCHKPW /bin/true 2>&1 -- Original Message --

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

2021-01-24 Thread Dieter Febel
Subject: Re: [qmailtoaster] Error when trying to send on submission port To: qmailtoaster-list@qmailtoaster.com From: 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

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

2021-01-24 Thread Dieter Febel
Could you please help? I also restarted after I reverted the changes.  Kind regards,  Dieter -Original Message- Date: Sun, 24 Jan 2021 10:17:49 -0700 Subject: Re: [qmailtoaster] Error when trying to send on submission port To: qmailtoaster-list@qmailtoaster.com Reply-to: qmailtoaste

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

2021-01-24 Thread qmail
uot;/home/vpopmail/bin/vchkpw" export SMTPAUTH="!" exec /usr/bin/softlimit -m 12800\  /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \  -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \  $SMTPD $VCHKPW /bin/true 2>&1

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

2021-01-24 Thread qmail
_CDB="/etc/tcprules.d/tcp.smtp.cdb" HOSTNAME=`hostname` VCHKPW="/home/vpopmail/bin/vchkpw" export SMTPAUTH="!" exec /usr/bin/softlimit -m 12800\ /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \ -u "$QMAILDUID" -g &

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

2021-01-24 Thread Eric Broch
usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \  -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \  $SMTPD $VCHKPW /bin/true 2>&1 -Original Message- *Date*: Sat, 23 Jan 2021 10:17:11 -0700 *Subject*: Re: [qmailtoaster] Error when t

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

2021-01-23 Thread Dieter Febel
Hi Eric,  I changed the file to what you recommended, but I am still getting the same error. I have authentication turned on in the email client, and no encryption. The reported error was "MAIL FROM command failed: Authorization required (#5.7.1)". #!/bin/sh QMAILDUID=`id -u vpopmail`

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

2021-01-23 Thread Eric Broch
#!/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" export SMTPAUTH="!" exec /usr/bin/softlimit -m

[qmailtoaster] Error when trying to send on submission port

2021-01-23 Thread Dieter Febel
Hi list,  The server only allows sending of email on port 465 or port 25. When I change to 587 with plain or with encryption I get:  Port 587 plain:  The reported error was "MAIL FROM command failed: Authorization required (#5.7.1)".   (Authentication is enabled in the mail client) Here is my