At the command line type

# ifconfig

or

# ip addr

and post your output



On 11/27/2016 5:26 PM, David Overman wrote:
Thanks,
It is 7.2 I made the changes, but this did not resolve the error.
I'm not sure how to configure

spamassassin

and which interface, usually for Centos 7.2?
Sorry, I am a newby at qmail. I have reinstalled twice, after wiping whole os clean.

David

On Nov 27, 2016, at 05:27 PM, Eric Broch <ebr...@whitehorsetc.com> wrote:

can you change /etc/resolv.conf to what Jamie posted, do the spamassassin config change and restart httpd? Also, on CentOS 7, not sure about 6, merely changing resolv.conf will not keep nameserver changes on restart. They have to be made in the /etc/sysconfig/network-scripts/ifcfg-your-active-interface.


On 11/27/2016 3:01 PM, David Overman wrote:
cat /etc/resolv.conf
nameserver 2001:4860:4860::8844
nameserver 2001:4860:4860::8888

On Nov 27, 2016, at 02:13 PM, Jaime Lerner <jaimeler...@geekgoddess.com> wrote:

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 <davesp...@me.com <mailto:davesp...@me.com>>
Reply-To: <qmailtoaster-list@qmailtoaster.com <mailto:qmailtoaster-list@qmailtoaster.com>>
Date: Sunday, November 27, 2016 at 3:05 PM
To: <qmailtoaster-list@qmailtoaster.com <mailto:qmailtoaster-list@qmailtoaster.com>> 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" <c...@yother.com <mailto:c...@yother.com>> To: <qmailtoaster-list@qmailtoaster.com <mailto:qmailtoaster-list@qmailtoaster.com>>
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, ebr...@whitehorsetc.com <mailto:ebr...@whitehorsetc.com> 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" <davesp...@me.com <mailto:davesp...@me.com>> 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 em...@mydomain.com
    <mailto:em...@mydomain.com>: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