sendmail: Added support the greet_pause feature

This commit is contained in:
Ossi Salmi 2013-07-26 00:41:03 +03:00
parent 48c40a49b9
commit 65ef51f9dd
2 changed files with 6 additions and 0 deletions

View file

@ -55,6 +55,9 @@ dnl #
FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
<% if @sendmail_greetpause -%>
FEATURE(`greet_pause', `<%= @sendmail_greetpause %>')dnl
<% end -%>
EXPOSED_USER(`root')dnl
dnl #
<% if @sendmail_milter -%>