Could not create inet socket

2014-06-20 Thread Buzz
Hi, When I try to run spamassassin I get the following error: Starting SpamAssassin Mail Filter Daemon: Jun 18 05:08:09.140 [21543] warn: server socket setup failed, retry 1: spamd: could not create INET socket on 127.0.0.1:783: Cannot assign requested address Jun 18 05:08:10.141 [21543] warn:

Re: SA without procmail?

2014-06-20 Thread Ian Zimmerman
On Wed, 18 Jun 2014 15:24:36 +0200 Axb axb.li...@gmail.com wrote: Axb Dovecot's Sieve is your friend. (replaces procmail) Not really, not in this context. OP is using procmail merely as a LDA. And in that capacity, is is replaced by the LDA that comes with dovecot. On my debian system, it is

Re: Could not create inet socket

2014-06-20 Thread Mark Martinec
Buzz, When I try to run spamassassin I get the following error: Starting SpamAssassin Mail Filter Daemon: Jun 18 05:08:09.140 [21543] warn: server socket setup failed, retry 1: spamd: could not create INET socket on 127.0.0.1:783: Cannot assign requested address Looks like SpamAssassin

Re: Could not create inet socket

2014-06-20 Thread Kevin A. McGrail
Check if your loopback interface really has address 127.0.0.1 assigned. Running in a jail? SELinux? Try and experiment with the following one-liner, it is pretty much equivalent to what spamd in 3.3.2 does: $ perl -MIO::Socket::INET -le ' print IO::Socket::INET-new(LocalAddr=127.0.0.1,

Re: Could not create inet socket

2014-06-20 Thread Cristian Filipescu
Hi, Can you give us the output on ps aux | grep spamd ? On Fri, Jun 20, 2014 at 9:02 AM, Buzz b...@ksys.co.nz wrote: Hi, When I try to run spamassassin I get the following error: Starting SpamAssassin Mail Filter Daemon: Jun 18 05:08:09.140 [21543] warn: server socket setup failed,

Re: SA without procmail?

2014-06-20 Thread Timothy Murphy
On Thursday, June 19, 2014 11:52:59 PM Ian Zimmerman wrote: Axb Dovecot's Sieve is your friend. (replaces procmail) Not really, not in this context. OP is using procmail merely as a LDA. And in that capacity, is is replaced by the LDA that comes with dovecot. On my debian system, it is

Re: SA without procmail?

2014-06-20 Thread Giles Coochey
On 20/06/2014 14:05, Timothy Murphy wrote: Incidentally, nobody really answered my original query - I don't see why SA couldn't divert spam to a spam-folder, instead of adding a header? That would seem much simpler to me. It isn't what spamassassin does, it just classifies email. In the

Re: SA without procmail?

2014-06-20 Thread Kevin A. McGrail
On 6/20/2014 9:05 AM, Timothy Murphy wrote: On my CentOS-6.5 system, I have /usr/libexec/dovecot/dovecot-lda but I don't see any evidence that it is replacing procmail . I get procmail by appending mailbox_command = /usr/bin/procmail -f- -a $USER to /etc/postfix/main.cf . Is there

Re: SA without procmail?

2014-06-20 Thread Daniel Staal
--As of June 20, 2014 2:05:04 PM +0100, Timothy Murphy is alleged to have said: On Thursday, June 19, 2014 11:52:59 PM Ian Zimmerman wrote: Axb Dovecot's Sieve is your friend. (replaces procmail) Not really, not in this context. OP is using procmail merely as a LDA. And in that

Re: SA without procmail?

2014-06-20 Thread Ian Zimmerman
On Fri, 20 Jun 2014 14:05:04 +0100 Timothy Murphy gayle...@eircom.net wrote: Is there something similar I could append instead to use dovecot-lda? Yes. mailbox_command = /usr/libexec/dovecot/dovecot-lda or mailbox_command = /usr/libexec/dovecot/dovecot-lda -m INBOX I don't know postfix, so

Re: Could not create inet socket

2014-06-20 Thread Buzz
Buzz, When I try to run spamassassin I get the following error: Starting SpamAssassin Mail Filter Daemon: Jun 18 05:08:09.140 [21543] warn: server socket setup failed, retry 1: spamd: could not create INET socket on 127.0.0.1:783: Cannot assign requested address Looks like