我的问题是:在运行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"*我在我的Mac上安装了procmail。
我的问题是:我如何解决这个问题?
发布于 2014-09-05 15:25:34
第一行有一个错误,它写的是"withi“而不是"with”。
procmail的-d选项设置了需要根权限的传递模式,您是否将其作为root运行?
另外,试着用‘而不是’
https://unix.stackexchange.com/questions/153983
复制相似问题