From the official documentation, it will bypass greylisting, SPF and DNSBL. No mention of rate limiting.
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_mail_proxy_configuration
@poetry, I believe you have already answer your own question.
PMG use public DNSBL and spamassassin for spam detection and it provide you the freedom to customize the spam rate based on your own environment and experiences. As the email admin (I assume you are too), study the current spam mail...
Study your spam trend and create custom spamassassin uri rules.
# Spammy link with email address
uri LINK_W_MAIL /(\?|\#).*(@|%40)mydomain\.com\.my/i
describe LINK_W_MAIL Spammy link with email address
score LINK_W_MAIL 1.0
uri __G_DRV...
IP 139.59.114.99 not listed in your DNSBL list, try using below DNSBL site.
dnsbl-1.uceprotect.net
rbl.dns-servicios.com
sip.invalument.com
hostkarma.junkemailfilter.com
Below is my DNSBL with threshold of 3. Use/setup internal DNS to prevent DNSBL timeout.
zen.spamhaus.org*2,bl.mailspike.net,psbl.surriel.com,all.spamrats.com,dnsbl-1.uceprotect.net
Use spamassassin custom rules to filter mail content.
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_custom_spamassassin_configuration
https://cwiki.apache.org/confluence/display/SPAMASSASSIN/writingrules
https://github.com/kawaiipantsu/spamassassin-rules/tree/master/rules
Set your domain MX IP to your PMG, PMG will accept all the incoming email and filter/delivery the mails to your actual email server.
Assume you have setup correctly PMG with your email server.
I believe the current state of PMG do not support utf8 encoded subject. So it may not work.
https://forum.proxmox.com/threads/utf-8-base-64-encoded-subject.110873/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.