[toaster] Help - Problem SMTP

2007-11-22 Thread Info Neoblu
Help me….

 

By WebMail receive this error when sending an e-mail, how can I solve it? 
I tried to put even roundcube but is the same thing. 



* START MESSAGE 
L'azione richiesta è stata interrotta: errore nell'elaborazione

451 Spam received from 127.0.0.1. Removal Requests:
http://tqmcube.com/dnsbl/dnsbl_remove.php

* END MESSAGE **

 

What is? 

Thanks

 

Neoblu Service Provider di Salerno Michele

Via Bari, 33 - 75100 Matera (MT)

Tel. +39 0835 1825113

Fax. Tel. +39 0835 1825109

Web. http://www.neoblu.it

P.IVA: 01147740771 - C.F.: SLRMHL78D29A662W

 



Re: [toaster] Help - Problem SMTP

2007-11-22 Thread Qmail List

Hi,

Visit http://tqmcube.com/dnsbl/dnsbl_remove.php. Your IP is blacklisted by 
tqmcube.com

Best Regards
Nicholas Chua


- Original Message - 
From: Info Neoblu

To: toaster@shupp.org
Sent: Friday, November 23, 2007 12:41 AM
Subject: [toaster] Help - Problem SMTP


Help me..

By WebMail receive this error when sending an e-mail, how can I solve it?
I tried to put even roundcube but is the same thing.


* START MESSAGE 
L'azione richiesta è stata interrotta: errore nell'elaborazione
451 Spam received from 127.0.0.1. Removal Requests: 
http://tqmcube.com/dnsbl/dnsbl_remove.php

* END MESSAGE **

What is?

Thanks

Neoblu Service Provider di Salerno Michele
Via Bari, 33 - 75100 Matera (MT)
Tel. +39 0835 1825113
Fax. Tel. +39 0835 1825109
Web. http://www.neoblu.it
P.IVA: 01147740771 - C.F.: SLRMHL78D29A662W




Re: [toaster] Help - Problem SMTP

2007-11-22 Thread Rick Macdougall

Qmail List wrote:

Hi,

Visit http://tqmcube.com/dnsbl/dnsbl_remove.php. Your IP is blacklisted 
by tqmcube.com

Best Regards
Nicholas Chua


- Original Message - From: Info Neoblu
To: toaster@shupp.org
Sent: Friday, November 23, 2007 12:41 AM
Subject: [toaster] Help - Problem SMTP


Help me..

By WebMail receive this error when sending an e-mail, how can I solve it?
I tried to put even roundcube but is the same thing.


* START MESSAGE 
L'azione richiesta è stata interrotta: errore nell'elaborazione
451 Spam received from 127.0.0.1. Removal Requests: 
http://tqmcube.com/dnsbl/dnsbl_remove.php

* END MESSAGE **

What is?



127.0.0.1 is listed in tqmcube for some reason.  When accepting mail on 
127.0.0.1 do not check tqmcube.


Rick



[toaster] R: [toaster] Help - Problem SMTP

2007-11-22 Thread Info Neoblu


-Messaggio originale-
Da: Qmail List [mailto:[EMAIL PROTECTED] 
Inviato: giovedì 22 novembre 2007 17.45
A: toaster@shupp.org
Oggetto: Re: [toaster] Help - Problem SMTP

Hi,

Visit http://tqmcube.com/dnsbl/dnsbl_remove.php. Your IP is blacklisted by 
tqmcube.com
Best Regards
Nicholas Chua

127.0.0.1 is in the blacklist?
Mhmmh...127.0.0.1 is Local Loopback




[toaster] R: [toaster] R: [toaster] Help - Problem SMTP

2007-11-22 Thread Info Neoblu


-Messaggio originale-
Da: Rick Macdougall [mailto:[EMAIL PROTECTED] 
Inviato: giovedì 22 novembre 2007 19.12
A: toaster@shupp.org
Oggetto: Re: [toaster] R: [toaster] Help - Problem SMTP


 on the first line of tcp.smtp add RBLDNSD=
 
 example


127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,R
BLDNSD=

 Regards,

 Rick

Tanks




Re: [toaster] R: [toaster] Help - Problem SMTP

2007-11-22 Thread Rick Macdougall

Info Neoblu wrote:


-Messaggio originale-
Da: Rick Macdougall [mailto:[EMAIL PROTECTED] 
Inviato: giovedì 22 novembre 2007 18.11

A: toaster@shupp.org
Oggetto: Re: [toaster] Help - Problem SMTP


127.0.0.1 is listed in tqmcube for some reason.  When accepting mail on 
127.0.0.1 do not check tqmcube.


Rick



How can I do? What file format should change?

[EMAIL PROTECTED] control]# more /var/qmail/supervise/smtp/run
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD=/var/qmail/bin/qmail-smtpd
TCP_CDB=/etc/tcprules.d/tcp.smtp.cdb
RBLSMTPD=/usr/bin/rblsmtpd
HOSTNAME=`hostname`
VCHKPW=/home/vpopmail/bin/vchkpw
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 1200 \
 /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c $MAXSMTPD \
 -u $QMAILDUID -g $NOFILESGID 0 smtp \
 $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 21


And

[EMAIL PROTECTED] control]# more /etc/tcprules.d/tcp.smtp
127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,DKVERIFY=DEGIJKfh,QMAILQUEUE=/var/qmail/bin/simscan,DKQUE
UE=/var/qmail/bin/qmail-queue.orig,DKSIGN=/var/qmail/control/domainkeys/%
/private,NOP0FCHECK=1



on the first line of tcp.smtp add RBLDNSD=

example

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLDNSD=

Regards,

Rick