Pass the recipient address to dovecot-lda so vacation message can be ignored for unspecified addresses

tags/0.1.0
Daniel Berteaud 12 years ago
parent 2c96405523
commit c635de001b
  1. 2
      root/etc/e-smith/templates-user/.qmail/80DovecotLDA

@ -14,7 +14,7 @@
$OUT .= "# No local delivery (Dovecot LDA)\n";
}
else{
$OUT .= '| /var/qmail/bin/preline -f /usr/libexec/dovecot/dovecot-lda; if [ $? -ne 0 ] ; then exit -1; else exit 99; fi;';
$OUT .= '| /var/qmail/bin/preline -f /usr/libexec/dovecot/dovecot-lda -a "$RECIPIENT"; if [ $? -ne 0 ] ; then exit -1; else exit 99; fi;';
}
}

Loading…
Cancel
Save