Looks like this has changed with postfix 2.x. According to the file
.../README_FILES/LMTP_README, you can do something like

mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp
local_destination_recipient_limit = 300

and it should work. Can anybody confirm this?

I tried it but it did not work. I guess this option does only work with local_transport, which does not expand aliases:


  local_transport = lmtp:unix:/path/name (UNIX-domain socket example)
  local_transport = lmtp:hostname:port   (TCP socket example)

  Mail that resolves as local (domain is listed in $mydestination)
  is directly given to the Postfix LMTP client which then sends it
  to the non-Postfix LMTP server.  The mail is not processed by the
  Postfix local delivery agent; therefore aliases and .forward files
  are not processed.

I also tried to set default_destination_recipient_limit with no success.

Regards,
Bernd

--
+---------------------------------------------------------------------+
 Bernd Nies                               mailto:[EMAIL PROTECTED]
 System Engineering                                 Dipl. El.-Ing. HTL

 AdNovum Informatik AG http://www.adnovum.ch  phone: +41 (1)  272 6111
 Roentgenstrasse 22, CH-8005 Zuerich          fax:   +41 (1)  272 6312
+---------------------------------------------------------------------+
 AdNovum Software Inc. San Mateo, CA 94404    phone: +1 (650) 525 9322
 1400 Fashion Island Boulevard, Suite 309     fax:   +1 (650) 525 9324
+---------------------------------------------------------------------+



Reply via email to