CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / postfix / postfix.patch
1 diff -Nru postfix-2.4.5/conf/main.cf postfix-2.4.5-new/conf/main.cf
2 --- postfix-2.4.5/conf/main.cf 2006-03-25 03:38:54.000000000 +0100
3 +++ postfix-2.4.5-new/conf/main.cf 2007-08-11 14:51:26.000000000 +0200
4 @@ -376,6 +376,7 @@
5 #alias_maps = hash:/etc/aliases
6 #alias_maps = hash:/etc/aliases, nis:mail.aliases
7 #alias_maps = netinfo:/aliases
8 +alias_maps = hash:/etc/postfix/aliases
9
10 # The alias_database parameter specifies the alias database(s) that
11 # are built with "newaliases" or "sendmail -bi". This is a separate
12 @@ -386,6 +387,7 @@
13 #alias_database = dbm:/etc/mail/aliases
14 #alias_database = hash:/etc/aliases
15 #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
16 +alias_database = $alias_maps
17
18 # ADDRESS EXTENSIONS (e.g., user+foo)
19 #