Skip to content

2. Known bugs and how to fix it

kaanlab edited this page Sep 30, 2015 · 1 revision

Problem: mimedefang can't read configuration file

How to fix:

  • check permissions on /usr/local/etc folder, should be 755

Problem: user see signature with html tags

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

Problem: completely turn off spamassassin

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