• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Email Attachment Size....

Could you please specify your issue with more detail?
For example, for Postfix you can check max attachment size with:

# postconf | grep message_size_limit

And increase it if necessary (50Mb) with something like:

# postconf -e message_size_limit=52428800
 
Back
Top