On Mon, Jun 16, 2008 at 2:03 PM, Mark Martinec
<[EMAIL PROTECTED]<[EMAIL PROTECTED]>>
wrote:
>
> The 'amavisd-release' causes mail to be sent over $release_method,
> which specifies an IP address and a port number of a MTA to
> which a message should be sent. If $release_method is undefined
> it defaults to $notify_method, which in turn defaults to
> 'smtp:[127.0.0.1]:10025'. It is expected that a MTA at a specified
> port number does not invoke a content filter again, otherwise
> notifications and quarantine releases would be re-scanned.
>
I have $notify_method set to use sendmail directly as follows:
$notify_method = 'pipe:flags=q argv=/usr/sbin/sendmail -Ac -i -odd -f
${sender} -- ${recipient}';
no sign of release_method or requeue_method in my /etc/amavisd.conf so
assume they will default to that too.
>
> > I'm using amavisd-new-2.5.4-1.el5.rf - so that's an rpm packaged version
> > from rpmforge. The o/s is Centos 5, and I'm also using sendmail and
> > cyrus-imapd on the same server.
>
> Are you invoking amavisd through a milter or through a dual-MTA setup?
> If you let things at their defaults, it seems that SMTP listener
> on port 10025 does not have a milter disabled, causing a message
> to be re-scanned. Using a dual-MTA setup is cleaner in this respect.
>
>
I'm using amavisd-milter 1.2.1 - sorry I missed that earlier as it isn't
installed from an rpm. I guess that means I don't have a delivery method
available which won't rescan the contents. I'm starting to think I'll create
a whitelist to get around this. Thanks for your comments.
--
Cheers,
Tony
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/