以下のファイル編集
/etc/postfix/main.cf
postfix リスタート
systemctl restart postfix
わかりやすい
http://www.tmtm.org/postfix/tutorial/config.html
細かい説明
http://www.postfix-jp.info/trans-2.3/jhtml/postconf.5.html
以下の設定で自分ところからしか発信しない
main.fc
inet_interfaces = loopback-only
Linuxユーザにいないユーザーでメールを送りたい
http://tech.ckme.co.jp/mailv.shtml
次のエラーが起きたら
maillog
open database /etc/postfix/virtual.db: No such file or directory
ユーザを変換してないので以下のコマンド
postmap hash:/etc/postfix/virtual
postfix reload