Re: [vchkpw] dot-qmail ordering

2006-05-15 Thread Tom Collins
On May 13, 2006, at 10:44 AM, Michael Krieger wrote: As a side note, in qmailadmin's autorespond.c, shouldn't these be in the opposite order to prevent any temporary failures after closing the .qmail file without the message file existing yet?    * Make the autoresponder .qmail file    * Make

Re: [vchkpw] dot-qmail ordering

2006-05-15 Thread Rick Widmer
Charlie Garrison wrote: Good morning, On 15/5/06 at 3:03 PM -0400, John Simpson <[EMAIL PROTECTED]> wrote: makes sense to me. i don't know if there's a dedicated list for qmailadmin developers, i *think* the vpopmail-devel list is used for that as well (since the list of developers on bot

Re: [vchkpw] dot-qmail ordering

2006-05-15 Thread Charlie Garrison
Good morning, On 15/5/06 at 3:03 PM -0400, John Simpson <[EMAIL PROTECTED]> wrote: >makes sense to me. i don't know if there's a dedicated list for >qmailadmin developers, i *think* the vpopmail-devel list is used for >that as well (since the list of developers on both products is almost >i

Re: [vchkpw] dot-qmail ordering

2006-05-15 Thread John Simpson
On 2006-05-13, at 1344, Michael Krieger wrote: I've been browsing the qmailadmin/vpopmail code and see that there's no effort to enforce order in dot-qmail files. Adding lines to a dot-qmail file is just an append to the end of the file it seems with valias_insert and so on [a

[vchkpw] dot-qmail ordering

2006-05-13 Thread Michael Krieger
Hi Folks,I've been browsing the qmailadmin/vpopmail code and see that there's no effort to enforce order in dot-qmail files.  Adding lines to a dot-qmail file is just an append to the end of the file it seems with valias_insert and so on [at least in vpalias it is for the files/cdb ba

[vchkpw] safe dot-qmail editing under vpopmail

2005-03-21 Thread Kurt Bigler
The qmail documentation (man pages) seem to be centered around the assumption that users have local unix login accounts, suggesting for example the use of chmod +t $HOME to allow safe editing of .qmail files. For vpopmail use, its not clear to me what directory I am supposed to chmod +t in order t

Re: [vchkpw] dot qmail processing

2004-06-15 Thread Jeremy Kitchen
On Wednesday 09 June 2004 07:46 pm, Paul Oehler wrote: > > A .qmail file with a one line comment will discard mail. > > > > .qmail-blackhole: > > -- > > # > > -- > > > > Rick > > Out of curiosity, is this a documented f

Re: [vchkpw] dot qmail processing

2004-06-12 Thread Tom Collins
On Jun 12, 2004, at 12:55 PM, X-Istence wrote: I don't know where you get your info, but qmailadmin certainly does. Breached# cat .qmail |/usr/bin/true delete Breached# pwd /usr/storage/mail/x-istence.com/blackhole/ Yes, you can blackhole a POP/IMAP account. Note that we had to do it this way, as

Re: [vchkpw] dot qmail processing

2004-06-12 Thread X-Istence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Widmer wrote: > > > Paul Oehler wrote: > >>>> It's in the qmail docs. >>>> >>>> man dot-qmail >>>> >>>> It isn't in there explicitly, but it says that lines st

Re: [vchkpw] dot qmail processing

2004-06-12 Thread Rick Widmer
Paul Oehler wrote: 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 process .qmail files that aren't empty. Is this how qmailadmin creates a "blackhole" e-mail address?

Re: [vchkpw] dot qmail processing

2004-06-12 Thread Paul Oehler
> > 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 process .qmail files that aren't > > empty. Is this how qmailadmin creates a "blackhole" e-mail address?

Re: [vchkpw] dot qmail processing

2004-06-11 Thread X-Istence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Collins wrote: > 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

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-

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] 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] 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 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
il file different if there is a . in the address > > name? > > > > Also why do I have to specify the full path for Maildir. In the doc it > > seems that I should have only to specify ./Maildir/. But doing so > > doesn't work > > It might be as simple as "." characters are not allowed in .qmail file names. > Instead use a ":" like: .qmail-first:lastname > > Check the dot-qmail man page. > > Ken Jones

Re: [vchkpw] dot qmail processing

2004-06-09 Thread Ken Jones
"." characters are not allowed in .qmail file names. Instead use a ":" like: .qmail-first:lastname Check the dot-qmail man page. Ken Jones

[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

[vchkpw] aliases don't honor dot-qmail forwards

2003-03-22 Thread Moshe Jacobson
Hi all, I'm using vpopmail 5.2.1 (the last stable release... Could we please get an update to this branch sometime soon?). I have noticed that when an account is set to forward mail and then I create an alias to that account (using QmailAdmin, for example), it create a .qmail-blah file (where blah

Re: [vchkpw] dot-qmail in virtual user directory

2002-11-18 Thread Andy Bradford
Thus said "David Phillips" on Mon, 18 Nov 2002 16:29:10 CST: > Yes. vdelivermail handles the delivery for vpopmail virtual domains, > not qmail. If you want subaddresses, then place them in the domain > directory: But why then does it honor the .qmail in the virtual user's directory? /home

Re: [vchkpw] dot-qmail in virtual user directory

2002-11-18 Thread David Phillips
Andy Bradford writes: > Is there a reason why vdelivermail will deliver to > > /home/vpopmail/domains/domain.dom/user/.qmail > > but it won't deliver to > > /home/vpopmail/domains/domain.dom/user/.qmail-test Yes. vdelivermail handles the delivery for vpopmail virtual domains, not qmail. If you w

[vchkpw] dot-qmail in virtual user directory

2002-11-18 Thread Andy Bradford
Folks, Is there a reason why vdelivermail will deliver to /home/vpopmail/domains/domain.dom/user/.qmail but it won't deliver to /home/vpopmail/domains/domain.dom/user/.qmail-test Thanks Andy -- GnuPG ID 0xA63888C9 (D2DA 68C9 BB2B 26B4 8204 2219 A43E F450 A638 88C9) [---[system uptime

[vchkpw] vdelivermail and dot-qmail in virtual user directory.

2002-11-16 Thread Andy Bradford
Folks, I think that the way vdelivermail handles dot-qmail files is incorrect, or I've missed something in the documentation. I have a system with --enable-qmail-ext=y, however, dot-qmail files in the virtual user's directory are not read. For example, if I create: /hom

Re: dot qmail files

2001-11-29 Thread Bill Shupp
;' here, which is for what? This designates a "forwarder". > > Please explain to me the differences in these usages, and if support > for any of the above is planned to change. man dot-qmail Regards, Bill Shupp

dot qmail files

2001-11-29 Thread Craig P. McDaniel, Jr.
using .qmail-files, is there really a fundamental difference between aliases and forwarders? For example, I can have .qmail-sales with the contents "/path/to/Maildir" or "[EMAIL PROTECTED]", which is usually considered an alias, yet it can point to ANY address..not just a local one. The cont

RE: dot qmail

2001-09-10 Thread Marcus Williams
> -Original Message- > From: Pierre Rodriguez [mailto:[EMAIL PROTECTED]] > Sent: 10 September 2001 16:08 > To: [EMAIL PROTECTED] > Subject: dot qmail [snip] > If I create a .qmail-pierre, it works. > But if I try .qmail-pierre.rodriguez, it don't. > (for s

Re: dot qmail

2001-09-10 Thread Thomas Foerster
Hi, > If I create a .qmail-pierre, it works. > But if I try .qmail-pierre.rodriguez, it don't. > (for sure, both originals mailboxes are created...) > I suppose it's because of the dot in the middle > of the file name. use .qmail-pierre:rodriguez "." in mail-addresses must be written as ":"

Re: dot qmail

2001-09-10 Thread Florent
Hi, I have made seen qmailadmin create a .qmail-xxx:xxx for this kind of work instead of .qmail-xxx.xxx Florent #->Hi all ! #-> #->I use vpopmail 4.8.7 and I have a few troubles #->with mail fowarding : #-> #->If I create a .qmail-pierre, it works. #->But if I try .qmail-pierre.rodriguez, it

dot qmail

2001-09-10 Thread Pierre Rodriguez
Hi all ! I use vpopmail 4.8.7 and I have a few troubles with mail fowarding : If I create a .qmail-pierre, it works. But if I try .qmail-pierre.rodriguez, it don't. (for sure, both originals mailboxes are created...) I suppose it's because of the dot in the middle of the file name. Is there an

Re: dot-qmail problem

2001-07-04 Thread Ken Jones
[EMAIL PROTECTED] wrote: > > Thank you. > Is there a patch that I can use the standard .qmail Syntax > for vpopmail 4.9.8 ? > > > Yes. Instead of putting the .qmail file in the users > > directory, put it in the domain directory with > > the name .qmail-"user" > > Sorry, no patch. The vdeliverm

Re: dot-qmail problem

2001-07-04 Thread usenet_only
Thank you. Is there a patch that I can use the standard .qmail Syntax for vpopmail 4.9.8 ? > Yes. Instead of putting the .qmail file in the users > directory, put it in the domain directory with > the name .qmail-"user" > -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net GM

Re: dot-qmail problem

2001-07-03 Thread Ken Jones
[EMAIL PROTECTED] wrote: > > > > > The 4.9 releases do not support Maildir delivery in your > > users .qmail file. > > > > The 4.10 release does, but it is in development. > > > > Ken Jones > > > > Is there another way to forward an keep messages? Yes. Instead of putting the .qmail file in the

Re: dot-qmail problem

2001-07-03 Thread usenet_only
> > The 4.9 releases do not support Maildir delivery in your > users .qmail file. > > The 4.10 release does, but it is in development. > > Ken Jones > Is there another way to forward an keep messages? Does program execution ( |program ) work with vpopmail 4.9.8? Regards -- GMX - Die Kommun

Re: dot-qmail problem

2001-07-03 Thread Ken Jones
> "I'm afraid I wasn't able to deliver your message to the following > addresses. > This is a permanent error; I've given up. Sorry it didn't work out. > > <[EMAIL PROTECTED]>: > Sorry, no mailbox here by that name. vpopmail (#5.1.1)" > &g

dot-qmail problem

2001-07-03 Thread usenet_only
. vpopmail (#5.1.1)" I don't know what's wrong. Does dot-qmail have another syntax when you use vpopmail? Thanks -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net GMX Tipp: Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1! http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a

Something strange with dot-qmail

2000-11-29 Thread Visar Emini
Hi everybody , I use Vpopmail & Qmail and I have a strange situation here: In my .qmail file I specify a local path of my ./Maildir/ where a copy of message should be kept: /path/to/my/maildir/ But this line is treated as e-mail address not as a local path? I get an error saying that: [EMAIL PROT

RE: problem quota when using dot qmail

2000-09-14 Thread Martin Chung
Hi, I found an alternative way to solve that problem rather than using perl script, in your dot qmail file type the lines like this : | /path/to/vdelivermail '' ./user/Maildir/ I found that it can solve the problem that I want to forward all email to other mail account and also keep a

Re: problem quota when using dot qmail

2000-09-12 Thread Madrus - CBN
Dear Ken, I know how to solve that problem, in your dot qmail file type something like this at the first line : | mailquotacek then make a script like this : mailquotacek script

Re: problem quota when using dot qmail

2000-09-12 Thread Daniel Augusto Fernandes
Ken Jones wrote: > > Said Madrus wrote: > > > > Dear all, > > if we use .qmail- then vpopmail quota does not work, > > how to solve this problem ?? > > thanks, > > > > said madrus > > There is no solution that i know of. Anyone have any ideas? Ken Jones wrote: > e) qmail-local looks for a .qmai

Re: problem quota when using dot qmail

2000-09-12 Thread Ken Jones
Said Madrus wrote: > > Dear all, > if we use .qmail- then vpopmail quota does not work, > how to solve this problem ?? > thanks, > > said madrus There is no solution that i know of. Anyone have any ideas? ken Jones

problem quota when using dot qmail

2000-09-08 Thread Said Madrus
Dear all, if we use .qmail- then vpopmail quota does not work, how to solve this problem ?? thanks, said madrus

Re: Dot qmail

2000-08-22 Thread Tim Hunter
put the .qmail-pierre in the domain folder not the user folder. - Original Message - From: "Pierrot Driguez" <[EMAIL PROTECTED]> To: "Vpopmail" <[EMAIL PROTECTED]> Sent: Tuesday, August 22, 2000 12:12 PM Subject: Dot qmail > Hello, > > I

Dot qmail

2000-08-22 Thread Pierrot Driguez
Hello, I'd like first to thank Ken Jones for his help. I looked for information in the archives concerning dot.qmail, but as my english is not so fantastic it seems I have some troubles to understand everything. The simple problem is : I have a user in a domain controlled by vpopmail. I use Mai

Re: dot qmail no effect

2000-08-08 Thread Said Madrus
thanks all, the problem is wrong place of dot qmail file, it should be in domain directory not in user maildir. but how many .qmail- can we create in that directory ?? thanks again. ~said madrus - Original Message - From: "Andrés" <[EMAIL PROTECTED]> To: <[EMA

Re: dot qmail no effect

2000-08-08 Thread Andrés
Where is the .qmail file? Are you using it with a virtual user? - Original Message - From: "Said Madrus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 08, 2000 10:55 AM Subject: dot qmail no effect > Dear all, > i have already installed

Re: dot qmail no effect

2000-08-08 Thread Markus Wuebben
" Dear all, " i have already installed freebsd, qmail, daemontools, ucspi-tcp, mysql, " vpopmail, checkpassword. " the problem is i can not give intruction in dot qmail like this : " &[EMAIL PROTECTED] " |if [ "$SENDER" = "[EMAIL PROTECTED]"

dot qmail no effect

2000-08-08 Thread Said Madrus
Dear all, i have already installed freebsd, qmail, daemontools, ucspi-tcp, mysql, vpopmail, checkpassword. the problem is i can not give intruction in dot qmail like this : &[EMAIL PROTECTED] |if [ "$SENDER" = "[EMAIL PROTECTED]" ]; then echo -e "Don't send me a