mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +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).
|
# but less likely due to that).
|
||||||
packages = Packages(
|
packages = Packages(
|
||||||
'packages-email-server', [
|
'packages-email-server', [
|
||||||
'postfix-ldap', 'postfix-sqlite', 'dovecot-pop3d',
|
'postfix', 'postfix-ldap', 'postfix-sqlite', 'dovecot-pop3d',
|
||||||
'dovecot-imapd', 'dovecot-ldap', 'dovecot-lmtpd',
|
'dovecot-imapd', 'dovecot-ldap', 'dovecot-lmtpd',
|
||||||
'dovecot-managesieved'
|
'dovecot-managesieved'
|
||||||
], conflicts=['exim4-base', 'exim4-config', 'exim4-daemon-light'],
|
], conflicts=['exim4-base', 'exim4-config', 'exim4-daemon-light'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user