2015-01-01から1ヶ月間の記事一覧

centos7でconfigureの際に、required file `./config.rpath' not foundとか、Makefile.inが無いとか、その時

autoconfしても、configureがうまくなく、makeできないので困った・・・ で。 aclocal autopoint aclocal autoconf autoheader libtoolize automake これで、何とかうまくいった。 それでもダメなら、 configure.ac中を見て、AM_INIT_AUTOMAKE([ ])の中に必…

centos7 postfix+dovecot+α移行の要点

SMTP-Authでsaslauthdは使わずdovecotに任せる main.cfで smtpd_sasl_type = dovecotsmtpd_sasl_path = private/dovecot-auth と指定した事で、saslauthdを停止しないと認証エラーが出る。このあたりを理解せず、約5時間浪費。 ただし、メールアカウントのパ…