Commit 412415
2024-12-30 11:16:12 Steven Anderson: init| /dev/null .. ScriptFU/FreeBSD/dma.md | |
| @@ 0,0 1,10 @@ | |
| + | # DragonFly Mail Agent |
| + | |
| + | #### test mail |
| + | mail -v -s testmail <email@example.com> < /etc/motd |
| + | |
| + | #### update permissions |
| + | If you get an error like `sendmail: can not open auth file '/etc/dma/auth.conf': Permission denied` then you need to fix permissions like so: |
| + | |
| + | chmod 640 /etc/dma/auth.conf |
| + | doas chgrp mail /etc/dma/auth.conf |