RE: [vchkpw] error 553

2004-03-25 Thread David Petruzzella
If your getting that error when your trying to send mail outside of your
local network, you just have to configure relaying, by adding a line to
your tcp.smtp file and rebuild the cdb file.

-Original Message-
From: Eric Smoker [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 25, 2004 4:57 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] error 553

Check your /var/qmail/supervise/qmail-smtp/run file and make sure that 
tcpserver is pointing to your vpopmail cdb rather than the default qmail

cdb (i.e. tcpserver -x /usr/local/vpopmail/etc/tcp.smtp.cdb).

Juan Hernandez wrote:
 Hello, I just installed qmail and I am having a problem, my server 
 receives email just fine, and I can get it off my server, but I keep 
 getting a 553 host not in my rcpthosts, but I've added my ip subnet to

 my /usr/local/vpopmail/etc/tcp.smtp file, but I still can't ssend
email 
 out.  I've looked at the relaying pages and all.  any ideas are
greatly 
 appreciated.  Thanks in advanced
  






[vchkpw] qscanq + qmail-spamc

2004-03-25 Thread Shane Chrisp
I have just setup qscanq to drop the load on the mail server a bit and I
have also compiled the qmail-spamc wrapper from spamassassin, but im now
stuck as to how to call them both with the qmailqueue patch. Has someone
done this that can give me a hint as to how your calling them one after
the other?

cheers

Shane



Re: [vchkpw] qscanq + qmail-spamc

2004-03-25 Thread Jeremy Kitchen
Your question is not related to vpopmail, it should probably be on the qmail 
mailing list.  That being said:

On Thursday 25 March 2004 12:27 pm, Shane Chrisp wrote:
 I have just setup qscanq to drop the load on the mail server a bit and I
 have also compiled the qmail-spamc wrapper from spamassassin, but im now
 stuck as to how to call them both with the qmailqueue patch. Has someone
 done this that can give me a hint as to how your calling them one after
 the other?

both of them call qmail-queue to deliver the email.  You can easily edit the 
simple c code of either wrapper to call a different program.

I would suggest calling qscanq first, then qmail-spamc, as there's no sense in 
checking a message for spam if it's a virus.

-Jeremy

-- 
Jeremy Kitchen
Systems Administrator
[EMAIL PROTECTED]
Kitchen @ #qmail on EFNet - Join the party!
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE



[vchkpw] Re: qscanq + qmail-spamc

2004-03-25 Thread Peter Palmreuther
Hello Jeremy,

On Thursday, March 25, 2004 at 6:18:33 PM you wrote (at least in
part):

 Your question is not related to vpopmail, it should probably be on the qmail
 mailing list.  That being said:

ACK. And to make a long story short my diff follows as hint how your
suggested patch can look like ...

 I have just setup qscanq to drop the load on the mail server a bit and I
 have also compiled the qmail-spamc wrapper from spamassassin, but im now
 stuck as to how to call them both with the qmailqueue patch. Has someone
 done this that can give me a hint as to how your calling them one after
 the other?

 both of them call qmail-queue to deliver the email.  You can easily edit the
 simple c code of either wrapper to call a different program.

 I would suggest calling qscanq first, then qmail-spamc, as there's no sense in
 checking a message for spam if it's a virus.

Over here I've changed it like this:

,- [  ]
| --- qscanq-0.38.orig/src/conf-qmailqTue Mar  9 12:59:15 2004
| +++ qscanq-0.38/src/conf-qmailq Wed Mar 10 22:15:00 2004
| @@ -1,3 +1,4 @@
| +/usr/local/sbin/qmail-spamc
|  /var/qmail/bin/qscanq
|  
|  The first line of this file gives the full path to the folder to which
| [EMAIL PROTECTED]:/package/mail# diff -u qscanq-0.38.orig/src/Makefile 
qscanq-0.38/src/Makefile
| --- qscanq-0.38.orig/src/Makefile   Tue Mar  9 12:59:15 2004
| +++ qscanq-0.38/src/MakefileWed Mar 10 22:24:34 2004
| @@ -111,9 +111,9 @@
| ./compile auto_qmailbin.c
|  
|  auto_qmailq.c: auto-strarr conf-qmailq
| -   ./auto-strarr auto_qmailq `head -1 conf-qmailq`/qmail-queue  \
| +   ./auto-strarr auto_qmailq `head -1 conf-qmailq`  \
| auto_qmailq.c.tmp  mv auto_qmailq.c.tmp auto_qmailq.c
| -
| +#/qmail-queue
|  auto_qmailq_destdir.c: auto-str conf-qmailq
| ./auto-str auto_qmailq_destdir `head -1 conf-qmailq`  \
| auto_qmailq_destdir.c.tmp  mv auto_qmailq_destdir.c.tmp \
`-
-- 
Best regards
Peter Palmreuther

Paint a number on her head and Sinead's a billiard ball.



[vchkpw] Re: qmailadmin quota bug ?

2004-03-25 Thread master
no one ? is it a bug or ? :)
- Original Message - 
From: master [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 19, 2004 12:16 AM
Subject: qmailadmin quota bug ?


 Hi, i have seen that today don t know if it s already known but here is
what
 i seen :
 when we put a quota to a user and that he have more in his Maildir we
 received a user quota error and the mail doesnt arrived (well that s nice
 :) )
 BUT if the user activate the autoresponder feature then quota doesn t work
 anymore and he can received as many mail as he wants , is this a bug ?
 (vpopmail 5.4.3 qmailadmin that generate the .qmail file 1.2.1)




Re: [vchkpw] error 553

2004-03-25 Thread Juan Hernandez
what line to I add to my tcp.smtp file? thanks
- Original Message - 
From: David Petruzzella [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 8:22 AM
Subject: RE: [vchkpw] error 553


 If your getting that error when your trying to send mail outside of your
 local network, you just have to configure relaying, by adding a line to
 your tcp.smtp file and rebuild the cdb file.
 
 -Original Message-
 From: Eric Smoker [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, March 25, 2004 4:57 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] error 553
 
 Check your /var/qmail/supervise/qmail-smtp/run file and make sure that 
 tcpserver is pointing to your vpopmail cdb rather than the default qmail
 
 cdb (i.e. tcpserver -x /usr/local/vpopmail/etc/tcp.smtp.cdb).
 
 Juan Hernandez wrote:
  Hello, I just installed qmail and I am having a problem, my server 
  receives email just fine, and I can get it off my server, but I keep 
  getting a 553 host not in my rcpthosts, but I've added my ip subnet to
 
  my /usr/local/vpopmail/etc/tcp.smtp file, but I still can't ssend
 email 
  out.  I've looked at the relaying pages and all.  any ideas are
 greatly 
  appreciated.  Thanks in advanced
   
 
 
 
 
 
 
 



Re: [vchkpw] error 553

2004-03-25 Thread Eric Smoker
Juan Hernandez wrote:
what line to I add to my tcp.smtp file? thanks
xxx.xxx.xxx.:allow,RELAYCLIENT=, RBLSMTPD=
:allow
(x's being your allowed relaying network)


Re: [vchkpw] error 553

2004-03-25 Thread Juan Hernandez
I went to your website, and hmm, no help, I did add the lines that I needed
to to my tcp.smtp.cdb, but I need the capability for when users get their
mail it'll allow them to send out roaming user capability, do I need to
install the relaycontrol package?  THanks
- Original Message - 
From: Jeremy Kitchen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 24, 2004 9:18 PM
Subject: Re: [vchkpw] error 553


 On Wed, 2004-03-24 at 23:04, Juan Hernandez wrote:
  I've cchecked everything.  I cannot send email to any email addy outside
  ofmy server.  I can send email to my domain with in my server, but
anything
  going out to like my other email accunts nogo.

 http://scriptkitchen.com/qmail/553.html

 -Jeremy

 -- 
 Jeremy Kitchen
 Systems Administrator
 [EMAIL PROTECTED]
 Kitchen @ #qmail on EFNet - Join the party!
 .
 Inter7 Internet Technologies, Inc.
 www.inter7.com
 866.528.3530 toll free
 847.492.0470 int'l
 847.492.0632 fax
 GNUPG key ID: 93BDD6CE








[vchkpw] Strange Errors in send log vmysql:_sql_error[1] .....

2004-03-25 Thread Devendra Singh
Hi,

I have noticed strange errors in the send log from time to time:

2004-03-26 01:03:13.204788500 delivery 230967: success: did_0+0+1/
2004-03-26 01:03:13.204789500 status: local 9/20 remote 2/20
2004-03-26 01:03:13.204790500 delivery 230970: success: 
vmysql:_sql_error[1]:_Can't_create_database_'vpopmail'._Database_exists/vmysql:_sql_error[3]:_No_Database_Selected/did_0+0+1/
2004-03-26 01:03:13.204807500 status: local 8/20 remote 2/20
2004-03-26 01:03:13.204808500 delivery 230961: success: did_0+0+1/

I am using vpopmail-5.4.0-rc1.

Anyone have any clues about the occurrence of this error?

Thanks

__
Devendra Singh
IndiaMART InterMESH Limited
(Global Gateway to Indian Market Place)
B-1, Sector 8, Noida, UP - 201301, India
EPABX : +91-120-2424945, +91-120-3094634, +91-9810646342
Fax: +91-120-2424943
http://www.indiamart.com
http://www.indiangiftsportal.com
http://www.indiantravelportal.com
__