Re: [vchkpw] SMTP Authenticated user is able to anyone in rcpthosts

2004-06-09 Thread Erwin Hoffmann
Hi Devendra, At 18:38 07.06.04 +0530, you wrote: >Hi, > >I am using Erwin Hoffmann's qmail-smtpd-auth-0.4.2. Thanks for using it. >I have noticed that once authenticated a user can use [EMAIL PROTECTED] >(where server.com is a domain listed in rcpthosts) in the FROM header. Is >there any reme

[vchkpw] dot qmail processing

2004-06-09 Thread Pascal DeMilly
Hi, I have a question in regards to .qmail file processing. I am trying to setup a simple filtering to move spammed message to another folder using .qmail files. Basically something like that: | condredirect [EMAIL PROTECTED] grep 'Subject: [SPAM]' ./name/Maildir/ For simple address like [EMAIL

Re: [vchkpw] dot qmail processing

2004-06-09 Thread Ken Jones
On Wednesday 09 June 2004 7:53 am, Pascal DeMilly wrote: > Hi, > > I have a question in regards to .qmail file processing. I am trying to > setup a simple filtering to move spammed message to another folder using > > .qmail files. Basically something like that: > | condredirect [EMAIL PROTECTED] gr

[vchkpw] Problem adjusting vpopmail.c in 5.4.4

2004-06-09 Thread Christopher Tarricone
I am currently upgrading from 5.3.30 to 5.4.4. Everything worked great except a little piece of custom code that I use for SPAM filtering. It saves me from having to run maildirmake after every user is added. Everything compiles and installs nicely, however when I do a ./vadduser [EMAIL PROTECTED]

Re: [vchkpw] Problem adjusting vpopmail.c in 5.4.4

2004-06-09 Thread Tom Collins
On Jun 9, 2004, at 8:24 AM, Christopher Tarricone wrote: What I was hoping for was: foo/ Maildir/ courierimapsubscribed new/ cur/ tmp/ .JunkMail/ new/ cur/ tmp/ I have include

RE: [vchkpw] Problem adjusting vpopmail.c in 5.4.4

2004-06-09 Thread Roger Lipscombe
Tom Collins wrote: > Also take a look at . in the patches > section I > think there's code to copy a skeleton directory for new users. Ah, that'd be useful: I currently have a script that wraps vadduser, rather than hacking on the source, so this'd make more sense. Cheers

Re: [vchkpw] Problem adjusting vpopmail.c in 5.4.4

2004-06-09 Thread Christopher Tarricone
> On Jun 9, 2004, at 8:24 AM, Christopher Tarricone wrote: >> What I was hoping for was: >> foo/ >> Maildir/ >> courierimapsubscribed >> new/ >> cur/ >> tmp/ >> .JunkMail/ >> new/ >> cur/ >>

Re: [vchkpw] Problem adjusting vpopmail.c in 5.4.4

2004-06-09 Thread Christopher Tarricone
> Tom Collins wrote: >> Also take a look at . in the patches >> section I >> think there's code to copy a skeleton directory for new users. > > Ah, that'd be useful: I currently have a script that wraps vadduser, rather > than hacking on the source, so this'd make more sen

[vchkpw] vpopmail and mysql

2004-06-09 Thread Franck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, vlimit don't work with MySQL :( ./configure \ - --prefix=/var/qmail \ - --enable-qmail-newu=/var/qmail/bin/qmail-newu \ - --enable-vpopuser=VPOPUSER \ - --enable-vpopgroup=VPOPGROUP \ - --enable-roaming-users \ - --enable-tcprules-prog=pacth_tc

Re: [vchkpw] vpopmail and mysql

2004-06-09 Thread Christopher Tarricone
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > vlimit don't work with MySQL :( > ./configure \ > - --prefix=/var/qmail \ > - --enable-qmail-newu=/var/qmail/bin/qmail-newu \ > - --enable-vpopuser=VPOPUSER \ > - --enable-vpopgroup=VPOPGROUP \ > - --enable-roaming-users \ > - --ena

Re: [vchkpw] vpopmail and mysql

2004-06-09 Thread Tom Collins
On Jun 9, 2004, at 10:35 AM, Franck wrote: But, table vlimit is still empty and in ~vpopmail/domain/my_domain, i've the .qmailadmin-limits and nothing in MySQL :( and i've too etc/ vlimits.default Could anyone has a solution ? Have you run vmoddomlimits to try setting limits on a domain? I don't

[vchkpw] Exhaustive LOG

2004-06-09 Thread Martin Leduc
Hi, Can I have the exhaustiv log with vchkpw? Like w.x.y.x session Open OK SEND USER.. OK SEND PASS.. OK SEND LIST ... OK RETR 1 .. ERROR ERROR BECAUSE Currently, I have customer who connect to my VPOPMAIL Server, see the amount of the Email to retrieve but dont ret

Re: [vchkpw] vpopmail and mysql

2004-06-09 Thread Franck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > But, table vlimit is still empty and in ~vpopmail/domain/my_domain, > > i've > > the .qmailadmin-limits and nothing in MySQL :( and i've too etc/ > > vlimits.default > > > > Could anyone has a solution ? > > Have you run vmoddomlimits to try settin

Re: [vchkpw] dot qmail processing

2004-06-09 Thread Pascal DeMilly
Thanks that did it. Another question. How can I drop a message? (kind of like contredirect /dev/null) Thanks again Pascal On Wed, 2004-06-09 at 07:18, Ken Jones wrote: > On Wednesday 09 June 2004 7:53 am, Pascal DeMilly wrote: > > Hi, > > > > I have a question in regards to .qmail file processin

Re: [vchkpw] dot qmail processing

2004-06-09 Thread Rick Widmer
Pascal DeMilly wrote: Thanks that did it. Another question. How can I drop a message? (kind of like contredirect /dev/null) A .qmail file with a one line comment will discard mail. .qmail-blackhole: -- # -- Rick

Re: [vchkpw] dot qmail processing

2004-06-09 Thread Pascal DeMilly
But what if I want to drop some mail based on the criteria but accept other for a particular address. On Wed, 2004-06-09 at 14:59, Rick Widmer wrote: > Pascal DeMilly wrote: > > > Thanks that did it. Another question. How can I drop a message? (kind of > > like contredirect /dev/null) > > A .qma

Re: [vchkpw] dot qmail processing

2004-06-09 Thread Ken Jones
On Wednesday 09 June 2004 5:09 pm, Pascal DeMilly wrote: > But what if I want to drop some mail based on the criteria but accept > other for a particular address. You might want to look around on the net for the answer to that one. Basicly, you will need to send the email through a program that wi

Re: [vchkpw] Exhaustive LOG

2004-06-09 Thread Ken Jones
On Wednesday 09 June 2004 1:44 pm, Martin Leduc wrote: > Hi, > > Can I have the exhaustiv log with vchkpw? > > Like > > w.x.y.x session Open OK > SEND USER.. OK > SEND PASS.. OK > SEND LIST ... OK > RETR 1 .. ERROR > ERROR BECAUSE > > Currently, I have customer who

Re: [vchkpw] Exhaustive LOG

2004-06-09 Thread Alex Borges
Also tcpdump -s0 -w out.eth -i eth0 port 143 will write a file suitable to be openened by ethereal... On Wed, 2004-06-09 at 17:53, Ken Jones wrote: > On Wednesday 09 June 2004 1:44 pm, Martin Leduc wrote: > > Hi, > > > > Can I have the exhaustiv log with vchkpw? > > > > Like > > > > w.x.y.x s

[vchkpw] problems after upgrading vpomail 5.2.2 to vpopmail 5.4.0

2004-06-09 Thread Mario Vazquez
I have a gentoo box with qmail / vpopmail / courier-imap / horde imp for web mail service. Before upgrading the vpopmail to 5.4.0 I was able to change the email password using the horde-passwd component for horde-imp. But after updating vpopmail, know the system refuse to change that password,

[vchkpw] Problem with bounce-no-mailbox

2004-06-09 Thread Alastair Battrick
Hi I'm having a problem with Vpopmail 5.4.1 on Redhat. I don't think it has been happening until recently. In a nutshell, for domains that have .qmail-default set as | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox *all* email to that domain is bouncing with 550 sorry, no mailbox here by th

Re: [vchkpw] dot qmail processing

2004-06-09 Thread Paul Oehler
> A .qmail file with a one line comment will discard mail. > > .qmail-blackhole: > -- > # > -- > > Rick Out of curiosity, is this a documented feature? I don't remember ever reading this anywhere. Paul

Re: [vchkpw] SMTP Authenticated user is able to anyone in rcpthosts

2004-06-09 Thread Devendra Singh
At 09/06/04 14:03 (), you wrote: Hi Devendra, At 18:38 07.06.04 +0530, you wrote: >Hi, > >I am using Erwin Hoffmann's qmail-smtpd-auth-0.4.2. Thanks for using it. >I have noticed that once authenticated a user can use [EMAIL PROTECTED] >(where server.com is a domain listed in rcpthosts) in the FROM

Re: [vchkpw] dot qmail processing

2004-06-09 Thread Tom Collins
On Jun 9, 2004, at 5:46 PM, Paul Oehler wrote: Out of curiosity, is this a documented feature? I don't remember ever reading this anywhere. It's in the qmail docs. man dot-qmail It isn't in there explicitly, but it says that lines starting with # are ignored, and that qmail-local will only proces

Re: [vchkpw] problems after upgrading vpomail 5.2.2 to vpopmail 5.4.0

2004-06-09 Thread Tom Collins
On Jun 9, 2004, at 4:12 PM, Mario Vazquez wrote: I got a patch for horde-passwd to enable crypt-md5 http://article.gmane.org/gmane.comp.horde.sork/1114/ match=passwd+vpopmail If it links to libvpopmail, you need to recompile it after installing vpopmail 5.4.0. If it still doesn't work, post a