-
Notifications
You must be signed in to change notification settings - Fork 0
2. Known bugs and how to fix it
kaanlab edited this page Sep 30, 2015
·
1 revision
How to fix:
- check permissions on
/usr/local/etc
folder, should be 755
How to fix:
- connect to the Ajax Webmail interface and click on Settings → 'General' tab
- delete the current signature
- log out of the Ajax Webmail interface
- connect to the Axigen CLI interface and run the commands:
> update domain domain.name
> update account account.name
> config webmaildata
> reset uisettings
> done
> commit
How to fix:
- run the command:
/usr/local/etc/rc.d/axigenfilters.sh stop
- edit the file:
/usr/local/etc/rc.d/axigenfilters.sh
- and replace the line:
DAEMONS="spamd"
with:DAEMONS=""
- run the command:
/usr/local/etc/rc.d/axigenfilters.sh start
- use the command:
ps aux | grep spamd