mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
d665f5752b
- Added support for GNU TLS - Converted to OptionsNG - Trimmed Makefile header PR: ports/173263 Submitted by: Ilya Skalozubov <skinc@skinc.ru>
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
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
|