mailserver2 / mailserver

Simple and full-featured mail server using Docker
https://store.docker.com/community/images/mailserver2/mailserver
MIT License
133 stars 28 forks source link

Add dovecot repo to sources before installing #50

Closed akhil1508 closed 4 months ago

akhil1508 commented 1 year ago

Description

Fixes https://github.com/mailserver2/mailserver/issues/49

Type of change

AndrewSav commented 1 year ago

I'm not sure we need to be on bleeding edge here. @SaraSmiseth what's your opinion?

SaraSmiseth commented 1 year ago

I'm not sure we need to be on bleeding edge here. @SaraSmiseth what's your opinion?

I'm not sure either. I like using the latest versions but the official Debian repo has been tested and is known to work well with the rest of the debian packages. We might get incompatibilities?

akhil1508 commented 1 year ago

I'm not sure we need to be on bleeding edge here.

Sure but lots of good things in the new versions. Especially interested in using env variables in external dovecot config files in 2.3.14 as per https://doc.dovecot.org/configuration_manual/config_file/#environment-variables

Might not need the absolute latest versions but some of these versions have released quite a while ago.

@SaraSmiseth

neuffer commented 11 months ago

Is there still any life in this?

AndrewSav commented 11 months ago

@neuffer since you chimed in, what's your opinion?

ksylvan commented 4 months ago

@akhil1508 Is this an abandoned update?

ksylvan commented 4 months ago

I agree with @AndrewSav here. This PR isn't necessary.

I just updated four domains with the latest mailserv2 and I see this in my mailserver container:

$ docker-compose exec mailserver /bin/bash
root@mail:/# dpkg -l | grep dov
ii  dovecot-core                1:2.3.19.1+dfsg1-2.1             amd64        secure POP3/IMAP server - core files
ii  dovecot-imapd               1:2.3.19.1+dfsg1-2.1             amd64        secure POP3/IMAP server - IMAP daemon
ii  dovecot-ldap                1:2.3.19.1+dfsg1-2.1             amd64        secure POP3/IMAP server - LDAP support
ii  dovecot-lmtpd               1:2.3.19.1+dfsg1-2.1             amd64        secure POP3/IMAP server - LMTP server
ii  dovecot-managesieved        1:2.3.19.1+dfsg1-2.1             amd64        secure POP3/IMAP server - ManageSieve server
ii  dovecot-mysql               1:2.3.19.1+dfsg1-2.1             amd64        secure POP3/IMAP server - MySQL support
ii  dovecot-pgsql               1:2.3.19.1+dfsg1-2.1             amd64        secure POP3/IMAP server - PostgreSQL support
ii  dovecot-pop3d               1:2.3.19.1+dfsg1-2.1             amd64        secure POP3/IMAP server - POP3 daemon
ii  dovecot-sieve               1:2.3.19.1+dfsg1-2.1             amd64        secure POP3/IMAP server - Sieve filters support

I am closing this and the corresponding issue. Thank you, @akhil1508 for your contribution.