Re: [vchkpw] Questions about vdelivermail

2005-07-08 Thread Kyle Wheeler

On Friday, July  8 at 06:36 PM, quoth Kyle Wheeler:

On Friday, July  8 at 12:20 PM, quoth Tren Blackburn:

Why do you have .qmail-user files?


Because it was the only way I could think of to forward the message 
without actually storing it on the qmail server.  What I want is it to 
be virus scanned (happens at smtp level via simscan), and then run 
through dspam.  Is there a simple way to allow a message to go through 
the .qmail-default file and forward to another server, but not store the 
message on the qmail server as well.


Sorry if I didn't explain it very clearly before and thanks for the reply.


AHA! I thought as much. Vpopmail will do what you want if you move 
.qmail-user into user/.qmail


Oops, I'm a moron - this was already suggested. :)

~Kyle
--
If there be any among us who would wish to dissolve this Union or to 
change its republican form, let them stand undisturbed as monuments of 
the safety with which error of opinion may be tolerated where reason is 
left free to combat it.

 -- Thomas Jefferson: First Inaugural, 1801


signature.asc
Description: Digital signature


Re: [vchkpw] Questions about vdelivermail

2005-07-08 Thread Kyle Wheeler

On Friday, July  8 at 12:20 PM, quoth Tren Blackburn:

Why do you have .qmail-user files?


Because it was the only way I could think of to forward the message 
without actually storing it on the qmail server.  What I want is it to 
be virus scanned (happens at smtp level via simscan), and then run 
through dspam.  Is there a simple way to allow a message to go through 
the .qmail-default file and forward to another server, but not store the 
message on the qmail server as well.


Sorry if I didn't explain it very clearly before and thanks for the reply.


AHA! I thought as much. Vpopmail will do what you want if you move 
.qmail-user into user/.qmail


~Kyle
--
It is a dogma of faith that the demons produce wind, storms, and rain of 
fire from heaven.

  -- St. Thomas Aquinas, "Summa Theologica"


signature.asc
Description: Digital signature


Re: [vchkpw] Questions about vdelivermail

2005-07-08 Thread Tren Blackburn

Tren Blackburn wrote:

Tom Collins wrote:


On Jul 8, 2005, at 11:52 AM, Tren Blackburn wrote:


And I've created mailboxes on the server that I use only for
authentication as I've got a .qmail file for each user that just
forwards to the end server.  In my telnet tests however, it doesn't seem
like the message is even getting to vdelivermail...it's just being
blasted through to the .qmail-user file in the domain directory
(/home/vpopmail/domains/domain.com).




domain.com/.qmail-user -- qmail delivers directly
domain.com/user/.qmail -- qmail hands off to vdelivermail which 
handles delivery



So if I just put the email address where the message is destined to go 
into the .qmail in the user directory, it will not store the message on 
the server, but just forward it off?


Sorry if this seems like a stupid question, I've never really needed to 
worry about this type of delivery before.




Love responding to myself...yes, this is exactly how it works.  Thanks 
to both Tom and Kyle for their help.  My DSPAM system is doing exactly 
what it should, and the users have full access to the CGI program.


Regards,

Tren


Re: [vchkpw] Questions about vdelivermail

2005-07-08 Thread Tren Blackburn

Tom Collins wrote:

On Jul 8, 2005, at 11:52 AM, Tren Blackburn wrote:


And I've created mailboxes on the server that I use only for
authentication as I've got a .qmail file for each user that just
forwards to the end server.  In my telnet tests however, it doesn't seem
like the message is even getting to vdelivermail...it's just being
blasted through to the .qmail-user file in the domain directory
(/home/vpopmail/domains/domain.com).



domain.com/.qmail-user -- qmail delivers directly
domain.com/user/.qmail -- qmail hands off to vdelivermail which handles 
delivery


So if I just put the email address where the message is destined to go 
into the .qmail in the user directory, it will not store the message on 
the server, but just forward it off?


Sorry if this seems like a stupid question, I've never really needed to 
worry about this type of delivery before.


Regards,

Tren


Re: [vchkpw] Questions about vdelivermail

2005-07-08 Thread Tom Collins

On Jul 8, 2005, at 11:52 AM, Tren Blackburn wrote:

And I've created mailboxes on the server that I use only for
authentication as I've got a .qmail file for each user that just
forwards to the end server.  In my telnet tests however, it doesn't 
seem

like the message is even getting to vdelivermail...it's just being
blasted through to the .qmail-user file in the domain directory
(/home/vpopmail/domains/domain.com).


domain.com/.qmail-user -- qmail delivers directly
domain.com/user/.qmail -- qmail hands off to vdelivermail which handles 
delivery


--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
You don't need a laptop to troubleshoot high-speed Internet: 
sniffter.com




Re: [vchkpw] Questions about vdelivermail

2005-07-08 Thread Tren Blackburn

Kyle Wheeler wrote:

On Friday, July  8 at 11:52 AM, quoth Tren Blackburn:


Hey List;

Running vpopmail-5.4.10 and building sort of a dspam appliance.  I have
dspam enabled in the .qmail-default of the domain with the following 
line:


| /usr/local/bin/dspam  --deliver=innocent --mode=teft --user [EMAIL PROTECTED]
  --stdout | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox



Okay...


And I've created mailboxes on the server that I use only for
authentication as I've got a .qmail file for each user that just
forwards to the end server.  In my telnet tests however, it doesn't seem
like the message is even getting to vdelivermail...it's just being
blasted through to the .qmail-user file in the domain directory
(/home/vpopmail/domains/domain.com).



Don't have .qmail-user files.

When qmail has the message and is going to deliver it, it has been told 
to look in ~vpopmail/domains/domain.com/. It will deliver to the most 
specific .qmail file it finds. .qmail-default is a catch-all, while 
.qmail-user files are more specific.


Why do you have .qmail-user files?


Because it was the only way I could think of to forward the message 
without actually storing it on the qmail server.  What I want is it to 
be virus scanned (happens at smtp level via simscan), and then run 
through dspam.  Is there a simple way to allow a message to go through 
the .qmail-default file and forward to another server, but not store the 
message on the qmail server as well.


Sorry if I didn't explain it very clearly before and thanks for the reply.

Regards,

Tren


Re: [vchkpw] Questions about vdelivermail

2005-07-08 Thread Kyle Wheeler

On Friday, July  8 at 11:52 AM, quoth Tren Blackburn:

Hey List;

Running vpopmail-5.4.10 and building sort of a dspam appliance.  I have
dspam enabled in the .qmail-default of the domain with the following line:

| /usr/local/bin/dspam  --deliver=innocent --mode=teft --user [EMAIL PROTECTED]
  --stdout | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox


Okay...


And I've created mailboxes on the server that I use only for
authentication as I've got a .qmail file for each user that just
forwards to the end server.  In my telnet tests however, it doesn't seem
like the message is even getting to vdelivermail...it's just being
blasted through to the .qmail-user file in the domain directory
(/home/vpopmail/domains/domain.com).


Don't have .qmail-user files.

When qmail has the message and is going to deliver it, it has been told 
to look in ~vpopmail/domains/domain.com/. It will deliver to the most 
specific .qmail file it finds. .qmail-default is a catch-all, while 
.qmail-user files are more specific.


Why do you have .qmail-user files?


I'm wondering how it would be possible to make this work, as I do not
want any email actually stored on this server, but I do need the
accounts on the server so users can authenticate to the dspam cgi program.

Suggestions would be appreciated.


I'm pretty confident it can be made to work.

~Kyle
--
Genius may have its limitations but stupidity is not thus handicapped.
  -- Elbert Hubbard


signature.asc
Description: Digital signature