This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
vps:gmail_smtp [2012/05/02 00:25] hoge@hoge [/etc/mail/sendmail.cf 生成] |
vps:gmail_smtp [2019/06/16 15:16] (current) |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| ==== /etc/rc.conf 設定==== | ==== /etc/rc.conf 設定==== | ||
| fw, web, desktopからメールを受け取るため、rc.confにdaemon起動の設定を追加する。 | fw, web, desktopからメールを受け取るため、rc.confにdaemon起動の設定を追加する。 | ||
| - | sendmail_enable="YES" | + | <code> |
| + | sendmail_enable="YES" | ||
| + | sendmail_procname="/usr/local/sbin/sendmail" | ||
| + | saslauthd_enable="YES" | ||
| + | </code> | ||
| + | * sendmail_procnameは効いていない様子 | ||
| ==== /etc/hosts 設定 ==== | ==== /etc/hosts 設定 ==== | ||
| メールのリレー元であるfw, web, desktopを/etc/hostsに登録する。 | メールのリレー元であるfw, web, desktopを/etc/hostsに登録する。 | ||