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