List Info

Thread: change in $forward_method from amavisd-new-2.4.2_3, 1 to amavisd-new-2.4.3 trying to understand




change in $forward_method from amavisd-new-2.4.2_3, 1 to amavisd-new-2.4.3 trying to understand
user name
2006-12-22 01:00:58
My setup is sendmail-milter and the desired effect was to
have all the 
incoming mail that passed forwarded to another less-able
box.

What I used to have was this:
$forward_method = 'smtp:192.168.1.1:25';  # where to forward
checked mail

The new config file has this form:
$forward_method = 'smtp:[192.168.1.1]:25'; 

Either form doesn't get me where I wanted to go.

So....what may have changed or did I invoke wrong?

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
change in $forward_method from amavisd-new-2.4.2_3, 1 to amavisd-new-2.4.3 trying to understand
user name
2006-12-22 04:49:15
can you telnet to 192.168.1.1 port 25 ?


On Thu, 2006-12-21 at 19:00 -0600, marc+amavismilestonerdl.com wrote:
> My setup is sendmail-milter and the desired effect was
to have all the 
> incoming mail that passed forwarded to another
less-able box.
> 
> What I used to have was this:
> $forward_method = 'smtp:192.168.1.1:25';  # where to
forward checked mail
> 
> The new config file has this form:
> $forward_method = 'smtp:[192.168.1.1]:25'; 
> 
> Either form doesn't get me where I wanted to go.
> 
> So....what may have changed or did I invoke wrong?
> 
>
------------------------------------------------------------
-------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the
chance to share your
> opinions on IT & business topics through brief
surveys - and earn cash
> http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> AMaViS-user mailing list
> AMaViS-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amavis-user

> AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/ho
wto/
> 


------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
change in $forward_method from amavisd-new-2.4.2_3, 1 to amavisd-new-2.4.3 trying to understand
user name
2006-12-22 04:49:15
can you telnet to 192.168.1.1 port 25 ?


On Thu, 2006-12-21 at 19:00 -0600, marc+amavismilestonerdl.com wrote:
> My setup is sendmail-milter and the desired effect was
to have all the 
> incoming mail that passed forwarded to another
less-able box.
> 
> What I used to have was this:
> $forward_method = 'smtp:192.168.1.1:25';  # where to
forward checked mail
> 
> The new config file has this form:
> $forward_method = 'smtp:[192.168.1.1]:25'; 
> 
> Either form doesn't get me where I wanted to go.
> 
> So....what may have changed or did I invoke wrong?
> 
>
------------------------------------------------------------
-------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the
chance to share your
> opinions on IT & business topics through brief
surveys - and earn cash
> http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> AMaViS-user mailing list
> AMaViS-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amavis-user

> AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/ho
wto/
> 


------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
change in $forward_method from amavisd-new-2.4.2_3, 1 to amavisd-new-2.4.3 trying to understand
user name
2006-12-22 11:52:59
> My setup is sendmail-milter and the desired effect was
to have all the
> incoming mail that passed forwarded to another
less-able box.
> What I used to have was this:
> $forward_method = 'smtp:192.168.1.1:25';  # where to
forward checked mail
> The new config file has this form:
> $forward_method = 'smtp:[192.168.1.1]:25';
> Either form doesn't get me where I wanted to go.

Both forms are correct (brackets become useful with
IPv6 addresses, which contain colons).

But this is irrelevant for a milter setup. The
$forward_method should
be left at undef in a milter setup - mail is forwarded by
MTA itself
after it gets a go from a milter, the milter should not
forward a
message on its own.

To make all mail pass, set:
  $final_virus_destiny  = D_PASS;
  $final_banned_destiny = D_PASS;
  $final_spam_destiny   = D_PASS;
  $final_bad_header_destiny = D_PASS;

Mark

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )