Add more options
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Incoming mail (IMAPS)
|
||||
IMAP_HOST=ssl://mail.eternityproject.fi
|
||||
IMAP_PORT=993
|
||||
|
||||
# Outgoing mail (SMTP with STARTTLS)
|
||||
SMTP_HOST=mail.eternityproject.fi
|
||||
SMTP_PORT=587
|
||||
SMTP_AUTH_TYPE=PLAIN
|
||||
@@ -15,6 +15,7 @@ services:
|
||||
ROUNDCUBEMAIL_SMTP_AUTH_TYPE: ${SMTP_AUTH_TYPE:-PLAIN}
|
||||
volumes:
|
||||
- roundcube-db:/var/roundcube/db
|
||||
- ./var/www:/var/www
|
||||
|
||||
volumes:
|
||||
roundcube-db:
|
||||
Reference in New Issue
Block a user