Selective transport_maps

2008-09-23 Thread Peter Rabbitson
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

Re: Selective transport_maps

2008-09-23 Thread Peter Rabbitson
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

DNS lookup for localhost

2008-09-23 Thread 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.', as specified in /etc/hosts:search without first asking for 'localhost'. Is this intended behavior, or is th

Re: Selective transport_maps

2008-09-23 Thread Peter Rabbitson
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

Re: DNS lookup for localhost

2008-09-23 Thread Peter Rabbitson
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.', >>