Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JohnG

Pages: [1]
1
i'm available, you can review my profile on fiverr -> kashifhk123

2
Backup / Re: Restore Option Missing
« on: November 29, 2021, 07:43:55 AM »
I'm also pro license user but still waiting for restore option still not publish :(

3
Backup / Re: No way a user can restore backup in User Panel
« on: November 29, 2021, 07:42:40 AM »
We really need the backup restore solution for CWP user panel. still waiting for the feature, by the way, I'm a Pro license user but nothing feels different.

4
E-Mail / Re: spamassassin.service: Failed with result 'start-limit-hit'
« on: November 22, 2021, 06:56:22 PM »
First of all, sorry for the delay of about 2 months in replying. I read your answer, and I really appreciate it.

However, during this time I have been looking for information by conducting tests ... etc ... and although I could have answered before, I have chosen to answer after having carried out tests and to say forcefully, that the results are positive after a month having implemented the last change / test.

Effectively your answer / solution solves the initial problem that I expose in this thread, even so, it has always surprised me a lot that, spamassassin raises the cpu consumption to 0.90 - 1.00 on average, regardless of the fact that, no matter how much we configure spamassassin such and as the cwp wiki says, also as it supports cwp (I requested support for it) never send any mail to the spam folder ... this was very strange to me.
The answer to this increase in cpu is that perhaps, I would have many emails on my server ...

The tests I have done on 4 servers, I have 3 for testing 1 in production.

Gradually I was eliminating mails from the main test server, and the consumption was always the same ... there came a day that, I eliminated all the accounts of that server, no account, no mail, nothing, the consumption of spamassassin was still the same, I raised the server to 0.90 - 1.00 on average. Something very very high.

Too bad it didn't save the url where I got the information, I did write it down in kate (linux notepad) and I have it saved in my documents. If you have saved the url, you could say the clear terms of the explanation.

Well, the change happens by modifying / etc / sysconfig / spamassassin file:
In wiki they indicate:
Code: [Select]
SPAMDOPTIONS = "- d -c -m5 -u nobody -s $ {SAHOME} spamd.log" But we actually remove the "-d" from the beginning, looking like this:
Code: [Select]
SPAMDOPTIONS = "-c -m5 -u nobody -s $ {SAHOME} spamd.log" If my memory does not fail me (and it is easy for it to fail) this causes spamassassin to be executed as a service (I do not remember exactly if it was a service or another ...) and now it does, spamassassin, without making the changes that you mention in your post and that I had also seen in other internet threads, it is always executed, without any crash and without load on the server, the server load is normal, if you are using apache, then whatever Apache loads or whatever, and during non-use hours, the server load is 0.00 and spamassassin is active.

The reason why, despite this, spamassassin does not filter, does not take the identified emails to the spam folder and does not rename them with *** SPAM *** as indicated in the wiki, is because it should not be configured in / usr / share /spamassassin/local.cf
Rather, it must be configured in another path.

After that, you can test by sending an email with the subject:
"XJS * C4JDBQADN1.NSBN3 * 2IDNEN * GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL * C.34X" (without quotes) and it looks like the mail is put in the spam folder and renamed the subject to *** SPAM ***.

Greetings.

Thank you very much. It works for me! 💐

5
E-Mail / Re: Roundcube Inbox Server Error! (Internal Server Error)
« on: October 22, 2021, 04:50:32 PM »
try it
Code: [Select]
sh /scripts/mail_roundcube_update

6
E-Mail / Re: Roundcube: Unable to connect to the database!
« on: October 22, 2021, 04:48:50 PM »
try it
Code: [Select]
sh /scripts/mail_roundcube_update

7
E-Mail / Re: [EMERGENCY] Roundcube Internal Error after Update
« on: October 22, 2021, 04:42:15 PM »
Please downgrade your version to compatible version
Code: [Select]
sh /scripts/mail_roundcube_update
it works for me.

8
E-Mail / Re: Roundcube1.5.x Internal Server Error - FIX
« on: October 22, 2021, 04:38:46 PM »
Simple fix is this
Code: [Select]
sh /scripts/mail_roundcube_update

9
Dovecot / Re: Latest Roundcube Doesn't receive emails
« on: October 22, 2021, 04:34:45 PM »
Hi

I have a weird issue and i haven't found an answer in the forum.

Recently i migrated from Cpanel to CWP. All went well until the moment i realized that some accounts dont receive emails. I checked and that was true. I created a new email account under a user and boom, the new email account works as intents to be. Hm....thought about permissions and ownership of the directories. NOPE all vmail:mail and the new account was created under the same ownership/

Lets see what the log says:

i run this: tail -f /var/log/maillog

and boom all emails look to be delivered to the accounts but they don't show up in roundcube. Any ideas here?

TIA

Problem: RoundCube update to latest version that didn't work with Centos Web Panel
-
Solution: Change version back to support version.
Code: [Select]
sh /scripts/mail_roundcube_update
It work for me and I hope will work for you too.

10
Dovecot / Re: Latest Roundcube Doesn't receive emails
« on: October 22, 2021, 04:26:07 PM »
The same problem with me, Roundcube didn't work after the automatic update. The error popup in Roundcube "Connection error (Failed to reach the server)!"

Pages: [1]