Looks to me like he has an ipv6 version of the Google IPs in his
resolve.conf file...

I think that's why he got the "unparsable nameserver" error originally....

He should change the IPs to ipv4....

[root@mail ~]# cat /etc/resolv.conf

search [whatever his mailserver is, i.e. mail.example.com]

nameserver 127.0.0.1

nameserver 8.8.8.8

nameserver 8.8.4.4


From:  David Overman <[email protected]>
Reply-To:  <[email protected]>
Date:  Sunday, November 27, 2016 at 3:05 PM
To:  <[email protected]>
Subject:  Re: [qmailtoaster] error after changing squirrelmail conf
new-install

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
> <https://%25%7Bserver_name%7D%241/>  [L,R]
> allow from all
> Options
> SSLRequireSSL
> ErrorDocument 403 "https://your.server.com/webmail/";
> <https://your.server.com/webmail/%22> ;
> </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