| Newsgroups |
gmane.mail.getmail.user |
| Message-ID |
<[email protected]> |
Hello,
I want to fetch my E-Mail from pop.gmx.net and mark spam via rspamc but
it doesn´t work for me.
I got this error message
getmail -r /etc/getmail/getmailrc.test
getmail version 5.5
Copyright (C) 1998-2012 Charles Cazabon. Licensed under the GNU GPL
version 2.
SimplePOP3SSLRetriever:[email protected]@pop.gmx.net:995:
Configuration error: refuse to invoke external commands as root by default
/etc/getmail/getmail.test
[options]
verbose = 3
read_all = false
delete = true
message_log_syslog = true
[retriever]
type = SimplePOP3SSLRetriever
server = pop.gmx.net
username = [email protected]
password = secret
[filter]
type = Filter_external
path = /usr/bin/rspamc
arguments = ("--mime", "-v")
[destination]
type = MDA_external
path = /usr/sbin/sendmail
arguments = ("-bm", "[email protected]")
unixfrom = true
Thank you!
tony