vstakhov / rmilter

Another sendmail milter for different mail checks.
86 stars 18 forks source link

Add possibility to redefine variable values in debian 'init.d/rmilter' script. #152

Closed rpv-tomsk closed 8 years ago

rpv-tomsk commented 8 years ago

I'm using SOCKET=/var/spool/postfix/rmilter/$NAME.sock but there is no way to change SOCKET value without init.d/rmilter patching.

Could you please add

# Include rmilter defaults if available
if [ -f /etc/default/$NAME ]; then
    . /etc/default/$NAME
fi

into debian/rmilter.init script?

Thanks.

rpv-tomsk commented 8 years ago

Great!

Many thanks!

moisseev commented 8 years ago

@rpv-tomsk FYI https://github.com/vstakhov/rmilter/issues/154