Restart amavis at postinstallation

This commit is contained in:
Kload 2014-03-03 15:07:06 +01:00
parent 9fb6c8a167
commit 17639a254e

View file

@ -153,7 +153,8 @@ def tools_maindomain(old_domain=None, new_domain=None, dyndns=False):
'service nginx restart',
'service metronome restart',
'service postfix restart',
'service dovecot restart'
'service dovecot restart',
'service amavis restart'
]
try: