Page 1 of 1

EFA-Configure does not save changes.

Posted: 27 Jan 2019 13:53
by bikertrash
New issue... just discovered it the other day.

When making changes at the console using the configuration menu, changes are not saved.

For example, drop into the sub-menu "8) Mail Settings" then select "3) Admin Email" and change the address, go back up to the main menu, then drop back in and look, the e-mail address was not changed.

Any suggestions?

Re: EFA-Configure does not save changes.

Posted: 27 Jan 2019 15:09
by shawniverson
A bug in that part of the interface...

Here's the configs to change to work around it for now:

/etc/EFA-Config

Code: Select all

ADMINEMAIL:me@example.com
/etc/aliases

Code: Select all

root: me@example.com
/etc/MailScanner/MailScanner.conf

Code: Select all

Unscanned Header Value = Please contact me@example.com for details
Information Header Value = Please contact me@example.com for more information
Run the following:

Code: Select all

sudo newaliases
sudo service mailscanner restart

Re: EFA-Configure does not save changes.

Posted: 27 Jan 2019 16:25
by bikertrash
As always.... thank you shawniverson! :D