外部のSMTPを使用するようにPostfixを構成しています。このため、私はこのチュートリアルを使用しました
それを追跡した後、私はログを/etc/postfix/sasl_passwd.db
読むことができなかったことがわかりました。ファイルは存在しませんでした。ルートとしてpostmap hash:/ etc / postfix / sasl_passwd(http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailservers.html)を使用しましたが、次のようになります:
postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied
なぜ私はこれを手に入れるのですか?
OS: Fedora 14
User "postfix" exists.
更新:
sudo ls -l /etc/postfix/sasl_passwd.db ls:
cannot access /etc/postfix/sasl_passwd.db: No such file or directory
touch /etc/postfix/sasl_passwd.db
chmod 640 /etc/postfix/sasl_passwd.db
chown postfix:root /etc/postfix/sasl_passwd.db
sudo ls -l /etc/postfix/sasl_passwd.db
-rwxr--r--. 1 postfix root 0 Feb 19 04:16 /etc/postfix/sasl_passwd.db
-rw-r-----. 1 postfix root 0 Feb 19 04:16 /etc/postfix/sasl_passwd.db
postmap hash:/etc/postfix/sasl_passwd
postmap: fatal: cannot remove zero-length database file /etc/postfix/sasl_passwd.db: Permission denied.
chmod 777
上記と同じエラーが発生します。