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

add mail conf task #1238

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
add mail conf task
boonkerz committed Feb 19, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
phi-gamma Philipp Gesang
commit 4de6ed0e554c3327e8386b828c6e6957b2105c79
2 changes: 2 additions & 0 deletions install/froxlor.sql.php
Original file line number Diff line number Diff line change
@@ -613,8 +613,10 @@
('system', 'mdalog', '/var/log/mail.log'),
('system', 'mtalog', '/var/log/mail.log'),
('system', 'mdaserver', 'dovecot'),
('system', 'mda_conf_dir', '/etc/dovecot/conf.d/'),
('system', 'mda_reload_command', 'service dovecot restart'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing mda_conf_dir and mta_conf_dir, also incrementing db_version is required for correct update handling

('system', 'mtaserver', 'postfix'),
('system', 'mta_conf_dir', '/etc/postfix/'),
('system', 'mta_reload_command', 'service postfix restart'),
('system', 'mailtraffic_enabled', '1'),
('system', 'cronconfig', '/etc/cron.d/froxlor'),