Re: [AMaViS-user] Amavisd-new in a separate machine

2007-09-06 Thread Justin Kim
>> # $myhostname = 'amavis1.websitedynamics.com'; # must be a >> fully-qualified domain name! >> >> $notify_method = '[10.150.10.7]:10025'; >> $forward_method = '[10.150.10.7]:10025'; # set to undef with milter! >> > > You forgot the smtp: tag on the above, but just remove the two lines >

Re: [AMaViS-user] Amavisd-new in a separate machine

2007-09-06 Thread Justin Kim
> > On Thu, Sep 06, 2007 at 04:12:31PM -0700, Justin Kim wrote: > I wanted to offload amavis to a separate machine. [...] Sep 6 15:19:04 postfixmailserver postfix/smtp[6288]: connect to 10.150.150.1[10.150.150.1]: Connection refused (port 10024) >>> amavisd.conf: >>

Re: [AMaViS-user] Amavisd-new in a separate machine

2007-09-06 Thread Noel Jones
On Thu, Sep 06, 2007 at 09:10:45PM -0700, Justin Kim wrote: > > # OTHER MORE COMMON SETTINGS (defaults may suffice): > > # $myhostname = 'amavis1.websitedynamics.com'; # must be a > fully-qualified domain name! > > $notify_method = '[10.150.10.7]:10025'; > $forward_method = '[10.150.10.7]:100

Re: [AMaViS-user] Amavisd-new in a separate machine

2007-09-06 Thread Clifton Royston
On Thu, Sep 06, 2007 at 04:12:31PM -0700, Justin Kim wrote: > > > I wanted to offload amavis to a separate machine. [...] > > > Sep 6 15:19:04 postfixmailserver postfix/smtp[6288]: connect to > > > 10.150.150.1[10.150.150.1]: Connection refused (port 10024) > > > > amavisd.conf: > > > > $inet_so

Re: [AMaViS-user] Amavisd-new in a separate machine

2007-09-06 Thread Justin Kim
> > I wanted to offload amavis to a separate machine. [...] > > Sep 6 15:19:04 postfixmailserver postfix/smtp[6288]: connect to > > 10.150.150.1[10.150.150.1]: Connection refused (port 10024) > > amavisd.conf: > > $inet_socket_bind = undef; > @inet_acl = qw( 127.0.0.1 [::1] 10.150.150.0/24 );

Re: [AMaViS-user] Amavisd-new in a separate machine

2007-09-06 Thread Mark Martinec
Justin, > I wanted to offload amavis to a separate machine. [...] > Sep 6 15:19:04 postfixmailserver postfix/smtp[6288]: connect to > 10.150.150.1[10.150.150.1]: Connection refused (port 10024) amavisd.conf: $inet_socket_bind = undef; @inet_acl = qw( 127.0.0.1 [::1] 10.150.150.0/24 ); am

[AMaViS-user] Amavisd-new in a separate machine

2007-09-06 Thread Justin Kim
Hi All, I just have a quick question. I wanted to offload amavis to a separate machine. I was using postfix+mysql+amavis for virtual domain and virtual user setup. I tried to setup a new amavis server then I thought I could easily offload amavis part from my original postfix server. But I get Sep

Re: [AMaViS-user] some spamassassin checks not occurring

2007-09-06 Thread matthew_buckland
On Thu, Sep 06, 2007 at 03:53:28PM +0200, Mark Martinec wrote: > Matt, > > > I think I have done it correctly this time. > > Ok, this looks better now. > [snip lots of good stuff] Thankyou so much for all of that information. I will study it and make the changes to my configuration. Matt --

Re: [AMaViS-user] some spamassassin checks not occurring

2007-09-06 Thread Mark Martinec
Matt, > I think I have done it correctly this time. Ok, this looks better now. Here are some noteworthy differences: [64986] dbg: bayes: not available for scanning, only 0 spam(s) in bayes DB < 200 [64986] dbg: config: score set 1 chosen. versus: [40259] dbg: config: score set 3 chosen. Sinc

Re: [AMaViS-user] some spamassassin checks not occurring

2007-09-06 Thread matthew_buckland
On Thu, Sep 06, 2007 at 01:23:13PM +0200, Mark Martinec wrote: > > Is it possible someone could take a look at my debug output and see > > if there is something I'm missing? > > > Output from "amavisd-new debug-sa" > > Output from "spamassassin -D -t < msg" > > In the first case an empty message

Re: [AMaViS-user] Serious Problems With Amavis (Forking, Dying, Process Shutdown)

2007-09-06 Thread Richard Bishop
Hi Mark, Firstly thanks for your very prompt reply. > Three symptoms of the same problem: fork fails, apparently because > system is low on memory. To find a cause you'll need to find > what is consuming memory - use system tools (ps, vmstat, ...). > Btw, how many amavisd child pro

Re: [AMaViS-user] some spamassassin checks not occurring

2007-09-06 Thread Mark Martinec
> Is it possible someone could take a look at my debug output and see > if there is something I'm missing? > Output from "amavisd-new debug-sa" > Output from "spamassassin -D -t < msg" In the first case an empty message came to SpamAssassin. See amavisd log if the message was also empty when it

Re: [AMaViS-user] some spamassassin checks not occurring

2007-09-06 Thread matthew_buckland
Hi Mark, > > The version of amavisd-new should not have any effect on SpamAssassin scores. > > Use the same version of SpamAssassin and the same set of rules > (like SARE rules, same sa-update channels, local.cf, *.pre, > bayes db, awl, ...). I now have a setup on a non-production server with s

[AMaViS-user] Serious Amavis Problems (Forking, Memory, Process Shutdown)

2007-09-06 Thread Richard Bishop
Hi guys, We're having serious problems with Amavis at the moment. I have 3 machines on round-robin DNS handling mail for a number of domains. This afternoon one of the machines stopped processing email and I noticed that the amavisd processes weren't running. I restarted them and everything

Re: [AMaViS-user] Serious Problems With Amavis (Forking, Dying, Process Shutdown)

2007-09-06 Thread Mark Martinec
Richard, > This afternoon one of the machines stopped processing email and I noticed > that the amavisd processes weren't running. I restarted them and > everything was fine, the queues cleared and mail was flowing happily. This > evening amavisd has stopped on all three machines, with mail back

[AMaViS-user] Serious Problems With Amavis (Forking, Dying, Process Shutdown)

2007-09-06 Thread Richard Bishop
Hi guys, We're having serious problems with Amavis at the moment. I have 3 machines on round-robin DNS handling mail for a number of domains. This afternoon one of the machines stopped processing email and I noticed that the amavisd processes weren't running. I restarted them and everything was