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 - BeZazz

Pages: 1 [2] 3
16
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 09, 2024, 12:47:49 AM »
Does anything show up in the logs under Mod Security or your Apache log files?

17
Other / Re: Chasing some log files
« on: September 06, 2024, 04:42:13 AM »
If someone would like to have look/play with the code let me know.
(I wont post publicly until I get some feedback.)

18
CentOS 9 Problems / Re: AMaViS (A Mail Virus Scanner)
« on: August 31, 2024, 05:03:57 AM »
Good to hear :)

19
CentOS 7 Problems / Re: I want to update Roundcube 1.5.6 but it fails
« on: August 26, 2024, 10:29:00 AM »
CentOS 7 is EOL.

There are posts here about that and how update/change your OS or make other other changes to continue using CentOS 7 (maybe not here but have seen posts to delay the inevitable).

20
Mod_Security / Re: Forbidden access to the email confirmation link
« on: August 26, 2024, 05:18:53 AM »
Good to hear.

You're welcome. :)

21
Mod_Security / Re: Forbidden access to the email confirmation link
« on: August 26, 2024, 03:25:21 AM »
In the image https://ibb.co/r5YRPs0 if you click on Logs. You should be able to see what ID caused the issue. Look for something like
Quote
id "210350"
.
Click on Disabled Rules add
Quote
SecRuleRemoveById 210350
then restart Apache.

That will whitelist the rule on all domains. You are best working out the actual cause and fixing it so email link doesnt cause issues (if you have access to that)

22
Code: [Select]
find / -type f -size +500Mcan add in
Code: [Select]
-name "*.ext"

23
CentOS 9 Problems / Re: AMaViS (A Mail Virus Scanner)
« on: August 09, 2024, 08:17:59 AM »
Been out of the game for awhile but (referring to first post) it appears to be related to amavisd trying to bond to IP6.

the "fix" appears to be to add
$inet_socket_bind = '127.0.0.1';
/etc/amavisd/amavisd.conf

BUT I'm no CWP guru and others may advise against that as there is probably a better way to fix the issue.

EDIT: In hindsight that probably a non fatal issue.

24
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 09, 2024, 07:14:25 AM »
From what I can tell you have the
PTR for vps.klarys.net set to 194.163.155.218
but your mail server is using
mail.klarys.com
which has no Reverse DNS setup.

25
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 09, 2024, 02:50:57 AM »
From what I can workout, there appears to missing mx records. (that is getting info from previous posts of yours)

What domain/IP is your email setup on?

26
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 07, 2024, 11:37:57 AM »
I've even used your test and everything is OK. Port 25 is not blocked. With all the errors I'm getting with postfix, I'm inclined to believe that this is a CWP internal issue;

Code: [Select]
Aug 7 08:53:00 vps postfix/qmgr[1377]: 78D3550AAAA: to=, relay=none, delay=10329, delays=10329/0/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to alt2.gmail-smtp-in.l.google.com[142.250.150.26]:25: Connection timed out)

Can anyone please help me out??

Code: [Select]
To mstatus=deferred (delivery temporarily suspended: connect to alt2.gmail-smtp-in.l.google.com[142.250.150.26]:25: Connection timed out)

 I'm a tad tired but it looks like you are trying to connect to alt2.gmail-smtp-in.l.google.com I'm guessing you have issues at Gmails end.

27
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 06, 2024, 02:17:38 PM »
Have you asked contabo if the block might be at their end?

28
Other / Chasing some log files
« on: August 06, 2024, 11:57:36 AM »
Hi,
I am after some Postfix log files. I'll try to keep it short.

I used to be a host but now I just have 2 VPSs that I dick around on.
As such I only host my own email account.

I have been messing about with a plugin that reads the mail log and looks for stuff. Basically looking for suspicious connections. Stuff like an IP very slowly trying to login over an extended time.

My log files are too small and boring.

I have searched everywhere online and the only full logs I can find are from around 2009. There are some newer but not much.
I have pieced together bits from support forums and such, which was good at picking up errors but what I need is normal logs. Recent enough to be the same format as currently used.

So I would appreciate any help even a point in the right direction, as I am all out of ideas as how to get any.

29
Suggestions / Re: So here we are at EOL's
« on: August 06, 2024, 11:09:45 AM »
It works for me, maybe something is cached at your end?

EDIT: Maybe just a hard refresh in your web browser?

30
Information / Re: Waiting on billing
« on: July 28, 2024, 02:08:45 AM »
Thank you both for the replies.

Would be good if my bank notified me when a payment failed and not erase the transaction from record.

Live and learn I suppose.

Pages: 1 [2] 3