Re: Maia-users Digest, Vol 168, Issue 2

Manny Marinho <[email protected]>
Newsgroups gmane.mail.virus.maiamailguard
Message-ID <CANb-9BkypB2DpegcVogx7fRj2yQXEFvrDLCHaz9TikzLRpfAVA@mail.gmail.com>
I've looked through the various logs and checked everything I could think
of but I can't seem to find a solution to this issue. When I look at the
maia log any message that hits maia is simply passing as clean and not
being cached. I have setup all domains and all accounts to cache non-spam
as I was also doing with the older version of maia. It's been well over a
week since I setup maia v1.0.4 but not a single message has been cached.
I've also tried modifying the scores within the web UI but it doesn't
appear to make any difference. I'm currently using the following:

Add X-Spam headers when score is >= -999.000
Consider Mail Spam when score is >= 1.000
Quarantine spam when score is >= 1.000

All messages I see in the maia log simply show this:

Passed CLEAN, <[email protected]> -> <[email protected]>, Hits: -,
tag=-999, tag2=1, kill=1, L/0/0/0

I've also started with a new bayes database as part of this new maia
install and the nspam is taking a very long time to grow although ham is
growing fairly quick.

amavis@manny [/root]# sa-learn --dump magic
0.000          0          3          0  non-token data: bayes db version
0.000          0         54          0  non-token data: nspam
0.000          0       1523          0  non-token data: nham
0.000          0     142890          0  non-token data: ntokens
0.000          0 1574681549          0  non-token data: oldest atime
0.000          0 1574880721          0  non-token data: newest atime
0.000          0          0          0  non-token data: last journal sync
atime
0.000          0 1574854306          0  non-token data: last expiry atime
0.000          0     172800          0  non-token data: last expire atime
delta


Maia currently has 1696 rules:

2019-11-27 14:03:09 Maia: [load-sa-rules] Checking /etc/mail/spamassassin
/user_prefs for updated scores...
2019-11-27 14:03:09 Maia: [load-sa-rules] Scanning /var/maiad/.spamassassin
/user_prefs for SpamAssassin rules
2019-11-27 14:03:09 Maia: [load-sa-rules] 0 new rules added (1695 rules
total), all scores updated.
amavis@manny [/var/maiad/maia/scripts]#

Here is part of my spamassassin local.cf:

# Bayes database configuration
use_bayes                           1
bayes_store_module                  Mail::SpamAssassin::BayesStore::SQL
bayes_sql_dsn                       DBI:mysql:maia
bayes_sql_username                  amavis
bayes_sql_password                  mysecret
bayes_sql_override_username         amavis
bayes_auto_learn                    1
bayes_auto_learn_threshold_nonspam  -0.001
bayes_auto_learn_threshold_spam     15.0
# bayes_min_ham_num                 50
# bayes_min_spam_num                50
bayes_use_hapaxes                   1
bayes_ignore_header                 ReSent-Date
bayes_ignore_header                 ReSent-From
bayes_ignore_header                 ReSent-Message-ID
bayes_ignore_header                 ReSent-Subject
bayes_ignore_header                 ReSent-To
bayes_ignore_header                 Resent-Date
bayes_ignore_header                 Resent-From
bayes_ignore_header                 Resent-Message-ID
bayes_ignore_header                 Resent-Subject
bayes_ignore_header                 Resent-To
bayes_ignore_header                 X-Received-From-IP
bayes_ignore_header                 X-Virus-Scanned
bayes_ignore_header                 X-Spam-Status
bayes_ignore_header                 X-Spam-Level
bayes_ignore_header                 X-Sender
bayes_ignore_header                 X-Mailer

I'm using the latest version of spamassassin and exim (my MTA) for CentOS
6.10. Here is what my maia router looks like in exim (I've been using this
router for many years):

amavis:
driver = manualroute
condition = "${if eq {$interface_port}{10025} {0}{1}}"
condition = "${if eq {$spam_score_int}{}{1}{${if <=
{${spam_score_int}}{00}{0}{1}}}}"
domains = +local_domains
transport = amavis
route_list = "* localhost byname"
self = send
verify_recipient = false



On Fri, Nov 22, 2019 at 3:00 PM <[email protected]> wrote:

> Send Maia-users mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://www.renaissoft.com/cgi-bin/mailman/listinfo/maia-users
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Maia-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Maia-users Digest, Vol 168, Issue 1 (Manny Marinho)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 21 Nov 2019 15:45:41 -0500
> From: Manny Marinho <[email protected]>
> To: [email protected]
> Subject: Re: [Maia-users] Maia-users Digest, Vol 168, Issue 1
> Message-ID:
>         <
> CANb-9Bkvda01R9jER1QLUy4uDZYS0k0QSKN-ayJqBVJiVv8qYg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset="utf-8"
>
> Thanks Ed. I'm not sure what is causing that because essentially this is a
> brand new install using all the 1.0.4 files from github with a brand new
> blank db. I've even dropped the db and re-created it. There is nothing
> setup under each domain or user under the web UI for the W/B list. Also
> when I look at the wblist table in the database it's blank. All messages
> simply show in the maia log as passed clean with hits: - . I also have
> setup all users and domains to cache non-spam but nothing is getting cached
> at all. Also as a result my bayes is taking forever to build (I've also had
> to re-install spamassassin and start off with a new bayes db to address
> some other issues). I'm using the maia db for bayes.
>
> amavis@manny [/var/amavis/maia]# sa-learn --dump magic
> 0.000          0          3          0  non-token data: bayes db version
> 0.000          0          6          0  non-token data: nspam
> 0.000          0        441          0  non-token data: nham
> 0.000          0      93986          0  non-token data: ntokens
> 0.000          0 1574238975          0  non-token data: oldest atime
> 0.000          0 1574368979          0  non-token data: newest atime
> 0.000          0          0          0  non-token data: last journal sync
> atime
> 0.000          0          0          0  non-token data: last expiry atime
> 0.000          0          0          0  non-token data: last expire atime
> delta
> 0.000          0          0          0  non-token data: last expire
> reduction count
>
>
> On Thu, Nov 21, 2019 at 3:00 PM <[email protected]> wrote:
>
> > Send Maia-users mailing list submissions to
> >         [email protected]
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         http://www.renaissoft.com/cgi-bin/mailman/listinfo/maia-users
> > or, via email, send a message with subject or body 'help' to
> >         [email protected]
> >
> > You can reach the person managing the list at
> >         [email protected]
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Maia-users digest..."
> >
> >
> > Today's Topics:
> >
> >    1. Maia 1.0.4 web UI not showing any messages ham or spam
> >       (Manny Marinho)
> >    2. Re: Maia 1.0.4 web UI not showing any messages ham or spam (Ed)
> >    3. Re: Maia 1.0.4 web UI not showing any messages ham or spam (Ed)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 20 Nov 2019 16:07:56 -0500
> > From: Manny Marinho <[email protected]>
> > To: [email protected]
> > Subject: [Maia-users] Maia 1.0.4 web UI not showing any messages ham
> >         or spam
> > Message-ID:
> >         <
> > CANb-9BktXHz1Ef_G7B1BZjSCXwThkrEpTn7QfkB20Wzcs0cMxA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> > Content-Type: text/plain; charset="utf-8"
> >
> > Hello. I have been using the 1.0.3 version for many years. In the last
> > couple days I've decided to do a brand new clean install of 1.0.4 using
> all
> > the files obtained from Github
> https://github.com/technion/maia_mailguard.
> > I also created a new mySQL db using the included SQL script. Everything
> > appears to be working in general and I'm not seeing any errors anywhere
> > however the maia web UI does not show any messages spam or ham for any
> user
> > or domain even though I have setup each user/domain to cache all messages
> > as I had with the older version of maia I had been using. When I look at
> > the maia log this is what I see, all messages in the log always show
> Passed
> > CLEAN but regardless none of these messages are being written to the
> > database and as a result they do not show in the web UI. I just can't
> > figure out why I've been digging for days and can't figure it out. I'm
> > running this on CentOS 6.10, Exim MTA and Maria mySQL. I would really
> > appreciate any assistance you can provide thank you all.
> >
> > Nov 20 12:45:22 myserver.myhost.com ./maiad[21801]: (21801-01) Passed
> > CLEAN, <somebodyt-qb5DVjQeiwZEgLnXhegG/[email protected]> -> <[email protected]>, Hits: -,
> > tag=-999, tag2=0, kill=0, L/0/0/0
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <
> >
> http://www.renaissoft.com/pipermail/maia-users/attachments/20191120/5b254f71/attachment-0001.html
> > >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Wed, 20 Nov 2019 17:34:51 -0500
> > From: Ed <ed-9FOcALY/[email protected]>
> > To: [email protected]
> > Subject: Re: [Maia-users] Maia 1.0.4 web UI not showing any messages
> >         ham or spam
> > Message-ID: <269311b0-21dc-d803-3ff1-280b15899598-9FOcALY/[email protected]>
> > Content-Type: text/plain; charset=utf-8; format=flowed
> >
> > When you get hits in this fashion " Hits: -, " it means they are
> > whitelisted by one of several means.
> >
> > Whitelisted email never gets queued.
> >
> > --Ed
> >
> > On 11/20/19 4:07 PM, Manny Marinho wrote:
> > > Hello. I have been using the 1.0.3 version for many years. In the last
> > > couple days I've decided to do a brand new clean install of 1.0.4 using
> > > all the files obtained from
> > > Github https://github.com/technion/maia_mailguard. I also created a
> new
> > > mySQL db using the included SQL script. Everything appears to be
> working
> > > in general and I'm not seeing any errors anywhere however the maia web
> > > UI does not show any messages spam or ham for any user or domain even
> > > though I have setup each user/domain to cache all messages as I had
> with
> > > the older version of maia I had been using. When I look at the maia log
> > > this is what I see, all messages in the log always show Passed CLEAN
> but
> > > regardless none of these messages are being written to the database and
> > > as a result they do not show in the web UI. I just can't figure out why
> > > I've been digging for days and can't figure it out. I'm running this on
> > > CentOS 6.10, Exim MTA and Maria mySQL. I would really appreciate any
> > > assistance you can provide thank you all.
> > >
> > > Nov 20 12:45:22 myserver.myhost.com ./maiad[21801]: (21801-01) Passed
> > > CLEAN, <somebodyt-qb5DVjQeiwZEgLnXhegG/[email protected]> -> <[email protected]>, Hits: -,
> > > tag=-999, tag2=0, kill=0, L/0/0/0
> > >
> > > _______________________________________________
> > > Maia-users mailing list
> > > [email protected]
> > > http://www.renaissoft.com/cgi-bin/mailman/listinfo/maia-users
> > >
> >
> > --
> > -----------------------------------------------------------
> > EAS Enterprises LLC
> > World Class Web and Email Hosting Solutions
> > IPv6 ready today for your needs of tomorrow!
> > Ask us about dual-stacking your site
> > www.easent.net
> >
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Wed, 20 Nov 2019 20:18:13 -0500
> > From: Ed <ed-9FOcALY/[email protected]>
> > To: [email protected]
> > Subject: Re: [Maia-users] Maia 1.0.4 web UI not showing any messages
> >         ham or spam
> > Message-ID: <a6403493-4f17-28d1-c926-573403fb7bb1-9FOcALY/[email protected]>
> > Content-Type: text/plain; charset=utf-8; format=flowed
> >
> > One small correction, I should have said white or blacklisted when you
> > see "Hits: -,"
> >
> > --Ed
> >
> > On 11/20/19 5:34 PM, Ed wrote:
> > > When you get hits in this fashion " Hits: -, " it means they are
> > > whitelisted by one of several means.
> > >
> > > Whitelisted email never gets queued.
> > >
> > > --Ed
> > >
> > > On 11/20/19 4:07 PM, Manny Marinho wrote:
> > >> Hello. I have been using the 1.0.3 version for many years. In the last
> > >> couple days I've decided to do a brand new clean install of 1.0.4
> > >> using all the files obtained from
> > >> Github https://github.com/technion/maia_mailguard. I also created a
> > >> new mySQL db using the included SQL script. Everything appears to be
> > >> working in general and I'm not seeing any errors anywhere however the
> > >> maia web UI does not show any messages spam or ham for any user or
> > >> domain even though I have setup each user/domain to cache all messages
> > >> as I had with the older version of maia I had been using. When I look
> > >> at the maia log this is what I see, all messages in the log always
> > >> show Passed CLEAN but regardless none of these messages are being
> > >> written to the database and as a result they do not show in the web
> > >> UI. I just can't figure out why I've been digging for days and can't
> > >> figure it out. I'm running this on CentOS 6.10, Exim MTA and Maria
> > >> mySQL. I would really appreciate any assistance you can provide thank
> > >> you all.
> > >>
> > >> Nov 20 12:45:22 myserver.myhost.com ./maiad[21801]: (21801-01) Passed
> > >> CLEAN, <somebodyt-qb5DVjQeiwZEgLnXhegG/[email protected]> -> <[email protected]>, Hits:
> -,
> > >> tag=-999, tag2=0, kill=0, L/0/0/0
> > >>
> > >> _______________________________________________
> > >> Maia-users mailing list
> > >> [email protected]
> > >> http://www.renaissoft.com/cgi-bin/mailman/listinfo/maia-users
> > >>
> > >
> >
> > --
> > -----------------------------------------------------------
> > EAS Enterprises LLC
> > World Class Web and Email Hosting Solutions
> > IPv6 ready today for your needs of tomorrow!
> > Ask us about dual-stacking your site
> > www.easent.net
> >
> >
> > ------------------------------
> >
> > Subject: Digest Footer
> >
> > _______________________________________________
> > Maia-users mailing list
> > [email protected]
> > http://www.renaissoft.com/cgi-bin/mailman/listinfo/maia-users
> >
> >
> > ------------------------------
> >
> > End of Maia-users Digest, Vol 168, Issue 1
> > ******************************************
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://www.renaissoft.com/pipermail/maia-users/attachments/20191121/28cebda8/attachment-0001.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Maia-users mailing list
> [email protected]
> http://www.renaissoft.com/cgi-bin/mailman/listinfo/maia-users
>
>
> ------------------------------
>
> End of Maia-users Digest, Vol 168, Issue 2
> ******************************************
>


-- 
-Manny Marinho
Manny And Associates LLC
E-mail: [email protected]
Alternate E-mail: [email protected]
Tel: 732-621-5131 x100
Fax: 732-621-5134

_______________________________________________
Maia-users mailing list
[email protected]
http://www.renaissoft.com/cgi-bin/mailman/listinfo/maia-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.