Re: Problems with mailbox_command

2015-12-22 Thread Wietse Venema
Michael Jung: > On 2015-12-17 20:06, wie...@porcupine.org wrote: > > Michael Jung: > >> mailbox_command = /usr/local/bin/spamc -s 200 -y -R --pipe-to > >> /usr/bin/mail -s spam-report "{$sender)" > > > > "{$sender)" looks like a syntax error to me. > > > > Regardless, $sender is not defined.

Re: Problems with mailbox_command

2015-12-22 Thread Michael Jung
On 2015-12-17 20:06, wie...@porcupine.org wrote: Michael Jung: mailbox_command = /usr/local/bin/spamc -s 200 -y -R --pipe-to /usr/bin/mail -s spam-report "{$sender)" "{$sender)" looks like a syntax error to me. Regardless, $sender is not defined. The valid names are documented in http:/

Re: Problems with mailbox_command

2015-12-17 Thread Wietse Venema
Michael Jung: > mailbox_command = /usr/local/bin/spamc -s 200 -y -R --pipe-to > /usr/bin/mail -s spam-report "{$sender)" "{$sender)" looks like a syntax error to me. Regardless, $sender is not defined. The valid names are documented in http://www.postfix.org/postconf.5.html#mailbox_command

Problems with mailbox_command

2015-12-17 Thread Michael Jung
I'm new to postfix so I maybe simply attacking my problem wrong. I was asked to setup an instance so the users could send an email to spam@, have that email run through spamassassin and have the results emailed back to the user. After setting everything up I found that mailbox_command = /