Error 404
Hi,
also with the new install script I get the 404 error for the admin-gui. Reboot doesn't help.
Regards
Thomas
Hi,
also with the new install script I get the 404 error for the admin-gui. Reboot doesn't help.
Regards
Thomas
chomp($myhostname = `hostname -fqdn`); to chomp($myhostname = 'domain.com');
START_DAEMON=no to START_DAEMON=yes
touch /var/log/fetchmail.log chmod 777 /var/log/fetchmail.log
query = SELECT restriction FROM mail_domains WHERE cid=1 AND domainName="%s"; to query = SELECT domainName FROM mail_domains WHERE cid=1 AND domainName="%s";
Comment