最初コミット

This commit is contained in:
2026-05-17 01:57:17 +09:00
commit 62326874ce
35 changed files with 663 additions and 0 deletions

36
dma-openbsd.md Normal file
View File

@@ -0,0 +1,36 @@
# DMA
```sh
$ pkg_add dma
```
## /etc/dma/auth.conf
```
server@076.ne.jp|mail.076.ne.jp:(パスワード)
```
--------------------------
## /etc/dma/dma.conf
```
SMARTHOST mail.076.ne.jp
PORT 587
ALIASES /etc/dma/aliases
AUTH /etc/dma/auth.conf
SECURETRANSFER
STARTTLS
MASQUERADE server@076.ne.jp
```
--------------------------
```sh
$ cp /etc/mail/aliases /etc/dma/aliases
$ echo "root: server@076.ne.jp" >> /etc/dma/aliases
```
## /etc/mailer.conf
```
sendmail /usr/local/sbin/dma
mailq /usr/local/sbin/dma
newaliases /usr/local/sbin/dma
```