Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Postfix and Dovecot delivery integration #305

Closed
tyranron opened this issue Sep 3, 2016 · 8 comments
Closed

[Question] Postfix and Dovecot delivery integration #305

tyranron opened this issue Sep 3, 2016 · 8 comments

Comments

@tyranron
Copy link
Contributor

tyranron commented Sep 3, 2016

According to current (release 2.0.0) configuration Postfix delivers mails to account's mailboxes via LDA command:

/target/postfix/main.cf:64-65

# Enable Dovecot Sieve
virtual_transport = dovecot

/target/postfix/master.cf:66-71

#
# Dovecot LDA configuration
#

dovecot unix    -       n       n       -       -      pipe
  flags=DRhu user=docker argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -m ${extension}

So Postfix uses /usr/lib/dovecot/deliver util to deliver message to Dovecot. This applies some additional requirements, i.e. Postfix and Dovecot should have access to this directory under the same user and etc.

My question is:
Why not use LMTP over unix socket as this page recommends?
LMTP really simplifies configuration and decreases processes coupling.
Do I miss any caveats?

@Josef-Friedrich
Copy link
Contributor

Sounds interessting

@tomav
Copy link
Contributor

tomav commented Sep 4, 2016

Hi @tyranron, thanks for this input.
@00angus, any comment?

@00angus
Copy link
Contributor

00angus commented Sep 6, 2016

lmtp! Very good IMHO.
I was for lmtp even before:
#166

Just my 0,02€ :)

-- Marco

On Sep 4, 2016 20:42, "Thomas VIAL" notifications@github.com wrote:

Hi @tyranron https://github.com/tyranron, thanks for this input.
@00angus https://github.com/00angus, any comment?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#305 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARJtk-5f5l57q1bWnz6Ca8AUPNqJ2m1eks5qmxD-gaJpZM4J0Qlj
.

@Josef-Friedrich
Copy link
Contributor

Why still hesitate? @tyranron can you implement LMTP in docker-mailserver?

@tyranron
Copy link
Contributor Author

tyranron commented Sep 7, 2016

@Josef-Friedrich yeap, I'll try in next few days.

@tomav
Copy link
Contributor

tomav commented Oct 21, 2016

Hi @tyranron, any update on this? Thank you.

@tyranron
Copy link
Contributor Author

@tomav oops, sorry. Totally forget about this. It was better to say "few months" =/

@tomav
Copy link
Contributor

tomav commented Oct 24, 2016

Fixed by #360, thanks @tyranron

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants