Re: [AMaViS-user] Forwarding innocent e-mail to an e-mail address

2006-06-22 Thread Joshua J. Kugler
On Wednesday 21 June 2006 16:00, Mark Martinec wrote:
   Yes, with 2.4.1 you can do it: [...]
 
  Hmm..thanks for the tip.  Right now, we're running 2.2.1...and I not
  forsee an upgrade. :)  I'll keep looking.

 Perhaps you will be tempted by the automatic pen pals soft-whitelisting
 which 2.4.2 is bringing :)  (favourizing replies to mail, based on previous
 correspondence)

Hmm...neat feature.

At any rate, now that I've upgraded to 2.4.1. [Rather painless, really.  Just 
had to upgrade Compress::Zlib.]

I notice the config file has lines such as:

$virus_quarantine_to  = 'virus-quarantine';# traditional local quarantine
#$virus_quarantine_to = 'infected@';   # forward to MTA for delivery

Since the config file appears to be a Perl script, more or less, I assume 
there is no way to quarantine to file *and* forward it to an e-mail address?

Thanks.

j

-- 
Joshua Kugler   
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE
PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Forwarding innocent e-mail to an e-mail address

2006-06-22 Thread Mark Martinec
Joshua,

 At any rate, now that I've upgraded to 2.4.1. [Rather painless, really. 
 Just had to upgrade Compress::Zlib.]

Good.

 I notice the config file has lines such as:

 $virus_quarantine_to  = 'virus-quarantine';# traditional local
 quarantine #$virus_quarantine_to = 'infected@'; # forward to MTA
 for delivery

 Since the config file appears to be a Perl script, more or less, I assume
 there is no way to quarantine to file *and* forward it to an e-mail
 address?

No, you can't have both, but there is a way: send quarantine
to a mail address, and configure Postfix aliases to save a copy
to a file (or a maildir).

  Mark

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


[AMaViS-user] Forwarding innocent e-mail to an e-mail address

2006-06-21 Thread Joshua J. Kugler
I'm in the process of training a new anti-spam tool, and I've looked through 
the config file and searched the mailing list archives and haven't found an 
answer to this question.  If it is there staring me in the face, please 
provide a link to the place I should be looking. :)

I have found the places where I can put an e-mail address to which I want all 
spam forwarded to, but is there a place I can configure an e-mail address to 
which is sent all *innocent* mail?  This would allow us to train our system 
based on our existing definitions of what is (not) spam.

Thanks.

j

-- 
Joshua Kugler   
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE
PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Forwarding innocent e-mail to an e-mail address

2006-06-21 Thread Mark Martinec
Joshua,

 I'm in the process of training a new anti-spam tool, and I've looked
 through the config file and searched the mailing list archives and haven't
 found an answer to this question.  If it is there staring me in the face,
 please provide a link to the place I should be looking. :)

 I have found the places where I can put an e-mail address to which I want
 all spam forwarded to, but is there a place I can configure an e-mail
 address to which is sent all *innocent* mail?  This would allow us to train
 our system based on our existing definitions of what is (not) spam.

Yes, with 2.4.1 you can do it:

$mailfrom_to_quarantine = '';  # replace sender with null return path
$clean_quarantine_method = 'local:clean/%m';
$clean_quarantine_to = '[EMAIL PROTECTED]'; # send to mbx instead of a file

  Mark

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Forwarding innocent e-mail to an e-mail address

2006-06-21 Thread Joshua J. Kugler
On Wednesday 21 June 2006 15:38, Mark Martinec wrote:
  Is there a place I can configure an e-mail
  address to which is sent all *innocent* mail?
 Yes, with 2.4.1 you can do it:

 $mailfrom_to_quarantine = '';  # replace sender with null return path
 $clean_quarantine_method = 'local:clean/%m';
 $clean_quarantine_to = '[EMAIL PROTECTED]'; # send to mbx instead of a
 file

Hmm..thanks for the tip.  Right now, we're running 2.2.1...and I not forsee an 
upgrade. :)  I'll keep looking.

j

-- 
Joshua Kugler   
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE
PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Forwarding innocent e-mail to an e-mail address

2006-06-21 Thread Mark Martinec
  Yes, with 2.4.1 you can do it: [...]

 Hmm..thanks for the tip.  Right now, we're running 2.2.1...and I not forsee
 an upgrade. :)  I'll keep looking.

Perhaps you will be tempted by the automatic pen pals soft-whitelisting
which 2.4.2 is bringing :)  (favourizing replies to mail, based on previous 
correspondence)

  Mark

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/