NetVicious
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
Posts
Recent activity by NetVicious-
EXIM custom filter to block email address in name field?
I'm testing at this moment this exim filter: if $h_from matches "\"[^\">*@[^\">*\".*<(.*)>.*" then headers add "Old-Subject: $h_subject" headers remove "Subject" headers add "Subject: [False...
-
AutoSSL warning when current CAA records of the domain denies certificate creation
Hi! After adding a new subdomain I found AutoSSL didn't created the SSL certificate for the subdomain. Looking to the logs I saw this: [2019-11-13T17:17:12Z] Attempting to ensure the existence of...
-
Yara rule with uint32be not allowed by clamAV provided by cPanel
Hi! I want to use this yara rule to disable the reception of office files with macros rule Office_as_MHTML { meta: description = "Detects an Microsoft Office saved as a M...
-
Exim acl to require auth on connections trying to use local domains
Hi! I read some threads related to this. But they're trying to block this instead of requiring authentication on the server. The problem it's the SMTP Server (exim) allows to receive external conn...
-
Spam using envelope-from trick
Hi! I have SPF, DKIM and DMARC correctly configured on my server. But it seems the spammers have discovered a new trick to send new spoofed mails using the envelope-from smtp parameter. They're us...
-
Create more than one cert for cPanel account?
Hi! I know the LE plugin for AutoSSL has changed a bit from it's first version. I want to know if the last version of the plugin allows to create more than one LE cert per cPanel account. I read...
-
Allow user to change Apache certs by FTP+Apache reboot
Hi! One user needs to change the certs for it's Apache domains in an automatic way. It seems the user certs are on /home//ssl/certs and /home//ssl/keys The user tried to upload to that directory ...