This is a discussion on Re: [AMaViS-user] AMaViS & tls within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Rocco, > I've a system configuration with two content filter: > AMaViS and OpenPec (an italian cretified mail server). &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Rocco,
> I've a system configuration with two content filter: > AMaViS and OpenPec (an italian cretified mail server). > My configuration is like this: > http://it.geocities.com/smx_fastandfurious/postfix.html > OpenPec needs tls authentication and ssl protocol. > Can AMaViS runs whit tls and ssl or there are > problems. SSL is not available. TLS with plain an login type of authentication can be used on input (server) side, although the username and password are only captured (and possibly passed to the output side) but not validated. TLS on the output (client) side is slightly more general (provided by Net::SMTP module) in the range of supported authentication methods. For submitting notifications it uses its configured credentials, for forwarded mail it can pass the plain text user/pass from the input side, or supply its own credentials. Default settings are: $auth_required_inp = undef; @auth_mech_avail=(); # empty list disables incoming AUTH; # or use: @auth_mech_avail=qw(PLAIN LOGIN) $auth_required_out = undef; $amavis_auth_user = undef; # for submitting notifications and quarantine $amavis_auth_pass = undef; $auth_reauthenticate_forwarded = undef; # our credentials for forwarding too Mark ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|