I found this in the archive, and I made the changes to squirrelmail like it 
said.
Now I am getting a different error.
AH00526: Syntax error on line 8 of /etc/httpd/conf/squirrelmail.conf:
ErrorDocument takes two arguments, Change responses for HTTP errors


----- Original Message ----- From: "Maxwell Smart" <[email protected]>
To: <[email protected]>
Sent: Thursday, June 03, 2010 12:46 PM
Subject: Re: [qmailtoaster] Re: Webmail SSL


It appears as though you have a default configuration. Replace this in your 
squirrelmail.conf file.
<Directory /usr/share/squirrelmail>
  Options None
  Order allow,deny
  allow from all
</Directory>

with this

<Directory "/usr/share/squirrelmail">
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*/webmail*)$ https://%{SERVER_NAME}$1 [L,R]
allow from all
Options
SSLRequireSSL
ErrorDocument 403 "https://your.server.com/webmail/";;
</Directory>

You will need to change the your.server.com to your server name.

On Nov 27, 2016, at 01:55 PM, [email protected] wrote:



What changes did you make to what File? Or, what documentation were you 
following?




On Sun, Nov 27, 2016 at 11:05 AM -0700, "David Overman" <[email protected]> 
wrote:

Greetings,
I just got this server up Centos 6.2
I updated squirrelmail.conf to activate squirellmail, but when I tried to 
restart httpd, I received these errors.

Unregistered Authentication Agent for unix-process:12902:1473656 (system bus nam
Nov 27 17:32:36 mail.mydomain.com spamdyke[12929]: ERROR: invalid/unparsable 
nameserver found: 2001:4860:4860::8844
Nov 27 17:32:36 mail.mydomain.com spamdyke[12929]: ERROR: invalid/unparsable 
nameserver found: 2001:4860:4860::8888
Nov 27 17:32:37 mail.mydomaincom vpopmail[12933]: vchkpw-smtp: vpopmail user 
not found [email protected]:80.82.64.109
After changing back to the default conf for squirrelmail, httpd restarted 
without complaint.

thanks in advance,
David

Reply via email to