blob: fdcc63b24b837c88d4e83ce37c73211bbb52a74b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
libexec/nullmailer/smtp
libexec/nullmailer/qmqp
libexec/nullmailer/mailq
@exec chmod u+s %D/libexec/nullmailer/mailq
@exec chown %%NULLMAIL_USER%% %D/libexec/nullmailer/mailq
libexec/nullmailer/sendmail
bin/nullmailer-inject
bin/nullmailer-smtpd
sbin/nullmailer-queue
@exec chmod u+s %D/sbin/nullmailer-queue
@exec chown %%NULLMAIL_USER%% %D/sbin/nullmailer-queue
sbin/nullmailer-send
%%ETCDIR%%/me.sample
%%ETCDIR%%/remotes.sample
@dirrm libexec/nullmailer
@dirrmtry %%ETCDIR%%
@cwd /
@exec mkdir -p %%LOCALSTATEDIR%%/nullmailer/queue
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer
@exec chmod 700 %%LOCALSTATEDIR%%/nullmailer/queue
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/queue
@dirrmtry %%LOCALSTATEDIR%%/nullmailer/queue
@exec mkdir -p %%LOCALSTATEDIR%%/nullmailer/tmp
@exec chmod 700 %%LOCALSTATEDIR%%/nullmailer/tmp
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/tmp
@dirrmtry %%LOCALSTATEDIR%%/nullmailer/tmp
@exec mkfifo %%LOCALSTATEDIR%%/nullmailer/trigger
@exec chmod 600 %%LOCALSTATEDIR%%/nullmailer/trigger
@exec chown %%NULLMAIL_USER%%:%%NULLMAIL_USER%% %%LOCALSTATEDIR%%/nullmailer/trigger
@unexec rm -f %%LOCALSTATEDIR%%/nullmailer/trigger
@ignore
%%LOCALSTATEDIR%%/nullmailer/trigger
@dirrmtry %%LOCALSTATEDIR%%/nullmailer
|