This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
E-Mail / Re: Undeliverable mail, invalid header section
« on: November 19, 2018, 12:34:10 PM »
It looks like this modification in AMAVIS config solved the problem in my case:
# Selectively disable some of the header checks
#
# Duplicate or multiple occurrence of a header field
$allowed_header_tests{'multiple'} = 0;
# Missing some headers. e.g. 'Date:'
$allowed_header_tests{'missing'} = 0;
Found the answer here: https://forum.iredmail.org/topic10400-iredadminpro-support-error-554-560-with-bad-header.html
# Selectively disable some of the header checks
#
# Duplicate or multiple occurrence of a header field
$allowed_header_tests{'multiple'} = 0;
# Missing some headers. e.g. 'Date:'
$allowed_header_tests{'missing'} = 0;
Found the answer here: https://forum.iredmail.org/topic10400-iredadminpro-support-error-554-560-with-bad-header.html
2
Information / Re: whitelist domain
« on: February 11, 2017, 09:22:35 AM »
I found the solution here: https://wiki.centos.org/HowTos/postfix_restrictions
3
Information / whitelist domain
« on: February 09, 2017, 02:15:25 PM »
Hello,
Is it possible whitelist a domain @example.com for incoming mails?
Istvan
Is it possible whitelist a domain @example.com for incoming mails?
Istvan
4
Migration from other control panels / diacritics not displayed after cPanel migration
« on: August 05, 2016, 05:02:56 AM »
Hello,
I migrated a two sites from cPanel and the CWP running on RHEL 6.8. Everything when fine, but now I discovered that the diacritics characters are not displayed.
Do you have any suggestion how to fix this problem. Or at least which component is responsable for this?
One of the webpages is Wordpress, the other is Magento.
Thank you!
Istvan
I migrated a two sites from cPanel and the CWP running on RHEL 6.8. Everything when fine, but now I discovered that the diacritics characters are not displayed.
Do you have any suggestion how to fix this problem. Or at least which component is responsable for this?
One of the webpages is Wordpress, the other is Magento.
Thank you!
Istvan
Pages: [1]