Search found 518 matches

by henk
08 Feb 2018 07:05
Forum: 3.x Bugs
Topic: Problem Upgrade from 3.0.2.3 Red Hat Support
Replies: 2
Views: 3458

Re: Problem Upgrade from 3.0.2.3 Red Hat Support

Could try editing /etc/yum.conf and adding

Code: Select all

http_caching=packages
Clear:

Code: Select all

yum clean all
Check:

Code: Select all

yum check-update
by henk
07 Feb 2018 09:03
Forum: Discussion
Topic: Mailscanner update problem
Replies: 2
Views: 2377

Re: Mailscanner update problem

viewtopic.php?f=13&t=2892

/clickable links gives me an happy face :D
by henk
06 Feb 2018 14:43
Forum: 3.x Bugs
Topic: EFA - Mailwatch is painfully slow opening reports
Replies: 11
Views: 8328

Re: EFA - Mailwatch is painfully slow opening reports

You never know what will happen on 0 bytes free. :shock: 1. DNS -Unbound-. This makes no sense to me. I would spend some ( read a lot) time in investigating this. 2. Mysql. As you didn't mention the exact errors messages itself, leaving me assuming things. Also check the latest EFA version upgrade l...
by henk
06 Feb 2018 10:36
Forum: 3.x Bugs
Topic: EFA - Mailwatch is painfully slow opening reports
Replies: 11
Views: 8328

Re: EFA - Mailwatch is painfully slow opening reports

Running the appliance originally does not say to much. It's the configuration that matters. Also assuming you did have a look at https://forum.efa-project.org/viewtopic.php?p=11633#p11633 Ok. run the Unbound check again (assuming you received some mail today) As you have quite some memory assignd to...
by henk
06 Feb 2018 08:37
Forum: 3.x Bugs
Topic: EFA - Mailwatch is painfully slow opening reports
Replies: 11
Views: 8328

Re: EFA - Mailwatch is painfully slow opening reports

As you can see in unbound-control stats_noreset |grep total DNS is not caching anything, (or did you just reboot your system?). Dns is essential, that is a working DNS ;) Use dig to test DNS queries. If you don't get a response then the local DNS server could: not have proper connectivity outbound t...
by henk
06 Feb 2018 08:24
Forum: 3.x Bugs
Topic: mysql overloading system cpu/IO
Replies: 34
Views: 51214

Re: mysql overloading system cpu/IO

Set your memory to 4096 MB and see what happens :roll:
by henk
05 Feb 2018 20:23
Forum: How-to
Topic: Low scoring spam not listed on message operations
Replies: 2
Views: 2881

Re: Low scoring spam not listed on message operations

Checkout this post

Code: Select all

https://forum.efa-project.org/viewtopic.php?f=14&t=2189
Pretty sure the solution is there :)
by henk
05 Feb 2018 20:03
Forum: 3.x Bugs
Topic: Error while releasing messages from quarantine and/or with alternative recipient
Replies: 1
Views: 2365

Re: Error while releasing messages from quarantine and/or with alternative recipient

Code: Select all

vi /var/www/html/mailscanner/conf.php
// Check fully qualified email address
define('MAILWATCH_FROM_ADDR', 'defined_user@xxxx.yyy');

Hint: Search this forum
by henk
05 Feb 2018 19:59
Forum: 3.x Bugs
Topic: Release Message
Replies: 3
Views: 3379

Re: Release Message

Code: Select all

vi /var/www/html/mailscanner/conf.php
change to real user

// Change with a fully qualified email address
define('MAILWATCH_FROM_ADDR', 'defined_user@xxxx.yyy');


P.S. You can use search in this forum :idea:
by henk
05 Feb 2018 15:23
Forum: How-to
Topic: Unable to release some blocked messages
Replies: 26
Views: 25571

Re: Unable to release some blocked messages

Releasing blocked Bad Content (MailScanner: Attempt to hide real filename extension (xxxxxxxx.docx.pdf) As admin I can release these messages without any problem, without any additional /etc/MailScanner/filename.rules.conf See spam actions Message Listing.png My partial /etc/MailScanner/conf.d/01_Ma...
by henk
05 Feb 2018 13:59
Forum: 3.x Bugs
Topic: mysql overloading system cpu/IO
Replies: 34
Views: 51214

Re: mysql overloading system cpu/IO

What is your current memory:885080k ????
spamProperties.png
spamProperties.png (17.86 KiB) Viewed 37205 times
by henk
05 Feb 2018 13:20
Forum: 3.x Bugs
Topic: mysql overloading system cpu/IO
Replies: 34
Views: 51214

Re: mysql overloading system cpu/IO

to be able to use mysql without typing passwords: cat /etc/EFA-Config |grep MYSQLROOTPWD MYSQLROOTPWD:>>>>this is your mysqlpwd<<< create .my.cnf file as user root ( notice the dot in the file name) vi ~/.my.cnf [client] user=root password=< your mysqlpwd> Now run myisamchk --check /var/lib/mysql/*/...
by henk
04 Feb 2018 16:16
Forum: 3.x Bugs
Topic: mysql overloading system cpu/IO
Replies: 34
Views: 51214

Re: mysql overloading system cpu/IO

The previous EFA (used to be called something else, can't recall) was also a VM that ran under the same hardware/Esxi for 3 years without an issue (also with mysql). I'm still trying to classify this one as it tuned out there was no class available for remarks like this one :o As you seem to be sur...
by henk
30 Jan 2018 13:59
Forum: 3.x Bugs
Topic: mysql overloading system cpu/IO
Replies: 34
Views: 51214

Re: mysql overloading system cpu/IO

Normally the default mysql install is just fine, but there are many factors that could affect performance. You could take a few steps to find out whats wrong -or not-. First, before all, Check ou your vm environment (events/resources/vmware Tools). On EFA VM My basic check list: 1. check out message...
by henk
29 Jan 2018 16:30
Forum: Discussion
Topic: FSL_BULK_SIG?
Replies: 2
Views: 6992

Re: FSL_BULK_SIG?

The the SpamAssassin Rule Hits are calculated from the mailscanner maillog table. select count(*) as howmany from mailscanner.maillog where spamreport like '%FSL_BULK_SIG%' ; +---------+ | howmany | +---------+ | 115 | +---------+ 1 row in set (0.02 sec) 2018_RuleHits.png This table keeps records fo...
by henk
22 Jan 2018 15:27
Forum: 3.x Bugs
Topic: Mysql: InnoDB: Error (Duplicate key) writing word node to FTS auxiliary index table
Replies: 2
Views: 8692

Re: Mysql: InnoDB: Error (Duplicate key) writing word node to FTS auxiliary index table

Somehow the error is back, filling the error log with messages, no clou why. It was gone for quite some time :doh: view /var/lib/mysql/<FQDN>.err: 2018-01-22 12:35:24 7f138b5fe700 InnoDB: Error (Duplicate key) writing word node to FTS auxiliary index table. check affected db files ls -l /var/lib/mys...
by henk
20 Jan 2018 11:06
Forum: How-to
Topic: 3.0.26 Quarantine reports failure
Replies: 1
Views: 2144

Re: 3.0.26 Quarantine reports failure

Just take a look at this https://forum.efa-project.org/viewtopic.php?f=13&t=2429 the warnings on depricated php functions is not the reason the report is failing, so check user and domain [root@sansspam ~]# /usr/local/bin/mailwatch/tools/Cron_jobs/mailwatch_quarantine_report.php === Generating r...
by henk
11 Jan 2018 13:23
Forum: How-to
Topic: Size limite of recieving emails.
Replies: 7
Views: 6092

Re: Size limite of recieving emails.

first check current setting

Code: Select all

postconf -n
try this with postconf or edit /etc/postfix/main.cf
# bump up the default messagessize limit: default message_size_limit = 10240000
# big mb limit
message_size_limit = 104857600
virtual_mailbox_limit = 0
mailbox_size_limit = 0
by henk
11 Jan 2018 12:15
Forum: 3.x Bugs
Topic: [solved] update to 3.0.26 partially failed - any suggestions?
Replies: 7
Views: 17685

Re: [not quite solved] update to 3.0.26 partially failed - any suggestions?

efa_update.zip just compared the logs. Checkout my log. (Stil using windooows,I Used Notepad++ to compare the 2 files) We use different repos , should not be a prolem. Due the unsheduled reboot, you could explain the next line: There are unfinished transactions remaining. You might consider running...
by henk
11 Jan 2018 11:28
Forum: 3.x Bugs
Topic: [solved] update to 3.0.26 partially failed - any suggestions?
Replies: 7
Views: 17685

Re: [not quite solved] update to 3.0.26 partially failed - any suggestions?

just kidding about the spontaneous rebout ;) Due the errors ( full tekst index related) in mysql, I already upgraded only mysql before the upgrade. https://forum.efa-project.org/viewtopic.php?f=13&t=2827 I also removed old kernels, to get some free space. package-cleanup --oldkernels --count=1 [...
by henk
11 Jan 2018 10:07
Forum: 3.x Bugs
Topic: [solved] update to 3.0.26 partially failed - any suggestions?
Replies: 7
Views: 17685

Re: [not quite solved] update to 3.0.26 partially failed - any suggestions?

Rebooting during the upgrade.......... did you edit /etc/yum.conf and comment out the exclude? # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d #exclude=kernel* MariaDB* postfix* mailscanner* MailScanner* clamav* clamd* open-vm-tools* #exclude=kernel* postfix* mailsca...
by henk
10 Jan 2018 22:49
Forum: Discussion
Topic: smtpd banner with wrong hostname
Replies: 3
Views: 3801

Re: smtpd banner with wrong hostname

can you resolve any (reverse) hostname on this machine? ( use dig or host)

no: fix dns
yes: see https://wiki.centos.org/HowTos/postfix_restrictions
by henk
10 Jan 2018 22:43
Forum: How-to
Topic: How to get updates in very restricted environment
Replies: 7
Views: 4253

Re: How to get updates in very restricted environment

Receive is not needed? Then what's the point? E.F.A. is best at fighting inbound spam. Anyway. The repos needed: [root@sansspam ~]# yum repolist Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * EFA: dl3.efa-project.org * base: mirrors.noction.com * epel: epel.mirr...
by henk
10 Jan 2018 00:48
Forum: How-to
Topic: How to get updates in very restricted environment
Replies: 7
Views: 4253

Re: How to get updates in very restricted environment

As you found your way to EFA, compare it to your current spam fighting situation. You can configure efa as paranoid as you want, and really don't need a POC, it works! Anyway my two cents: You could build an VM EFA machine at home and update everything once. Copy the VM, thus skipping additional rep...
by henk
08 Jan 2018 22:38
Forum: How-to
Topic: How to get updates in very restricted environment
Replies: 7
Views: 4253

Re: How to get updates in very restricted environment

In a very restricted private environment sounds like the DNC mail server :lol: If you have no access to DNS, it makes no sense to run EFA Based on the limited info, if you need to request access (by security?), I'm sure they will not allow access to the outside world in any way, and it's not only D...