私の質問:実行後、fetchmail
次のエラーが発生します。
/Users/User/.fetchmailrc:7: syntax error at -d
私の.fetchmailrc
ファイルは次のとおりです。
set daemon 300
set nobouncemail
set invisible
poll pop.gmail.com withi proto POP3
user 'my-email@address' there with password 'my-password' is 'my-mac-user' here
options keep ssl
mda "/usr/bin/procmail -d %T"*
procmail
私のMacにインストールされています。
私の質問:この問題をどのように解決できますか?
答え1
最初の行にスペルエラーがあります。 「with」の代わりに「withi」とされています。
procmailの-dオプションは、root権限を必要とする転送モードを設定します。ルートとして実行していますか?
また、「代わりに」を試してみてください。