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 <[email protected]> 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 [email protected] > Please advise. > > On Thu, Nov 12, 2020 at 5:48 PM <[email protected]> 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: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- > > > *Regards, Manikandan.C * > > -- *Regards,Manikandan.C*
