<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I want to configure multiple mail-paths in kolab. One for incoming and
the other for outgoing. Should something like this [1] work:<font
 face="Trebuchet MS"><br>
</font>
<p><i>In main.cf:</i></p>
<pre>  content_filter = kolabfilter

  smtpd_sender_restrictions =
    check_sender_access regexp:/etc/postfix/tag_as_local.re
    permit_mynetworks
    permit_sasl_authenticated
    check_sender_access regexp:/etc/postfix/tag_as_foreign.re
</pre>
<p><i>etc/postfix/tag_as_local.re:</i></p>
<pre>  /^/  FILTER smtp-amavis:[127.0.0.1]:10025
</pre>
<p><i>etc/postfix/tag_as_foreign.re:</i></p>
<pre>  /^/  FILTER smtp-amavis:[127.0.0.1]:10027
</pre>
<br>
Thereafter I plan to configure amavis for multi-path and am more
confident of that stuff. <br>
Don't have access to a test server, hence I am somewhat banking on
expert/experienced advice to minimise the trials. :)<br>
<br>
[1]
<a class="moz-txt-link-freetext" href="http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim-amavisd-path">http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim-amavisd-path</a><br>
<br>
Thanks,<br>
SB<br>
<pre class="moz-signature" cols="80">
</pre>
</body>
</html>