switch postfix default to postfix 3 on gentoo since this is what is stable for a while already (2.x got dropped back to ~arch and will be removed from the template once removed from the tree)

This commit is contained in:
Robert Förster (Dessa)
2015-10-20 02:59:44 +02:00
parent e211fb891b
commit c7d8cb6d33

View File

@@ -1010,7 +1010,7 @@ root: root@<SERVERNAME>
</general>
<!-- postfix with dovecot -->
<daemon name="postfix_dovecot" version="2.x"
title="Postfix 2 with dovecot" default="true">
title="Postfix 2 with dovecot">
<include>//service[@type='smtp']/general/commands[@index=1]
</include>
<command><![CDATA[echo "mail-mta/postfix dovecot-sasl -sasl" >> /etc/portage/package.use]]></command>
@@ -1158,7 +1158,7 @@ dovecot unix - n n - - pipe
</daemon>
<!-- postfix with dovecot -->
<daemon name="postfix_dovecot" version="3.x"
title="Postfix 3 with dovecot">
title="Postfix 3 with dovecot" default="true">
<include>//service[@type='smtp']/general/commands[@index=1]
</include>
<command><![CDATA[echo "mail-mta/postfix dovecot-sasl -sasl" >> /etc/portage/package.use]]></command>