X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-replicate;h=9b489164ac3925a9b289101cddd58104b22f92f3;hb=1dab9e125d3e8d976b0b10ee5e360832d846c9eb;hp=42934c43385223846de9dc02ec527164ae7c0d05;hpb=e07de89f89d40fd6221657bef704de7a72deefb4;p=mirror%2Fuserdir-ldap.git diff --git a/ud-replicate b/ud-replicate index 42934c4..9b48916 100755 --- a/ud-replicate +++ b/ud-replicate @@ -41,5 +41,5 @@ if [ -d "/etc/exim" -a -e "$HOST/bsmtp" ]; then fi if [ -d "/etc/postfix" -a -f "$HOST/forward-alias" ]; then sed -e 's/:/@debian.org/' $HOST/forward-alias > /etc/postfix/debian - postmap sdbm:/etc/postfix/debian < /etc/postfix/debian &> /dev/null || true + postmap hash:/etc/postfix/debian < /etc/postfix/debian &> /dev/null || true fi