Hi,
I need to protect a specific local address by defining a very low
message_size_limit applicable only to this particular address. What I
did is set up a second smtpd daemon listening on a weird address on
localhost, with a message_size_limit set to whatever I want it.
The problem I am having i
Ralf Hildebrandt wrote:
> * Peter Rabbitson <[EMAIL PROTECTED]>:
>> Hi,
>>
>> I need to protect a specific local address by defining a very low
>> message_size_limit applicable only to this particular address.
>
> Not possible in general. Only possible if
Hi,
I encountered a weird behavior with Postfix when specifying
smtp:localhost as a transport destination. After long debugging, tcpdump
revealed that postfix directly asks for 'localhost.',
as specified in /etc/hosts:search without first asking for 'localhost'.
Is this intended behavior, or is th
Wietse Venema wrote:
> Peter Rabbitson:
> [ Charset UTF-8 unsupported, converting... ]
>> Ralf Hildebrandt wrote:
>>> * Peter Rabbitson <[EMAIL PROTECTED]>:
>>>> Hi,
>>>>
>>>> I need to protect a specific local address by defi
Wietse Venema wrote:
> Peter Rabbitson:
>> Hi,
>>
>> I encountered a weird behavior with Postfix when specifying
>> smtp:localhost as a transport destination. After long debugging, tcpdump
>> revealed that postfix directly asks for 'localhost.',
>>