On Thu, Jan 07, 2016 at 10:31:49PM +, Gomes, Rich wrote:
> Is there additional configuration that needs to be done for mail-enabled
> Public Folders?
> They all come back with:
>
> Recipient address rejected: User unknown in relay recipient table
What does the LDAP data for a mail-enabled p
Is there additional configuration that needs to be done for mail-enabled Public
Folders?
They all come back with:
Recipient address rejected: User unknown in relay recipient table
I haven't had any luck in googling this additional config.
-Original Message-
From: owner-postfix-us...@p
On 1/7/2016 2:19 PM, Quanah Gibson-Mount wrote:
> --On Thursday, January 07, 2016 9:06 PM +0100 lutz.niede...@gmx.net
> wrote:
>
>>
>>
>> postfix version 2.9.3-2.1 on debian
>>
>> Hi!
>>
>> I found something really strange. Maybe someone can explain this
>> to me.
>>
>> reject_rbl_client docu say
--On Thursday, January 07, 2016 9:06 PM +0100 lutz.niede...@gmx.net wrote:
postfix version 2.9.3-2.1 on debian
Hi!
I found something really strange. Maybe someone can explain this to me.
reject_rbl_client docu says "... If no "=d.d.d.d" is specified, reject
the request when the reversed c
These are 2 different things.
Unknow hostname is a missing PTR record
For that you can use :
smtpd_client_restrictions = ...
"unknown" is also the name in the case of a temporary dns lookup failure. so
using 5xx for all "unknown" is not a good idea.
# reject_unknown_client_host
On Thu, Jan 07, 2016 at 09:17:55AM +0100, Angel L. Mateo wrote:
> Is there any way lo limit the max size of the
> smtpd_tls_session_cache_database?
Upgrade to Postfix 2.11 or later and disable the cache entirely:
http://www.postfix.org/postconf.5.html#smtpd_tls_session_cache_database
As