Re: [vchkpw] nonexistent local user ?

2008-04-21 Thread Remo Mattei

mine is setup for the user in this way:

|preline -f /usr/local/tmda//bin/tmda-filter -c 
/home/vpopmail/domains/.com/remo/.tm

da/config -t /home/vpopmail/domains/.com/user/.tmda/templates/
|/etc/dspam/bin/dspam  --deliver=innocent --user [EMAIL PROTECTED] --debug 
--mode=teft --feature=
noise,whitelist --stdout -p -m | /home/vpopmail/bin/vdelivermail '' 
/home/vpopmail/domains

/xxx.com/user

and it works like a charm.

maybe you should use vdelivermain instead of the forward :)

Remo

Sam Ami wrote:

our qmail relay is setup with tmda.

#when user subscribes to tmda
#/home/vpopmail/domains/domain.tld/.qmail-b:gates-default
  |preline -f /usr/local/tmda/bin/tmda-filter -c
/home/vpopmail/domains/domain.tld/b.gates/.tmda/config
  |forward [EMAIL PROTECTED]

#/home/vpopmail/domains/domain.tld/.qmail-default
#when user is NOT subscribed to tmda
 |/home/vpopmail/bin/vdelivermail '' delete
 |forward $DEFAULT@mail.internalserver.tld

I want to delete nonexistant users email, not bounce, bounce works,
delete doesn't




On Fri, Apr 18, 2008 at 4:03 PM, Rick Widmer [EMAIL PROTECTED] wrote:


 Sam Ami wrote:


it is the .qmail-default file of a vpopmail domain
(/home/vpopmail/domains/domain.name.tld/.qmail-default)
all i want to do is delete email to nonexistent domain users instead
of the email getting to line two of the .qmail-default and being
forwarded.





On Fri, Apr 18, 2008 at 3:19 PM, Rick Widmer [EMAIL PROTECTED]

wrote:

 Sam Ami wrote:



hi all

why wouldn't this delete the email to a nonexistent local user ?


 OK then the answer is that the delete option means delete the message
without complaining.  Since there is no error reported qmail will always
continue on with the next line.


 I think you should re-consider doing anything non-standard in your
.qmail-defailt file.  Qmailadmin will replace the file every time the
catchall option is changed.  Ezmlm lista and forwards don't go through the
default file, so they will be missed.

 Why are you forwarding the message?

 Rick

 












!DSPAM:480cbbee120502141636194!



Re: [vchkpw] nonexistent local user ?

2008-04-21 Thread Remo Mattei

- Roger Williams

sorry does not matter I am doing exactly what you are asking for a 
client which then forwards the mail to the final exchange box after been 
scanned.


Try it.

remo

Sam Ami wrote:

i'm using forward as it the needs to end up in the users mailbox on
the internal mail server... the qmail server is the relay,tmda,spam,av
filter.
in your case, your server houses the users mailbox's, my server just
acts as a filter/relay for the internal mail server

On Tue, Apr 22, 2008 at 2:08 AM, Remo Mattei [EMAIL PROTECTED] wrote:

mine is setup for the user in this way:

 |preline -f /usr/local/tmda//bin/tmda-filter -c
/home/vpopmail/domains/.com/remo/.tm
 da/config -t /home/vpopmail/domains/.com/user/.tmda/templates/
 |/etc/dspam/bin/dspam  --deliver=innocent --user [EMAIL PROTECTED] --debug
--mode=teft --feature=
 noise,whitelist --stdout -p -m | /home/vpopmail/bin/vdelivermail ''
/home/vpopmail/domains
 /xxx.com/user

 and it works like a charm.

 maybe you should use vdelivermain instead of the forward :)

 Remo

 Sam Ami wrote:


our qmail relay is setup with tmda.

#when user subscribes to tmda
#/home/vpopmail/domains/domain.tld/.qmail-b:gates-default
 |preline -f /usr/local/tmda/bin/tmda-filter -c
/home/vpopmail/domains/domain.tld/b.gates/.tmda/config
 |forward [EMAIL PROTECTED]

#/home/vpopmail/domains/domain.tld/.qmail-default
#when user is NOT subscribed to tmda
|/home/vpopmail/bin/vdelivermail '' delete
|forward $DEFAULT@mail.internalserver.tld

I want to delete nonexistant users email, not bounce, bounce works,
delete doesn't




On Fri, Apr 18, 2008 at 4:03 PM, Rick Widmer [EMAIL PROTECTED]

wrote:

 Sam Ami wrote:



it is the .qmail-default file of a vpopmail domain
(/home/vpopmail/domains/domain.name.tld/.qmail-default)
all i want to do is delete email to nonexistent domain users instead
of the email getting to line two of the .qmail-default and being
forwarded.





On Fri, Apr 18, 2008 at 3:19 PM, Rick Widmer

[EMAIL PROTECTED]

wrote:


 Sam Ami wrote:




hi all

why wouldn't this delete the email to a nonexistent local user ?



 OK then the answer is that the delete option means delete the message
without complaining.  Since there is no error reported qmail will always
continue on with the next line.


 I think you should re-consider doing anything non-standard in your
.qmail-defailt file.  Qmailadmin will replace the file every time the
catchall option is changed.  Ezmlm lista and forwards don't go through

the

default file, so they will be missed.

 Why are you forwarding the message?

 Rick











 












!DSPAM:480d44ab120501470810175!



Re: [vchkpw] nonexistent local user ?

2008-04-21 Thread Sam Ami
whats your email address ?
some other list users are getting annoyed





On Tue, Apr 22, 2008 at 11:51 AM, Remo Mattei [EMAIL PROTECTED] wrote:
 - Roger Williams

  sorry does not matter I am doing exactly what you are asking for a client
 which then forwards the mail to the final exchange box after been scanned.

  Try it.

  remo



  Sam Ami wrote:

  i'm using forward as it the needs to end up in the users mailbox on
  the internal mail server... the qmail server is the relay,tmda,spam,av
  filter.
  in your case, your server houses the users mailbox's, my server just
  acts as a filter/relay for the internal mail server
 
  On Tue, Apr 22, 2008 at 2:08 AM, Remo Mattei [EMAIL PROTECTED] wrote:
 
   mine is setup for the user in this way:
  
|preline -f /usr/local/tmda//bin/tmda-filter -c
   /home/vpopmail/domains/.com/remo/.tm
da/config -t /home/vpopmail/domains/.com/user/.tmda/templates/
|/etc/dspam/bin/dspam  --deliver=innocent --user [EMAIL PROTECTED] 
   --debug
   --mode=teft --feature=
noise,whitelist --stdout -p -m | /home/vpopmail/bin/vdelivermail ''
   /home/vpopmail/domains
/xxx.com/user
  
and it works like a charm.
  
maybe you should use vdelivermain instead of the forward :)
  
Remo
  
Sam Ami wrote:
  
  
our qmail relay is setup with tmda.
   
#when user subscribes to tmda
#/home/vpopmail/domains/domain.tld/.qmail-b:gates-default
|preline -f /usr/local/tmda/bin/tmda-filter -c
/home/vpopmail/domains/domain.tld/b.gates/.tmda/config
|forward [EMAIL PROTECTED]
   
#/home/vpopmail/domains/domain.tld/.qmail-default
#when user is NOT subscribed to tmda
   |/home/vpopmail/bin/vdelivermail '' delete
   |forward $DEFAULT@mail.internalserver.tld
   
I want to delete nonexistant users email, not bounce, bounce works,
delete doesn't
   
   
   
   
On Fri, Apr 18, 2008 at 4:03 PM, Rick Widmer
 [EMAIL PROTECTED]
   
   wrote:
  
   
  Sam Ami wrote:



  it is the .qmail-default file of a vpopmail domain
  (/home/vpopmail/domains/domain.name.tld/.qmail-default)
  all i want to do is delete email to nonexistent domain users
 instead
  of the email getting to line two of the .qmail-default and being
  forwarded.
 
 
 
 
 
  On Fri, Apr 18, 2008 at 3:19 PM, Rick Widmer
 

   
   [EMAIL PROTECTED]
  
   
 wrote:


 
Sam Ami wrote:
  
  
  
  
hi all
   
why wouldn't this delete the email to a nonexistent local user
 ?
   
   
   
  
 
  OK then the answer is that the delete option means delete the
 message
 without complaining.  Since there is no error reported qmail will
 always
 continue on with the next line.


  I think you should re-consider doing anything non-standard in your
 .qmail-defailt file.  Qmailadmin will replace the file every time
 the
 catchall option is changed.  Ezmlm lista and forwards don't go
 through

   
   the
  
   
 default file, so they will be missed.

  Why are you forwarding the message?

  Rick





   
   
   
   
   
   
   
  
  
  
 
 
 
 
 
 
 

  



!DSPAM:480d5408120509509610868!



Re: [vchkpw] nonexistent local user ?

2008-04-18 Thread Rick Widmer



Sam Ami wrote:

it is the .qmail-default file of a vpopmail domain
(/home/vpopmail/domains/domain.name.tld/.qmail-default)
all i want to do is delete email to nonexistent domain users instead
of the email getting to line two of the .qmail-default and being
forwarded.





On Fri, Apr 18, 2008 at 3:19 PM, Rick Widmer [EMAIL PROTECTED] wrote:


 Sam Ami wrote:


hi all

why wouldn't this delete the email to a nonexistent local user ?


OK then the answer is that the delete option means delete the message 
without complaining.  Since there is no error reported qmail will always 
 continue on with the next line.



I think you should re-consider doing anything non-standard in your 
.qmail-defailt file.  Qmailadmin will replace the file every time the 
catchall option is changed.  Ezmlm lista and forwards don't go through 
the default file, so they will be missed.


Why are you forwarding the message?

Rick

!DSPAM:480839c0120501311886941!



Re: [vchkpw] nonexistent local user ?

2008-04-18 Thread Sam Ami
our qmail relay is setup with tmda.

#when user subscribes to tmda
#/home/vpopmail/domains/domain.tld/.qmail-b:gates-default
  |preline -f /usr/local/tmda/bin/tmda-filter -c
/home/vpopmail/domains/domain.tld/b.gates/.tmda/config
  |forward [EMAIL PROTECTED]

#/home/vpopmail/domains/domain.tld/.qmail-default
#when user is NOT subscribed to tmda
 |/home/vpopmail/bin/vdelivermail '' delete
 |forward $DEFAULT@mail.internalserver.tld

I want to delete nonexistant users email, not bounce, bounce works,
delete doesn't




On Fri, Apr 18, 2008 at 4:03 PM, Rick Widmer [EMAIL PROTECTED] wrote:


  Sam Ami wrote:

  it is the .qmail-default file of a vpopmail domain
  (/home/vpopmail/domains/domain.name.tld/.qmail-default)
  all i want to do is delete email to nonexistent domain users instead
  of the email getting to line two of the .qmail-default and being
  forwarded.
 
 
 
 
 
  On Fri, Apr 18, 2008 at 3:19 PM, Rick Widmer [EMAIL PROTECTED]
 wrote:
 
  
Sam Ami wrote:
  
  
hi all
   
why wouldn't this delete the email to a nonexistent local user ?
   
  
 

  OK then the answer is that the delete option means delete the message
 without complaining.  Since there is no error reported qmail will always
 continue on with the next line.


  I think you should re-consider doing anything non-standard in your
 .qmail-defailt file.  Qmailadmin will replace the file every time the
 catchall option is changed.  Ezmlm lista and forwards don't go through the
 default file, so they will be missed.

  Why are you forwarding the message?

  Rick

  



!DSPAM:48083e64120501738056983!



[vchkpw] nonexistent local user ?

2008-04-17 Thread Sam Ami
hi all

why wouldn't this delete the email to a nonexistent local user ?

|/home/vpopmail/bin/vdelivermail '' delete
|forward $DEFAULT@mail.internalserver.tld

!DSPAM:48081d36120501856816552!



Re: [vchkpw] nonexistent local user ?

2008-04-17 Thread Tren Blackburn
Try putting the pipes on separate lines

- Original Message -
From: Sam Ami [EMAIL PROTECTED]
To: vchkpw@inter7.com vchkpw@inter7.com
Sent: Thu Apr 17 21:01:38 2008
Subject: [vchkpw] nonexistent local user ?

hi all

why wouldn't this delete the email to a nonexistent local user ?

|/home/vpopmail/bin/vdelivermail '' delete
|forward $DEFAULT@mail.internalserver.tld




!DSPAM:48081dd7120501443269753!


Re: [vchkpw] nonexistent local user ?

2008-04-17 Thread Sam Ami
they are.

|/home/vpopmail/bin/vdelivermail '' delete
|forward $DEFAULT@mail.internalserver.tld





On Fri, Apr 18, 2008 at 2:04 PM, Tren Blackburn [EMAIL PROTECTED] wrote:



 Try putting the pipes on separate lines



  - Original Message -
  From: Sam Ami [EMAIL PROTECTED]
  To: vchkpw@inter7.com vchkpw@inter7.com
  Sent: Thu Apr 17 21:01:38 2008
  Subject: [vchkpw] nonexistent local user ?

  hi all

  why wouldn't this delete the email to a nonexistent local user ?

  |/home/vpopmail/bin/vdelivermail '' delete
  |forward $DEFAULT@mail.internalserver.tld



  

!DSPAM:480820da120502799017839!



Re: [vchkpw] nonexistent local user ?

2008-04-17 Thread Rick Widmer



Sam Ami wrote:

hi all

why wouldn't this delete the email to a nonexistent local user ?

|/home/vpopmail/bin/vdelivermail '' delete
|forward $DEFAULT@mail.internalserver.tld



What file is this in?


What are you trying to do?


vdelivermail should NEVER be run from any file other than the 
.qmail-default file of a vpopmail domain.



Rick

!DSPAM:48082f59120501426616554!



Re: [vchkpw] nonexistent local user ?

2008-04-17 Thread Sam Ami
it is the .qmail-default file of a vpopmail domain
(/home/vpopmail/domains/domain.name.tld/.qmail-default)
all i want to do is delete email to nonexistent domain users instead
of the email getting to line two of the .qmail-default and being
forwarded.





On Fri, Apr 18, 2008 at 3:19 PM, Rick Widmer [EMAIL PROTECTED] wrote:


  Sam Ami wrote:

  hi all
 
  why wouldn't this delete the email to a nonexistent local user ?
 
  |/home/vpopmail/bin/vdelivermail '' delete
  |forward $DEFAULT@mail.internalserver.tld
 


  What file is this in?


  What are you trying to do?


  vdelivermail should NEVER be run from any file other than the
 .qmail-default file of a vpopmail domain.


  Rick

  



!DSPAM:4808308a120506770514530!