Hi Folks,

Now it's working,

I have done below changes in /var/qmail/supervise/smtp/run
Just enabled spamdyke conf lines then working.

#!/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"
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
#export FORCETLS=0
export SMTPAUTH=""


exec /usr/bin/softlimit -m 64000000 \
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
     $SPAMDYKE --config-file $SPAMDYKE_CONF \
     $SMTPD $VCHKPW /bin/true 2>&1



On Thu, Nov 12, 2020 at 7:10 PM ChandranManikandan <kand...@gmail.com>
wrote:

> Hi Eric,
>
> toaststat below
>
> Status of toaster services
> send: up (pid 7168) 4947 seconds
> smtp: up (pid 32085) 0 seconds
> smtps: up (pid 7167) 4947 seconds
> submission: up (pid 7162) 4947 seconds
> send/log: up (pid 7166) 4947 seconds
> smtp/log: up (pid 7165) 4947 seconds
> smtps/log: up (pid 7170) 4947 seconds
> submission/log: up (pid 7164) 4947 seconds
>
> systemd service:               clamd@scan:       [  OK  ]
> systemd service:         clamav-freshclam:       [  OK  ]
> systemd service:                    spamd:       [  OK  ]
> systemd service:                  dovecot:       [  OK  ]
> systemd service:                  mariadb:       [  OK  ]
> systemd service:                    httpd:       [  OK  ]
> systemd service:                    named:       [  OK  ]
> systemd service:                     ntpd:       [  OK  ]
> systemd service:                     sshd:       [  OK  ]
> systemd service:                  network:       [  OK  ]
> systemd service:                    crond:       [  OK  ]
> systemd service:                    acpid:       [  OK  ]
> systemd service:                      atd:       [  OK  ]
> systemd service:                   autofs:       [  OK  ]
> systemd service:                   smartd:       [  OK  ]
> systemd service:               irqbalance:       [  OK  ]
>
> and csf.conf for TCP
>
> services also there, but why suddenly this error comes and not connected
> 25 ports. There is no restriction in this ip.
>
> could anyone facing the issue.
>
>
> On Thu, Nov 12, 2020 at 6:37 PM ChandranManikandan <kand...@gmail.com>
> wrote:
>
>> Hi Eric,
>>
>> Am using only CSF, in that 25 port already allowed,
>> I have stopped csf and tried that but still not hit in the log.
>>
>> On Thu, Nov 12, 2020 at 6:10 PM Eric Broch <ebr...@whitehorsetc.com>
>> wrote:
>>
>>>  Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
>>>
>>> # telnet mail.panasiagroup.net 25
>>> Trying 49.128.39.117...
>>> telnet: connect to address 49.128.39.117: Connection refused
>>>
>>> Is your mail server behind a firewall? If so is it NAT'ed?
>>>
>>> On the mail server itself try
>>>
>>> # telnet mailserver.ip.address 25
>>>
>>> What happens?
>>>
>>> # toaststat
>>>
>>>
>>> On 11/12/2020 3:03 AM, ChandranManikandan wrote:
>>>
>>> Hi Eric, Finn,
>>>
>>> Yes, the postmaster account is postmas...@panasiagroup.net
>>> Please advise.
>>>
>>> On Thu, Nov 12, 2020 at 5:48 PM <qm...@mailonly.dk> wrote:
>>>
>>>> Maybe the firewall ?
>>>> /Finn
>>>>
>>>> Den 12-11-2020 kl. 09:15 skrev ChandranManikandan:
>>>> > Hi Folks,
>>>> >
>>>> > Am newly installed COS7 with qmailtoaster,
>>>> > I have received emails incoming outgoing past two days, but suddenly
>>>> > email received from internal domain only, outside domain unable to
>>>> > receive it and no queue in the server.
>>>> >
>>>> > my tcp.smtp
>>>> > 127.:allow,RELAYCLIENT="",RBLSMTPD="",NOP0FCHECK="1",SMTPDEBUG="1"
>>>> >
>>>> :allow,SIMSCAN_DEBUG="5",BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",NOP0FCHECK="1"
>>>> >
>>>> > my smtp run is 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"
>>>> > SMTPD="/var/qmail/bin/qmail-smtpd"
>>>> > TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
>>>> > HOSTNAME=`hostname`
>>>> > VCHKPW="/home/vpopmail/bin/vchkpw"
>>>> > REQUIRE_AUTH=0
>>>> > #export FORCETLS=0
>>>> > export SMTPAUTH=""
>>>> >
>>>> >
>>>> > exec /usr/bin/softlimit -m 64000000 \
>>>> >       /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c
>>>> "$MAXSMTPD" \
>>>> >       -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
>>>> >       #$SPAMDYKE --config-file $SPAMDYKE_CONF \
>>>> >       $SMTPD $VCHKPW /bin/true 2>&1
>>>> >
>>>> > Could anyone help me.
>>>> > --
>>>> > */Regards,
>>>> > Manikandan.C
>>>> > /*
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>>> For additional commands, e-mail:
>>>> qmailtoaster-list-h...@qmailtoaster.com
>>>>
>>>>
>>>
>>> --
>>>
>>>
>>> *Regards, Manikandan.C *
>>>
>>>
>>
>> --
>>
>>
>> *Regards,Manikandan.C*
>>
>
>
> --
>
>
> *Regards,Manikandan.C*
>


-- 


*Regards,Manikandan.C*

Reply via email to