Re: [qmailtoaster] chkuser problem again

2009-10-28 Thread Steve Huff


On Oct 28, 2009, at 4:39 PM, sysadmin wrote:

tcprules: fatal: unable to parse this line:  
127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/ 
private,RBLSMTPD=,NOP0FCHECK=1SENDER_NOCHECK=1



see the word fatal up there?  that means badness.  if you see a  
warning like that, you should not expect that everything will work  
correctly.


you forgot the comma between the NOP0FCHECK and SENDER_NOCHECK  
directives.


-steve

--
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v

http://five.sentenc.es



PGP.sig
Description: This is a digitally signed message part


Re: [qmailtoaster] chkuser problem again

2009-10-28 Thread Jake Vickers

sysadmin wrote:

I am trying to disable  chkuser  by adding the SENDER_NOCHECK=1
in the tcp.smtp file ( I use qcontrol )

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1SENDER_NOCHECK=1 



Still get errors on the sending computer in /var/spool/mail/myname

host mx.abcdefg.com[12.34.56.78] said: 511 sorry, can't find a 
valid MX for sender domain (#5.1.1 - chkuser) (in reply to MAIL FROM  
command)

( host name  IP change to protect the innocent )

When i even manyally reload the cdb with : qmailctl cdb
I get this error :
tcprules: fatal: unable to parse this line: 
127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1SENDER_NOCHECK=1 


Reloaded /etc/tcprules.d/tcp.smtp
Reloaded /var/qmail/control/badmimetypes.cdb
Reloaded /var/qmail/control/badloadertypes.cdb
Reloaded /var/qmail/control/simversions.cdb
Reloaded /var/qmail/control/simcontrol.cdb

As I said above adding the SENDER_NOCHECK=1
did not work.

Thanks

madmac



Are you running the latest version of QControl? I think there was a bug 
with linefeeds produced by PHP that would cause the tcp.smtp file to be 
incorrectly parsed. The new version should fix this, or you can edit it 
and fix it yourself. There was a post a couple months back about this, 
especially as it relates to the invalid MX for sender domain - that's a 
different switch you need to add to the tcp.smtp file. Or get the 
sending email to add an MX entry for their domain



-
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




Re: [qmailtoaster] chkuser problem again

2009-10-28 Thread amit IKF
Hi Madmac,

I was facing the same problem. Used dos2unix command to solved the problem.
you can try by running dos2unix tcp.smtp in tcp.d folder.

Regards,

Amit

On Thu, Oct 29, 2009 at 1:18 AM, Jake Vickers j...@qmailtoaster.com wrote:

 sysadmin wrote:

 I am trying to disable  chkuser  by adding the SENDER_NOCHECK=1
 in the tcp.smtp file ( I use qcontrol )


 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1SENDER_NOCHECK=1


 Still get errors on the sending computer in /var/spool/mail/myname

 host mx.abcdefg.com[12.34.56.78] said: 511 sorry, can't find a valid
 MX for sender domain (#5.1.1 - chkuser) (in reply to MAIL FROM  command)
 ( host name  IP change to protect the innocent )

 When i even manyally reload the cdb with : qmailctl cdb
 I get this error :

 tcprules: fatal: unable to parse this line:
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1SENDER_NOCHECK=1

 Reloaded /etc/tcprules.d/tcp.smtp
 Reloaded /var/qmail/control/badmimetypes.cdb
 Reloaded /var/qmail/control/badloadertypes.cdb
 Reloaded /var/qmail/control/simversions.cdb
 Reloaded /var/qmail/control/simcontrol.cdb

 As I said above adding the SENDER_NOCHECK=1
 did not work.

 Thanks

 madmac


 Are you running the latest version of QControl? I think there was a bug
 with linefeeds produced by PHP that would cause the tcp.smtp file to be
 incorrectly parsed. The new version should fix this, or you can edit it and
 fix it yourself. There was a post a couple months back about this,
 especially as it relates to the invalid MX for sender domain - that's a
 different switch you need to add to the tcp.smtp file. Or get the sending
 email to add an MX entry for their domain



 -
 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





Re: [qmailtoaster] chkuser problem again

2009-10-28 Thread d...@acbsco.com
Don't you need a comma to separate the commands?
NOP0FCHECK=1SENDER_NOCHECK=1


^ here
Dave

sysadmin wrote:
 I am trying to disable  chkuser  by adding the SENDER_NOCHECK=1
 in the tcp.smtp file ( I use qcontrol )

 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1SENDER_NOCHECK=1


 Still get errors on the sending computer in /var/spool/mail/myname

 host mx.abcdefg.com[12.34.56.78] said: 511 sorry, can't find a
 valid MX for sender domain (#5.1.1 - chkuser) (in reply to MAIL FROM 
 command)
 ( host name  IP change to protect the innocent )

 When i even manyally reload the cdb with : qmailctl cdb
 I get this error :
 tcprules: fatal: unable to parse this line:
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1SENDER_NOCHECK=1

 Reloaded /etc/tcprules.d/tcp.smtp
 Reloaded /var/qmail/control/badmimetypes.cdb
 Reloaded /var/qmail/control/badloadertypes.cdb
 Reloaded /var/qmail/control/simversions.cdb
 Reloaded /var/qmail/control/simcontrol.cdb

 As I said above adding the SENDER_NOCHECK=1
 did not work.

 Thanks

 madmac






 -

 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



-
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




Re: [qmailtoaster] chkuser problem again

2009-10-28 Thread sysadmin

Damm stubby fingers,
Thanks Steve, I will reset and try that.

madmac

Steve Huff wrote:


On Oct 28, 2009, at 4:39 PM, sysadmin wrote:

tcprules: fatal: unable to parse this line: 
127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1SENDER_NOCHECK=1 




see the word fatal up there?  that means badness.  if you see a 
warning like that, you should not expect that everything will work 
correctly.


you forgot the comma between the NOP0FCHECK and SENDER_NOCHECK 
directives.


-steve

--
If this were played upon a stage now, I could condemn it as an 
improbable fiction. - Fabian, Twelfth Night, III,v

http://five.sentenc.es




-
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




Re: [qmailtoaster] chkuser problem again

2009-10-28 Thread sysadmin

Still get same error :
host mx.abcdf.com[12.34.56.78] said: 511 sorry, can't find a
   valid MX for sender domain (#5.1.1 - chkuser) (in reply to MAIL FROM
   command)

AND
fatal: unable to parse this line: 
127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1,SENDER_NOCHECK=1


madmac

sysadmin wrote:

Damm stubby fingers,
Thanks Steve, I will reset and try that.

madmac

Steve Huff wrote:


On Oct 28, 2009, at 4:39 PM, sysadmin wrote:

tcprules: fatal: unable to parse this line: 
127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1SENDER_NOCHECK=1 




see the word fatal up there?  that means badness.  if you see a 
warning like that, you should not expect that everything will work 
correctly.


you forgot the comma between the NOP0FCHECK and SENDER_NOCHECK 
directives.


-steve

--
If this were played upon a stage now, I could condemn it as an 
improbable fiction. - Fabian, Twelfth Night, III,v

http://five.sentenc.es




- 

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








-
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