Re: [AMaViS-user] amavid-release in a sql based environent

2009-06-29 Thread ml
Mark, thanks a lot! > > Seems you have a protocol on a Unix socket set to AM.CL, instead of > AM.PDP. > Add the following to your amavisd.conf: > > $interface_policy{'SOCK'} = 'AM.PDP-SOCK'; that line was commented out. Now it woks. > > $policy_bank{'AM.PDP-SOCK'} = { > protocol => 'AM.PDP',

Re: [AMaViS-user] amavid-release in a sql based environent

2009-06-28 Thread Mark Martinec
Uwe, > In my msgrcpt table I have: > 554 5.7.0 Reject, id=30142-04 - SPAM > The corresponding MAIL_ID is 5OHlp-xdoiwO > > Now I tried: > ./amavisd-release 5OHlp-xdoiwO > ...and nothing happened. I got no prompt back > > Next: > ./amavisd-release 5OHlp-xdoiwO "" > .. same. No prompt back. > Net::

Re: [AMaViS-user] amavid-release in a sql based environent

2009-06-28 Thread Uwe Kiewel
Mark Martinec schrieb: > Uwe, > >> how to release a message from sql quarantine? I disabled release >> authorization, but it will not work. >> >> I'm a bit confused to se syntax: >> >> Usage: $ amavisd-release mail_file [secret_id [alt_recip1 alt_recip2 ...]] >> >> What is mail_file? MAIL_ID or A

Re: [AMaViS-user] amavid-release in a sql based environent

2009-06-28 Thread Patrick Ben Koetter
* Uwe Kiewel : > how to release a message from sql quarantine? I disabled release > authorization, but it will not work. > > I'm a bit confused to se syntax: > > Usage: $ amavisd-release mail_file [secret_id [alt_recip1 alt_recip2 ...]] > > What is mail_file? MAIL_ID or AM_ID or QUAR_LOC? It'

Re: [AMaViS-user] amavid-release in a sql based environent

2009-06-28 Thread Mark Martinec
Uwe, > how to release a message from sql quarantine? I disabled release > authorization, but it will not work. > > I'm a bit confused to se syntax: > > Usage: $ amavisd-release mail_file [secret_id [alt_recip1 alt_recip2 ...]] > > What is mail_file? MAIL_ID or AM_ID or QUAR_LOC? Depends on the q

[AMaViS-user] amavid-release in a sql based environent

2009-06-28 Thread Uwe Kiewel
Hi, how to release a message from sql quarantine? I disabled release authorization, but it will not work. I'm a bit confused to se syntax: Usage: $ amavisd-release mail_file [secret_id [alt_recip1 alt_recip2 ...]] What is mail_file? MAIL_ID or AM_ID or QUAR_LOC? Thanks, Uwe ---