mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
bfacd10e33
- Install the cronjob file in the correct location, so it is
automatically picked up by cron
- While here, use ETCDIR expansion in plist in place of static path
where appropriate
PR: 262294
Approved by: garga (maintainer)
Fixes: f3c2313c58
mail/dma: Implement cronjob to flush emails
7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
etc/cron.d/dma
|
|
@(root,mail,2555) libexec/dma
|
|
@(root,mail,4554) libexec/dma-mbox-create
|
|
@sample(root,mail,0644) %%ETCDIR%%/dma.conf.sample
|
|
@sample(root,mail,0640) %%ETCDIR%%/auth.conf.sample
|
|
share/man/man8/dma.8.gz
|