by sarkarijob | Mar 22, 2020 | cpanel, exim
If the Greylisting filter is enabled, the message you are seeing is quite normal, and will be applied to all incoming mail that your server receives. Please see Greylisting – Version 64 Documentation – cPanel Documentation for full details.WHM...
by sarkarijob | Nov 29, 2019 | exim
if $header_from: contains “[email protected]” or $header_from: contains “[email protected]” or $header_from: contains “[email protected]” or $header_from: contains “[email protected]”...
by sarkarijob | Oct 2, 2019 | exim
check router route_list = $domain smtp-trial.antispamcloud.com::587just telnet from server to IP portand see it is able to connect or not from that instance or server
by sarkarijob | Sep 27, 2019 | exim
Below script is to find email accounts for all domains –> to find for one domain fire command like this —> sh email.sh | grep domain.com#vi email.sh#!/bin/shfor d in `cat /etc/virtual/domains`; do{ #system account ...
by sarkarijob | Sep 25, 2019 | exim
you can send mail from both smtp and mail( ) script so we need to set limit for the smtp and mail ()acl_not_smtp is for the case when hosting PHP scripts is sending an email via mail() function, so it will works fine with $authenticated_id –...
by sarkarijob | Sep 12, 2019 | exim
EXIM CONFIGURATIONVestaCP replaces exim.conf with its own version that allows it to properly route emails for VestaCP accounts, so it’s important to be careful when editing. Best practice is to backup exim.conf file before editing itCODE: SELECT ALLcp...