Mail: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Reset mail permissions== <pre>/scripts/mailperm --verbose USER</pre> ==Email filters User Level Location== <pre> /home/USER/.cpanel/filter.yaml /home/USER/.cpanel/filter </pre> ==Global Filter Location== <pre> /etc/vfilters/DOMAIN </pre> ==Auto Response Location== <pre>/home/USER/.autorespond/</pre> ==Forwarder Location== <pre>Need to check</pre> ==Mailing List Location== <pre>/usr/local/cpanel/3rdparty/mailman/lists/MAILLISTNAME</pre>") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 21: | Line 21: | ||
==Mailing List Location== | ==Mailing List Location== | ||
<pre>/usr/local/cpanel/3rdparty/mailman/lists/MAILLISTNAME</pre> | <pre>/usr/local/cpanel/3rdparty/mailman/lists/MAILLISTNAME</pre> | ||
==Change Exim IP for outgoing email== | |||
Add *: IP or DOMAIN:IP to /etc/mailips. For example: | |||
<pre>root@server [~]# cat /etc/mailips | |||
*: 1.1.1.1 | |||
</pre> | |||
Enable “Reference /etc/mailips for outgoing SMTP connections” in WHM >> Exim Configuration | |||
Enable ‘Allow users to relay mail if they use an IP address through which someone has validated an IMAP or POP3 login within the last hour (Pop-before-SMTP)’ in WHM >> Tweak Settings | |||
Restart Exim | |||
Latest revision as of 17:07, 20 June 2024
Reset mail permissions
/scripts/mailperm --verbose USER
Email filters User Level Location
/home/USER/.cpanel/filter.yaml /home/USER/.cpanel/filter
Global Filter Location
/etc/vfilters/DOMAIN
Auto Response Location
/home/USER/.autorespond/
Forwarder Location
Need to check
Mailing List Location
/usr/local/cpanel/3rdparty/mailman/lists/MAILLISTNAME
Change Exim IP for outgoing email
Add *: IP or DOMAIN:IP to /etc/mailips. For example:
root@server [~]# cat /etc/mailips *: 1.1.1.1
Enable “Reference /etc/mailips for outgoing SMTP connections” in WHM >> Exim Configuration Enable ‘Allow users to relay mail if they use an IP address through which someone has validated an IMAP or POP3 login within the last hour (Pop-before-SMTP)’ in WHM >> Tweak Settings Restart Exim