*** PowerMTA Configuration Discussion ***

iamdeadat2017

Regular Member
Joined
May 13, 2016
Messages
277
Reaction score
56
Hi guys,
In this thread I have planned to gather all Configuration Related Informations.
So Please who are Active with PMTA start any questions here,I will try to get solution for that query.

[[ I WILL START DAY TO DAY INFORMATION GATHERING IN THIS THREAD ]]

Thanks :)
 
If you can explain what you talking about in Op
 
How config limit per hour for each domain ...
How to know the limit per hour of specific provider ?
 
How config limit per hour for each domain ...
How to know the limit per hour of specific provider ?
Each domain directives set:
max-msg-rate */hour
Specific provider means? Hosting?
There's no limit on vps/dedicated Servers.
only in shared hosting root accessible user can set and all hosts do that
 
Each domain directives set:
max-msg-rate */hour
Specific provider means? Hosting?
There's no limit on vps/dedicated Servers.
only in shared hosting root accessible user can set and all hosts do that

I mean providers like hotmail, gmail, etc...

I set 50 emails per hour for a specific domain.
I am using Interspire and I made a test sent and the interspire shows me that it already sent 1.000 emails.
But pmta log shows me: " message rate limit reached (based on queue's max-msg-rate in configuration) "
So, who is right ? Interspire or pmta log ?
 
I mean providers like hotmail, gmail, etc...

I set 50 emails per hour for a specific domain.
I am using Interspire and I made a test sent and the interspire shows me that it already sent 1.000 emails.
But pmta log shows me: " message rate limit reached (based on queue's max-msg-rate in configuration) "
So, who is right ? Interspire or pmta log ?
You can search for limit of those ESP.
Interspire is just feeding app who transfers all emails to pmta server queue.and actual delivery depends on pmta queue that release emails as set in configuration.
 
how can i set up feedback loop and bounces emails too?

Is there any limit for the cloud server?

Thank you
 
each provider has its own feedback loop process.

to set up bounces you just need create an e-mail and then connect to it via pop or imap.
 
in config file making something like:
#Yahoo Errors
reply /421 .* Please try again later/ mode=backoff
reply /421 Message temporarily deferred/ mode=backoff
reply /VS3-IP5 Excessive unknown recipients/ mode=backoff
reply /VSS-IP Excessive unknown recipients/ mode=backoff

Can help in feedback loop process?
 
in config file making something like:
#Yahoo Errors
reply /421 .* Please try again later/ mode=backoff
reply /421 Message temporarily deferred/ mode=backoff
reply /VS3-IP5 Excessive unknown recipients/ mode=backoff
reply /VSS-IP Excessive unknown recipients/ mode=backoff

Can help in feedback loop process?
These are regular expressions based in perl, main purpose is to categorize the remote MTA /SMTP replies. and what you want to do with those replied emails.
 
there are many ways to do it properly.
main thing is pubkish TXT records for those with those domain
 
To get the max thread along with MTA, the capability of ESP does matter. That's correct that PMTA relayed the provided queue from ESP, so hence the ESP should also have capacity to throw out the batches of email aligned with PMTA limit. All you need to do is find the match in both ;)
 
Hey guys how to verify an IP is abused( i mean alredy used | blacklisted ) ?

To get the max thread along with MTA, the capability of ESP does matter. That's correct that PMTA relayed the provided queue from ESP, so hence the ESP should also have capacity to throw out the batches of email aligned with PMTA limit. All you need to do is find the match in both ;)
 
Hey guys how to verify an IP is abused( i mean alredy used | blacklisted ) ?
you are too virgin in this case.....
mxtoolbox is free and common and checks 193 max for free.
I have private checker which checks 350 blacklists servers.
 
Back
Top