Hi Eric.

Awesome -THANX a bunch - it just works smoothely now.

Did I miss something installing the Qmail-1.03-3.1 ? I can tell from the
list that there has been some writing about the export content in the
smtps/run file, but my issue was there from since installing (I do have
tried different settings in the run file with no luck.)

Thanx again and Thanks for Your (and others) great work keeping all of
us Qmailers up running with latest and greatest.

/Finn


Den 11-01-2019 kl. 21:40 skrev Eric Broch:
> here's mine:
> 
> #!/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"
> RECORDIO="/usr/bin/recordio"
> RECORDIO=""
> export SMTPS=1
> export FORCETLS=0
> export SMTPAUTH="!"
> 
> 
> exec /usr/bin/softlimit -m 128000000 \
>     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
>     -u "$QMAILDUID" -g "$NOFILESGID" 0 465 \
>     $RECORDIO \
>     $SMTPD $VCHKPW /bin/true 2>&1
> 
> On 1/11/2019 1:36 PM, Solo wrote:
>> Hi Eric.
>>
>>
>> [root@post log]# cat /var/qmail/supervise/smtps/run
>> #!/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
>> export SMTPS=1
>>
>> exec /usr/bin/softlimit -m 128000000 \
>>      /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c
>> "$MAXSMTPD" \
>>      -u "$QMAILDUID" -g "$NOFILESGID" 0 465 \
>>      $SMTPD $VCHKPW /bin/true 2>&1
>>
>> /Finn
>> Den 11-01-2019 kl. 21:27 skrev Eric Broch:
>>> Post output of
>>>
>>> # cat /var/qmail/supervise/smtps/run
>>>
>>> please.
>>>
>>> On 1/11/2019 12:36 PM, Solo wrote:
>>>> Hi List.
>>>>
>>>>
>>>> I am facing #5.7.1 Sorry, that domain isn't in my list of allowed
>>>> rcpsthosts (CHKUSER)
>>>> whenever i am trying to send using SMTPS - port 465.
>>>>
>>>> I have created a new Minimal Centos7 server, installed qmail as per
>>>> the qmailtoaster.org receipe all the way to Qmail-1.03-3.1 (Dev repo)
>>>>
>>>> rsync'ed with -u not to overwrite newer controlfiles, from my
>>>> production
>>>> (Qmail-1.03-2.1), dumped database and checked all /var/qmail files and
>>>> made sure (I hope) that content in rcpthosts, virtualdomains etc was
>>>> like production server.
>>>>
>>>> It works very well until I try to use port 465 to submit an e-mail then
>>>> #5.7.1 Sorry, that domain isn't in my list of allowed rcpsthosts
>>>> (CHKUSER) is showing up on my Thunderbird
>>>>
>>>> This is the line in the SMTPS log
>>>>
>>>> 2019-01-11 16:38:47.075740500 CHKUSER accepted sender: from
>>>> <aa...@bbbbb.cc::> remote <[192.168.1.100]:unknown:xxx.xxx.xxx.xx> rcpt
>>>> <> : sender accepted
>>>> 2019-01-11 16:38:47.129749500 CHKUSER rejected relaying: from
>>>> <aa...@bbbbb.cc::> remote <[192.168.1.100]:unknown:xxx.xxx.xxx.xx> rcpt
>>>> <dd...@eeeee.ff> : client not allowed to relay
>>>>
>>>> and this is the lines from my submission log
>>>>
>>>> 2019-01-11 15:31:07.454431500 CHKUSER accepted sender: from
>>>> <aa...@bbbbb.cc:aa...@bbbbb.cc:> remote
>>>> <[192.168.1.100]:unknown:xxx.xxx.xxx.xx> rcpt <> : sender accepted
>>>> 2019-01-11 15:31:07.505012500 CHKUSER relaying rcpt: from
>>>> <aa...@bbbbb.cc:aa...@bbbbb.cc:> remote
>>>> <[192.168.1.100]:unknown:xxx.xxx.xxx.xx> rcpt <dd...@eeeee.ff> : client
>>>> allowed to relay
>>>>
>>>>
>>>> So why is the senders address <aa...@bbbbb.cc::> in the SMTPS log
>>>> and <aa...@bbbbb.cc:aa...@bbbbb.cc:> in the Submission log
>>>>
>>>> I'm almost certain this is my issue because :: is not in the rcpthosts
>>>> file (I have tried a lot of different settings - and properly
>>>> running in
>>>> cirkles now so please -HELP)  - I have not tried, yet, to change
>>>> tcp.smtp to include ip-address:allow
>>>>
>>>> Cheers Finn von B
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>>> For additional commands, e-mail:
>>>> qmailtoaster-list-h...@qmailtoaster.com
>>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to