Re: [vchkpw] how to do simple vpopmail delivery with filtering

2005-04-07 Thread Kurt Bigler
on 4/6/05 10:41 PM, Kurt Bigler [EMAIL PROTECTED] wrote:

 So with this change, you can now have the following line in your user/.qmail
 file:
 
 | myfilter | vdelivermail -d bounce-no-mailbox

Well, not quite.  You have to wrap this in a simple command, e.g.

| mywrapper

where mywrapper contains:

#!/bin/sh
myfilter | vdelivermail -d bounce-no-mailbox

-Kurt



Re: [vchkpw] how to do simple vpopmail delivery with filtering

2005-04-07 Thread Kurt Bigler
on 4/6/05 11:30 PM, Kurt Bigler [EMAIL PROTECTED] wrote:

 on 4/6/05 10:41 PM, Kurt Bigler [EMAIL PROTECTED] wrote:
 
 So with this change, you can now have the following line in your user/.qmail
 file:
 
 | myfilter | vdelivermail -d bounce-no-mailbox
 
 Well, not quite.  You have to wrap this in a simple command, e.g.
 
 | mywrapper
 
 where mywrapper contains:
 
 #!/bin/sh
 myfilter | vdelivermail -d bounce-no-mailbox

Never mind.  I guess what I originally wrote was correct.  Sorry.

-Kurt



[vchkpw] vdelivermail

2005-04-07 Thread Mario Cardia
Hi! 

I need a help here.
i am makeing a new mailserver. i installed qmail, vpopmail, maildrop, etc...
the mail server works fine.
the problem is that i have many .qmail-user files that redirect mail with
vdeliver mail, exemple:
| /opt/vpopmail/bin/vdelivermail '' /opt/vpopmail/domains/test.com/user 

It works fine in old mail server but in the new one it fails.
in qmail-send log i got the folowing message:
deferral: Unable_to_run_/bin/sh:_ 

i traced back and i know that it happens when vdelivermail execute the
execv command.
i change de vdelivermail to print errno message and the message was
too many open files. 

it happens because vdelivermail was not supose to return in execv command, 
but it does and happens to execute too many vdelivermail process 

i did check /bin/sh and /bin/bash permissions and it's ok (755).
just to make shure i've changed to 777 and the error persist. 

i checked out qmail and vpopmail permissions and it was what
it supose to be 

The diferences between de old server and the new server are: 

- vpopmail version(5.4.5 in the old one, 5.4.10 in the new one)
- qmail location (/var/qmail in the old one, /opt/qmail in the new one) 

i tried to downgrade vpopmail to 5.4.5 and the same error happens.
i compiled all software informing then where qmail is installed and
i don't think this could be the problem... (am i right?) 

the vdelivermail in .qmail-default (bounce) works fine, only in
.qmail-user or .qmail-user-default the error hapens. 

please, help me. I don't know what to do anymore. 

thanks 

Mario Cardia
[EMAIL PROTECTED]
(i'm brazilian, so sorry by my poor english) 



Re: [vchkpw] vdelivermail

2005-04-07 Thread Boris Pavlov
mario,
you did changed the location of vpopmail but copied the old domains/ 
directory, right?
if so, you must change many things,
firstly, check if the vpopmail user and vchkpw group have same id's in 
/etc/passwd. if so, you can go on w/o reinstall
secondly, you must check out the qmail's assing file
and, then, change every single vpasswd file and every file in domains/ 
that begins with .qmail*

you can do it with a simple shell script.
Mario Cardia wrote:
Hi!
I need a help here.
i am makeing a new mailserver. i installed qmail, vpopmail, maildrop, 
etc...
the mail server works fine.
the problem is that i have many .qmail-user files that redirect mail with
vdeliver mail, exemple:
| /opt/vpopmail/bin/vdelivermail '' /opt/vpopmail/domains/test.com/user
It works fine in old mail server but in the new one it fails.
in qmail-send log i got the folowing message:
deferral: Unable_to_run_/bin/sh:_
i traced back and i know that it happens when vdelivermail execute the
execv command.
i change de vdelivermail to print errno message and the message was
too many open files.
it happens because vdelivermail was not supose to return in execv 
command, but it does and happens to execute too many vdelivermail process
i did check /bin/sh and /bin/bash permissions and it's ok (755).
just to make shure i've changed to 777 and the error persist.
i checked out qmail and vpopmail permissions and it was what
it supose to be
The diferences between de old server and the new server are:
- vpopmail version(5.4.5 in the old one, 5.4.10 in the new one)
- qmail location (/var/qmail in the old one, /opt/qmail in the new one)
i tried to downgrade vpopmail to 5.4.5 and the same error happens.
i compiled all software informing then where qmail is installed and
i don't think this could be the problem... (am i right?)
the vdelivermail in .qmail-default (bounce) works fine, only in
.qmail-user or .qmail-user-default the error hapens.
please, help me. I don't know what to do anymore.
thanks
Mario Cardia
[EMAIL PROTECTED]
(i'm brazilian, so sorry by my poor english)



[vchkpw] Sorry, I just saw all of your replies - thanks!

2005-04-07 Thread John McGivern
 


Re: [vchkpw] how to unsubscribe??

2005-04-07 Thread Rick Romero
On Thu, 2005-04-07 at 11:32 -0400, John McGivern wrote:
 List-Post: mailto:vchkpw@inter7.com
 List-Help: mailto:[EMAIL PROTECTED]
 List-Unsubscribe: mailto:[EMAIL PROTECTED]
 List-Subscribe: mailto:[EMAIL PROTECTED]

Always check the headers of lists.

Rick



Re: [vchkpw] how to do simple vpopmail delivery with filtering

2005-04-07 Thread Kyle Wheeler
On Wednesday, April  6 at 06:38 PM, quoth Tom Collins:
 By the way, I plan to revisit the vdelivermail code sometime (hopefully 
 soon) and have it set the environment variables correctly, to match 
 what qmail-local would set if it was a non-virtual domain.
 
 This should make some of your .qmail and other scripts easier to 
 write...

Excellent - I would definitely appreciate it.

~Kyle
-- 
Well, I've wrestled with reality for over thirty five years, doctor, and
I'm happy to state I finally won out over it.
-- Jimmy Stewart, in Harvey


signature.asc
Description: Digital signature


Re: [vchkpw] How do I unsubscribe?

2005-04-07 Thread Charles Sprickman
On Wed, 6 Apr 2005, Chase Urich wrote:
Send an email to: [EMAIL PROTECTED]
It's in the headers of every message ... and usually is for most
mailing list (for future reference).
Some mail clients even parse those headers and let you just click a bit to 
unsub:

[ Note: This message contains email list management information ]
  PINE 4.61   MAIL LIST COMMANDS fasttrackmonkey  vchkpw  Msg 592 of 611 
DEL +
   Mail List Commands

Message 592 has information associated with it that explains how to
participate in an email list. An email list is represented by a single
email address that users sharing a common interest can send messages to
(known as posting) which are then redistributed to all members of the
list (sometimes after review by a moderator).
List participation commands in this message include:
 *  A method to get information about the list and instructions on how to
join.
Select HERE to seek help.
 *  A method to remove yourself from the list (Unsubscribe).
Select HERE to UNsubscribe.
Neat stuff!  Don't know which GUI mailers do this, but I'm sure some must.
Charles
Chase
--
Computers are like air conditioners.  Both stop working, if you open
windows. -- Adam Heath


Re: [vchkpw] How do I unsubscribe?

2005-04-07 Thread Jeremy Kitchen
On Thursday 07 April 2005 04:12 pm, Charles Sprickman wrote:
 On Wed, 6 Apr 2005, Chase Urich wrote:
  Send an email to: [EMAIL PROTECTED]
 
  It's in the headers of every message ... and usually is for most
  mailing list (for future reference).

 Some mail clients even parse those headers and let you just click a bit to
 unsub:

kmail does.  kmail kicks total ass for mailing lists.

well, and so does qmail with personal extension address namespace via .qmail 
files, and an imap server ;)

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
[EMAIL PROTECTED] ++ inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgpLjHOBHdsdp.pgp
Description: PGP signature


Re: [vchkpw] how to do simple vpopmail delivery with filtering

2005-04-07 Thread Charlie Garrison
Good morning,

On 7/4/05 at 2:03 PM -0500, Kyle Wheeler [EMAIL PROTECTED] wrote:

I feel like someone arriving late at the party. I can't find any spam
detection options in qmailadmin. I am using the latest stable
release; should I be using a development release? Is there any online
documentation you can refer me to?

When you run ./configure for QmailAdmin, you can use the 
--enable-spam-command=blah blah blah, and that will enable the Spam 
Detection feature of QmailAdmin. It's in the documentation... check out 
the INSTALL file 
(http://cvs.sourceforge.net/viewcvs.py/qmailadmin/qmailadmin/INSTALL?rev=1.7)

I don't know how I missed that. I would have sworn that I already read that
file thoroughly looking for it.

And now I want to learn more about '|preline'. Could someone point me to the
documentation for that?

Thanks,
Charlie

-- 
   Charlie Garrison  [EMAIL PROTECTED]
   PO Box 141, Windsor, NSW 2756, Australia