Index: [thread] [date] [author] [stats]
  From: Alberto González Palomo <alberto@matracas.org>
  To  : <masqmail@marmaro.de>
  Date: Thu, 15 Jul 2010 18:24:27 +0200

Re: [masqmail] Plans for a 0.3 dev branch

markus schnalke wrote: (08/07/10 11:04)
> [2010-05-31 00:15] Alberto González Palomo<alberto@matracas.org>
>[...]
>>         Looking at masqmail's configuration files I see the old "get.*",
>> the "connect_route.*" entries (22 of them, for different places) and
>> the online_file="/tmp/connect_route"
>>         In the route file I use now I have auth_name, auth_login,
>> auth_secret, do_correct_helo, and wrapper (for openssl).
>
> Could you send me your route file (with private data removed)? I'm
> especially interested in the wrapper stuff.

       The route file where I use the wrapper is as follows:
------------------------------------------------------------
auth_name = "login"
auth_login = "*****"
auth_secret = "*****"
do_correct_helo = yes
wrapper="/usr/bin/openssl s_client -quiet -connect example.com:465 
2>/dev/null"
------------------------------------------------------------
       Login and password replaced by "*****", and remote machine by
"example.com".
       Everything else is copied exactly.

>>         In the others I have mail_host, map_return_path_addresses,
>> last_route, and expand_h_sender_domain.
>
> Could you please explain in what way you need last_route?

       I don't know why I put it there. This is only in one of the
routes, used very rarely. It sent the e-mails through an SSH tunnel
into an intranet.
       I guess I just wanted to make sure that those e-mails were sent
either through the tunnel or not at all.

       Cheers,
-- 
	Alberto González Palomo
	Toledo, España / Saarbrücken, Deutschland
	http://www.matracas.org


Index: [thread] [date] [author] [stats]