2001-02-21 03:25:59 +01:00
|
|
|
libexec/nullmailer/smtp
|
|
|
|
libexec/nullmailer/qmqp
|
2002-11-24 20:06:42 +01:00
|
|
|
libexec/nullmailer/mailq
|
|
|
|
libexec/nullmailer/sendmail
|
2001-02-21 03:25:59 +01:00
|
|
|
bin/nullmailer-inject
|
|
|
|
sbin/nullmailer-queue
|
|
|
|
sbin/nullmailer-send
|
|
|
|
etc/nullmailer/remotes.sample
|
2001-02-26 18:10:16 +01:00
|
|
|
etc/rc.d/nullmail.sh
|
2002-11-24 20:06:42 +01:00
|
|
|
@exec mkdir -p %%LOCALSTATEDIR%%/var/%%SPOOL%%nullmailer/queue
|
|
|
|
@exec chmod 700 %%LOCALSTATEDIR%%/var/%%SPOOL%%nullmailer/queue
|
|
|
|
@exec mkdir -p %%LOCALSTATEDIR%%/var/%%SPOOL%%nullmailer/tmp
|
|
|
|
@exec chmod 700 %%LOCALSTATEDIR%%/var/%%SPOOL%%nullmailer/tmp
|
|
|
|
@exec rm -f %%LOCALSTATEDIR%%/var/%%SPOOL%%nullmailer/trigger
|
|
|
|
@exec mkfifo %%LOCALSTATEDIR%%/var/%%SPOOL%%nullmailer/trigger
|
|
|
|
@exec chmod 600 %%LOCALSTATEDIR%%/var/%%SPOOL%%nullmailer/trigger
|
|
|
|
@exec chown -R nullmail %%LOCALSTATEDIR%%/var/%%SPOOL%%nullmailer/*
|
2001-03-04 14:13:42 +01:00
|
|
|
@exec chown nullmail %D/sbin/nullmailer-queue
|
|
|
|
@exec chmod u+s %D/sbin/nullmailer-queue
|
2002-11-24 20:06:42 +01:00
|
|
|
@exec chown nullmail %D/libexec/nullmailer/mailq
|
|
|
|
@exec chmod u+s %D/libexec/nullmailer/mailq
|
|
|
|
%%LOCALSTATEDIR_RM%%var/%%SPOOL%%nullmailer/queue
|
|
|
|
%%LOCALSTATEDIR_RM%%var/%%SPOOL%%nullmailer/tmp
|
|
|
|
@unexec rm -f %%LOCALSTATEDIR%%/var/%%SPOOL%%nullmailer/trigger
|
2001-02-21 03:25:59 +01:00
|
|
|
@dirrm etc/nullmailer
|
2001-03-10 04:24:54 +01:00
|
|
|
@dirrm libexec/nullmailer
|
2002-11-24 20:06:42 +01:00
|
|
|
%%LOCALSTATEDIR_RM%%var/%%SPOOL%%nullmailer
|
2001-03-04 14:13:42 +01:00
|
|
|
@unexec if [ -n "$BATCH" ]; then echo "Warning: In batch mode, I will do 'rmuser -y nullmail'"; rmuser -y nullmail; fi
|