RE: getting spamass-milter to work with remote spamd (on CentOS8)

2022-02-06 Thread Marc
> > ~]# spamass-milter -h > > spamass-milter: invalid option -- 'h' > > spamass-milter - Version 0.4.0 > > SpamAssassin Sendmail Milter Plugin > > Usage: spamass-milter -p socket [-b|-B bucket] [-d xx[,yy...]] [-D host] > > [-e defaultdomain] [-f] [-i networks] [-m] [-M] > >

Re: getting spamass-milter to work with remote spamd (on CentOS8)

2022-02-06 Thread Greg Troxel
Marc writes: >> On 06.02.22 14:02, Marc wrote: >> >Thanks! Got it to work with this: >> >EXTRA_FLAGS=" -D xx.xxx.xxx -- -p 34219" >> >> the man page for spamass-milter says: >> >> -D host >> Connects to a remote spamd server on host, instead of using >> one >>

RE: getting spamass-milter to work with remote spamd (on CentOS8)

2022-02-06 Thread Marc
> On 06.02.22 14:02, Marc wrote: > >Thanks! Got it to work with this: > >EXTRA_FLAGS=" -D xx.xxx.xxx -- -p 34219" > > the man page for spamass-milter says: > > -D host > Connects to a remote spamd server on host, instead of using > one > on localhost. This opti

Re: getting spamass-milter to work with remote spamd (on CentOS8)

2022-02-06 Thread Matus UHLAR - fantomas
Usually a SpamAssassin milter can accept additional arguments after ‘--’ that it will pass to spamc. So: spamassassin-milter ...other args... -- -d 192.168.10.243 -p 34219 Or configure the connection in /etc/spamassassin/spamc.conf, that works too. On 06.02.22 14:02, Marc wrote: Thanks! Got i

RE: getting spamass-milter to work with remote spamd (on CentOS8)

2022-02-06 Thread Marc
> Usually a SpamAssassin milter can accept additional arguments after ‘--’ > that it will pass to spamc. So: > > spamassassin-milter ...other args... -- -d 192.168.10.243 -p 34219 > > Or configure the connection in /etc/spamassassin/spamc.conf, that works > too. Thanks! Got it to work with this:

Re: getting spamass-milter to work with remote spamd (on CentOS8)

2022-02-06 Thread David Bürgin
Marc: > I have problems configuring the spamass-milter to connect to the remote > spamd. I am constantly getting > > getaddrinfo(192.168.10.243:34219) failed: Name or service not known > could not resolve any hosts (192.168.10.243:34219): no such host > > Nothing of these seem to work > -D 192.1

getting spamass-milter to work with remote spamd (on CentOS8)

2022-02-06 Thread Marc
I have problems configuring the spamass-milter to connect to the remote spamd. I am constantly getting getaddrinfo(192.168.10.243:34219) failed: Name or service not known could not resolve any hosts (192.168.10.243:34219): no such host Nothing of these seem to work -D 192.168.10.243:34219 inet: