Blame
|
1 | # DragonFly Mail Agent |
||||||
| 2 | ||||||||
| 3 | #### test mail |
|||||||
| 4 | mail -v -s testmail <email@example.com> < /etc/motd |
|||||||
| 5 | ||||||||
| 6 | #### update permissions |
|||||||
| 7 | 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: |
|||||||
| 8 | ||||||||
| 9 | chmod 640 /etc/dma/auth.conf |
|||||||
| 10 | doas chgrp mail /etc/dma/auth.conf |
|||||||