> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Gary V
> Sent: Tuesday, July 04, 2006 10:27 PM
> To: amavis-user@lists.sourceforge.net
> Subject: Re: [AMaViS-user] Getting new backscatter with 2.4.2
> 
> 
> Gary wrote:
> Looks like a bug.
> No problem when smtp is used, problem when lmtp is used.

Thanks Gary for digging into it.

By changing 

> I used your entries in master.cf and I could reproduce this.

> lmtp-amavis unix -      -       n     -       2  lmtp
>     -o lmtp_data_done_timeout=1200
>     -o lmtp_send_xforward_command=yes
>     -o disable_dns_lookups=yes
>     -o header_checks=regexp:/etc/postfix/remove_headers
>     -o max_use=20

> This is what made the difference. I changed it to:

> smtp-amavis unix -     -       n      -       2  smtp
>     -o smtp_data_done_timeout=1200
>     -o smtp_send_xforward_command=yes
>     -o disable_dns_lookups=yes
>     -o header_checks=regexp:/etc/postfix/remove_headers
>     -o max_use=20

It works now.

My assumptions were that lmtp was lighter, and I think (someone's faq's)
said to use it.

Like the motto says 'all of together are better than all of us alone.'


I like amavisd-new (mark, great job) and the people in this electronic
community.

One of the most civil and helpful I have seen.  And I have been around a
while, involved in lots of usenet wars, anti-spam wars over usenet news
groups, etc since 1994.  Saw news.admin.net-abuse.email turn into a
crapping ground for pro and anti-spam zelots (you would think the
spammers would scan a news admin email group for email addresses to NOT
spam to keep the complaints to their ISP's down...  )

Trolls, meows', you name it.

Thanks again Gary.

I will change to the smtp service for now, and I know now that Mark has
pointers from you (lmtp service is not obeying spam_final_destination)
it won't be long before he fixes it.

I will first do like you said, and pull down original amavisd-new,..

Noop, only patch to amavisd-new for freebsd ports is this:
(make file does a sed/%%PREFIX%%/ usr/local/  before installing)

Don't think that will mess up lmtp service.

--- amavisd.orig        Mon Apr 25 01:23:32 2005
+++ amavisd     Mon Apr 25 09:53:59 2005
@@ -8495,7 +8495,7 @@
 Amavis::Conf::build_default_maps();

 # default location of the config file if none specified
-push(@config_files, '/etc/amavisd.conf')  if [EMAIL PROTECTED];
+push(@config_files, '%%PREFIX%%/etc/amavisd.conf')  if [EMAIL PROTECTED];
 # Read/execute the config file, which may override default set

In config.h we undef MKTEMP
--- helper-progs/config.h.in.orig       Mon Mar  6 00:26:08 2006
+++ helper-progs/config.h.in            Tue Apr  4 08:21:29 2006
@@ -17,7 +17,7 @@
 #define HAVE_MKDTEMP

 /* Define if you have the mktemp function, undefine otherwise */
-#define HAVE_MKTEMP
+#undef HAVE_MKTEMP


> 
> Gary V
> 
> 
> 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=lnk&kid=120709&bid=263057&;
dat=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/

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=lnk&kid=120709&bid=263057&dat=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/

Reply via email to