> On 03/11/2011 01:16 PM, rvau...@libertycasting.com wrote:
>> I am trying to use port 587 to allow remote user to relay through my
>> mail
>> server .  It worked once but now I am getting the  a error 451 local
>> error
>> in processing .
>>
>> Here is my /var/log/qmail/submission/run :
>>
>> mail.libertycasting.com:128.182.1.24:587 :50.42.7.10::63426
>> @400000004d7a79ef39a6f6ec CHKUSER accepted rcpt: from
>> <rvau...@libertycasting.com:rickvau...@libertycasting.com:>  remote
>> <lccrickv:unknown:50.42.7.10>  rcpt<rvau...@libertycasting.com>  : found
>> existing recipient
>> @400000004d7a79f011ffeaf4 connect(): Connection refused
>> @400000004d7a79f01203bf6c qmail-smtpd: qq soft reject (mail server
>> temporarily rejected message (#4.3.0)):
>> MAILFROM:<rvau...@libertycasting.com>  RCPTTO:rvau...@libertycasting.com
>> @400000004d7a79f018cdb564 tcpserver: end 13499 status 256
>> @400000004d7a79f018cdbd34 tcpserver: status: 0/100
>>
>> Any help would be appreciated,
>> Rick
>>
>> ---------------------------------------------------------------------------------
>
> The "qq soft reject" error is tough to nail down, because it's sort of a
> catch-all error. Could be a problem with scanning, although that's not
> likely on port 587 unless clamav is down.
>
> Looks like the "connect(): Connection refused" is the real error, but
> it's not very informative. Is TLS failing perhaps? Can you telnet in?
> --
> -Eric 'shubes'
>
>
> -------------------------------------------------------------------------------



 When I telnet to port 587  I get :
220 mail.libertycasting.com - Welcome to Qmail Toaster Ver. 1.3 SMTP
Server ESMTP
HELO

I am not using TLS .



Here is the log from when It worked :
ail.libertycasting.com:128.182.1.24:587 :50.42.7.10::55174
@400000004d7927e43ab555c4 CHKUSER accepted rcpt: from
<rvau...@libertycasting.com:rvau...@libertycasting.com:> remote
<lccrickv:unknown:50.42.7.10> rcpt <rvau...@libertycasting.com> : found
existing recipient
@400000004d7927e536249e5c
simscan:[524]:RELAYCLIENT:0.7502s:-:50.42.7.10:rvau...@libertycasting.com:rvau...@libertycasting.com:
@400000004d7927e53b1b764c tcpserver: end 524 status 256
@400000004d7927e53b1bb0e4 tcpserver: status: 0/100
@400000004d792809388a4bec tcpserver: status: 1/100
@400000004d792809388bc2ec tcpserver: pid 664 from 50.42.7.10
@400000004d792809388c7a84 tcpserver: ok 664


Here is my /var/qmail/superviser/submission/run file :
#!/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 REQUIRE_AUTH=1

exec /usr/bin/softlimit -m 90000000 \
    /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

Thanks,
Rick




---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
     Please visit qmailtoaster.com for the latest news, updates, and packages.
     
      To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Reply via email to