mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
email_server: Include postfix package in packages list
- Mostly for consistency. Will be useful when uninstall action is implemented. Tests: - Installation of email server app works without errors. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
aff62d4d85
commit
4ec1e15fc1
@ -56,7 +56,7 @@ class EmailServerApp(plinth.app.App):
|
||||
# but less likely due to that).
|
||||
packages = Packages(
|
||||
'packages-email-server', [
|
||||
'postfix-ldap', 'postfix-sqlite', 'dovecot-pop3d',
|
||||
'postfix', 'postfix-ldap', 'postfix-sqlite', 'dovecot-pop3d',
|
||||
'dovecot-imapd', 'dovecot-ldap', 'dovecot-lmtpd',
|
||||
'dovecot-managesieved'
|
||||
], conflicts=['exim4-base', 'exim4-config', 'exim4-daemon-light'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user