If 'top' shows a load of 100%, and mysqld is the culprit, you'll need to find out why at the time it is happening. The best way is to use mysqladmin and see what queries are running with the following commands:
mysqladmin status -uroot -p`grep ROOT /etc/EFA-Config | awk -F: '{print $2 ...
Search found 1585 matches
- 25 Apr 2017 04:09
- Forum: 3.x Bugs
- Topic: MySQL load
- Replies: 3
- Views: 4140
- 25 Apr 2017 03:59
- Forum: 3.x Bugs
- Topic: Font issue after upgrade to 3.0.1.9
- Replies: 27
- Views: 18264
Re: Font issue after upgrade to 3.0.1.9
done.
I'll try to debug it when I have a free moment and post the results to that thread.
I'll try to debug it when I have a free moment and post the results to that thread.
- 24 Apr 2017 12:37
- Forum: How-to
- Topic: Quarantine Report stopped after upgrade
- Replies: 10
- Views: 5977
Re: Quarantine Report stopped after upgrade
That'd be a useful improvement.
- 24 Apr 2017 11:46
- Forum: 3.x Bugs
- Topic: MySQL load
- Replies: 3
- Views: 4140
Re: MySQL load
still a problem?
I saw that error briefly while updating from 3.0.1.8 to 3.0.1.9 but then it went away in a later stage of the process.
I saw that error briefly while updating from 3.0.1.8 to 3.0.1.9 but then it went away in a later stage of the process.
- 24 Apr 2017 11:45
- Forum: 3.x Bugs
- Topic: Font issue after upgrade to 3.0.1.9
- Replies: 27
- Views: 18264
Re: Font issue after upgrade to 3.0.1.9
It's an issue in 3.0.2.1 as well.
Are there any quick fixes, or am I going to have to dig through the mailscanner code to find out what they broke?
Are there any quick fixes, or am I going to have to dig through the mailscanner code to find out what they broke?
- 24 Apr 2017 11:41
- Forum: How-to
- Topic: MySQL password
- Replies: 1
- Views: 2497
Re: MySQL password
Look in the /etc/EFA-Config file. You'll find the mysql root password there.
From the shell command prompt, it's
From the shell command prompt, it's
Code: Select all
cat /etc/EFA-Config |grep ROOT
- 24 Apr 2017 11:12
- Forum: 3.x Bugs
- Topic: DKIM problem
- Replies: 7
- Views: 6906
Re: DKIM problem
Sorry ovizii, I've been away from EFA for a few months.
Are you still having an issue, or is it all resolved now?
Are you still having an issue, or is it all resolved now?
- 24 Apr 2017 11:07
- Forum: Feature Requests
- Topic: Upgrade without backup
- Replies: 10
- Views: 12964
Re: Upgrade without backup
Sounds risky.
- 29 Oct 2016 20:09
- Forum: Discussion
- Topic: How can I tell if MalwarePatrol is activated and working properly?
- Replies: 14
- Views: 16802
Re: How can I tell if MalwarePatrol is activated and working properly?
Since I am using a free account, I update every 35 hours, since I don't want to be a rude guest.
If you are using a paid account, then updating several times per day should be acceptable.
If you are using a paid account, then updating several times per day should be acceptable.
- 27 Oct 2016 06:44
- Forum: How-to
- Topic: Tag clean emails (backup server)
- Replies: 2
- Views: 2977
Re: Tag clean emails (backup server)
I'm curious, why do your users care where the mail came from? Why do you need to inform them by modifying the subject?
- 27 Oct 2016 06:42
- Forum: Discussion
- Topic: How can I tell if MalwarePatrol is activated and working properly?
- Replies: 14
- Views: 16802
Re: How can I tell if MalwarePatrol is activated and working properly?
edit /etc/clamav-unofficial-sigs/master.conf
search for "malwarepatrol" and follow the instructions in the comments to configure your system to receive your malware patrol updates
run "sudo freshclam -v" to see if your system picks up the malware patrol signatures.
I'm not sure what will ...
search for "malwarepatrol" and follow the instructions in the comments to configure your system to receive your malware patrol updates
run "sudo freshclam -v" to see if your system picks up the malware patrol signatures.
I'm not sure what will ...
- 27 Oct 2016 06:33
- Forum: Discussion
- Topic: Notice: Undefined variable:
- Replies: 15
- Views: 14923
Re: Notice: Undefined variable:
I did a search and I found the following answer in the first link
That will manually rotate your log files for you.
Do that, and then let us know if you're still getting the error messages
Code: Select all
sudo logrotate --force /etc/logrotate.conf
Do that, and then let us know if you're still getting the error messages
- 27 Oct 2016 06:24
- Forum: How-to
- Topic: Manage domain and delivery through MySql?
- Replies: 6
- Views: 5209
Re: Manage domain and delivery through MySql?
I believe that it is a feature of postfix, but I've never used it before and I don't know how it works. I think someone in the forums has done this before, so using google search should turn up a result.
EFA doesn't support it directly, so you wouldn't be able to use EFA to directly manage your ...
EFA doesn't support it directly, so you wouldn't be able to use EFA to directly manage your ...
- 25 Oct 2016 08:41
- Forum: How-to
- Topic: Spam/malware getting through
- Replies: 3
- Views: 3135
Re: Spam/malware getting through
Interesting question. Short answer, I don't know exactly.
SPF can have three settings for all:
+all - don't care about SPF, accept everything
-all - only accept from SPF defined entries, reject anything else
~all - only SPF defined servers is acceptable, but accept anything else but call it a ...
SPF can have three settings for all:
+all - don't care about SPF, accept everything
-all - only accept from SPF defined entries, reject anything else
~all - only SPF defined servers is acceptable, but accept anything else but call it a ...
- 24 Oct 2016 16:32
- Forum: Discussion
- Topic: DirtyC0w Vulnerability
- Replies: 4
- Views: 4483
- 24 Oct 2016 12:40
- Forum: Discussion
- Topic: message size exceeds size limit 10485760 although size=30M
- Replies: 11
- Views: 15877
Re: message size exceeds size limit 10485760 although size=30M
What is relay server? Is it yours? Is it EFA? Is it a remote system?
- 24 Oct 2016 01:28
- Forum: Discussion
- Topic: Mailwatch login
- Replies: 5
- Views: 6646
Re: Mailwatch login
mpndang,
without getting specific error messages, it's almost impossible to debug your problem.
Every upgrade I've done (except 1) worked without a problem. The one upgrade I did have a problem with, I found the solution by searching these forums, including the exact steps needed to get past the ...
without getting specific error messages, it's almost impossible to debug your problem.
Every upgrade I've done (except 1) worked without a problem. The one upgrade I did have a problem with, I found the solution by searching these forums, including the exact steps needed to get past the ...
- 24 Oct 2016 01:23
- Forum: Discussion
- Topic: Next Major release OS version
- Replies: 64
- Views: 311756
Re: Next Major release OS version
I'm currently evaluating Devuan - Debian without the hated systemd
- 24 Oct 2016 01:21
- Forum: Discussion
- Topic: message size exceeds size limit 10485760 although size=30M
- Replies: 11
- Views: 15877
Re: message size exceeds size limit 10485760 although size=30M
relay=xx.xx.xx.xx[xx.xx.xx.xx]:25
Is this your server, or the remote server?
Is this your server, or the remote server?
- 21 Oct 2016 13:30
- Forum: Discussion
- Topic: SPF fail with spamexperts
- Replies: 8
- Views: 10538
Re: SPF fail with spamexperts
It's not a script, it's a spamassassin setting.
In your case, it looks like the header your provider adds is
X-SPF-Result: s01.spamexperts.axc.nl: domain of marktplaats.nl designates 5.255.156.8 as permitted sender
Can you gather some other X-SPF-Result headers from your other messages so we can ...
In your case, it looks like the header your provider adds is
X-SPF-Result: s01.spamexperts.axc.nl: domain of marktplaats.nl designates 5.255.156.8 as permitted sender
Can you gather some other X-SPF-Result headers from your other messages so we can ...
- 20 Oct 2016 18:24
- Forum: Discussion
- Topic: SPF fail with spamexperts
- Replies: 8
- Views: 10538
Re: SPF fail with spamexperts
Ok, so you have the same problem I have.
Mail goes through a provider before being delivered to your the efa server.
So imagine I set my spf record to mx:mail.example.com ~all (accept mail from mail.example.com, and it's possible that I might send mail from other servers) and I send you a message ...
Mail goes through a provider before being delivered to your the efa server.
So imagine I set my spf record to mx:mail.example.com ~all (accept mail from mail.example.com, and it's possible that I might send mail from other servers) and I send you a message ...
- 20 Oct 2016 07:28
- Forum: Discussion
- Topic: SPF fail with spamexperts
- Replies: 8
- Views: 10538
Re: SPF fail with spamexperts
Oh, I think I understand.
You have mail from facebook being sent to your server. However, you have a service that filters your mail (spamexperts.axc.nl) before sending it to your mailserver.
Can you confirm if that is correct?
You have mail from facebook being sent to your server. However, you have a service that filters your mail (spamexperts.axc.nl) before sending it to your mailserver.
Can you confirm if that is correct?
- 20 Oct 2016 06:58
- Forum: Discussion
- Topic: SPF fail with spamexperts
- Replies: 8
- Views: 10538
Re: SPF fail with spamexperts
or is it because your spf record is not set up correctly?
perhaps if you share your domain with me, I can help you check your spf record to determine where the problem is.
perhaps if you share your domain with me, I can help you check your spf record to determine where the problem is.
- 20 Oct 2016 06:37
- Forum: How-to
- Topic: Where to find EFA version.
- Replies: 11
- Views: 11721
Re: Where to find EFA version.
shawniverson,
I've added a comment with some of the changes I made to the status.php page. You may or may not find them useful for you.
I've added a comment with some of the changes I made to the status.php page. You may or may not find them useful for you.
- 19 Oct 2016 17:04
- Forum: Discussion
- Topic: Shared mysql db used by multiple EFAs?
- Replies: 4
- Views: 3853
Re: Shared mysql db used by multiple EFAs?
Just what are you trying to accomplish exactly? I assume redundancy, or more machines for a system that process lots of mail?