広告

AWS ubuntu

postfixをubuntuにソースからインストールする

Postfix SASL How

$wget http://mirror.postfix.jp/postfix-release/official/postfix-3.1.0.tar.gz

$sudo apt-get install libdb-dev

$make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DUSE_TLS -I/usr/include/sasl" AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto"

#make install
install_root: [/]
tempdir: [/workdir/postfix-3.1.0]
config_directory: [/etc/postfix]
daemon_directory: [/usr/libexec/postfix]
command_directory: [/usr/sbin]
queue_directory: [/var/spool/postfix]
sendmail_path: [/usr/sbin/sendmail]
newaliases_path: [/usr/bin/newaliases]
mailq_path: [/usr/bin/mailq]
mail_owner: [postfix]
setgid_group: [postdrop]
html_directory: [no]
manpage_directory: [/usr/local/man]
readme_directory: [no]

SASLがサポートされているかを確認する
$ /usr/sbin/postconf -a
cyrus
dovecot

Hits: 80

広告

  • この記事を書いた人

higa

システムエンジニアをやっています。 Linux,macOS好き。おもにシステム管理たまに豆柴こてつの話。 最近はスマートホームを推進中。

-AWS, ubuntu