> How are you using lmtp? I didn't know tmda could even use lmtp for
> delivery/reception of email. What is your DELIVERY= line in the global
> tmdarc if I may ask? And the relevant lines from main.cf/master.cf?

It's easy to use.More easy than cyrdeliver.
In master.cf if you are already using sasl you need to unchroot smtp and
lmtp:
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp                 inet  n       -       n       -       -       smtpd
lmtp                 unix  -       -       n       -       -       lmtp


After that in main.cf you need to add :
local_destination_concurrency_limit = 5
local_destination_recipient_limit = 300
mailbox_transport = lmtp:unix:/path/to/cyrus/socket

Then you need to grant access to group mail to cyrus socket.Group mail
contains 2 users : cyrus and postfix.

I haven't global configuration file.The delivery=/path/to/user/mailbox  .

Any questions?

With best regards,
     Potapov Vladimir.


_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to