/etc/init.d/amavisd start

Discussion in 'HOWTO-Related Questions' started by thabangk, Oct 2, 2009.

  1. thabangk

    thabangk New Member

  2. falko

    falko Super Moderator Howtoforge Staff

    Do you get any error messages when you try to restart amavisd?
    Are there any errors in your mail log?
     
  3. thabangk

    thabangk New Member

    Yes i got this error.

    Oct 5 08:47:45 server1 amavis[4411]: starting. /usr/sbin/amavisd at server1.example.com amavisd-new-2.6.4 (20090625), Unicode aware, LANG="en_US.UTF-8"
    Oct 5 08:47:45 server1 amavis[4411]: Perl version 5.008005
     
  4. falko

    falko Super Moderator Howtoforge Staff

    That's no error. Is there anything else in the mail log?
    What's the output of
    Code:
    netstat -tap
    ?
     
  5. thabangk

    thabangk New Member

    [root@server1 ~]# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 3518/mysqld
    tcp 0 0 *:845 *:* LISTEN 3207/rpc.statd
    tcp 0 0 localhost.localdomain:3310 *:* LISTEN 3446/clamd
    tcp 0 0 *:sunrpc *:* LISTEN 3188/portmap
    tcp 0 0 server1.example.com:domain *:* LISTEN 5341/named
    tcp 0 0 localhost.localdomai:domain *:* LISTEN 5341/named
    tcp 0 0 localhost.localdomain:ipp *:* LISTEN 3372/cupsd
    tcp 0 0 localhost.localdomain:rndc *:* LISTEN 5341/named
    tcp 0 0 *:smtp *:* LISTEN 3649/master
    tcp 0 0 *:imaps *:* LISTEN 3585/couriertcpd
    tcp 0 0 *:pop3s *:* LISTEN 3597/couriertcpd
    tcp 0 0 *:pop3 *:* LISTEN 3591/couriertcpd
    tcp 0 0 *:imap *:* LISTEN 3578/couriertcpd
    tcp 0 0 *:http *:* LISTEN 4435/httpd
    tcp 0 0 *:ssh *:* LISTEN 3424/sshd
    tcp 0 0 *:https *:* LISTEN 4435/httpd
    getnameinfo failed
    tcp 0 0 server1.example.com:ssh [UNKNOWN]:3084 ESTABLISHED 5807/sshd: root@not
    getnameinfo failed
    tcp 0 592 server1.example.com:ssh [UNKNOWN]:1980 ESTABLISHED 5763/0


    and there is nothing else that i could consider as an error;That's the last logs:

    Oct 6 09:22:30 server1 postfix/qmgr[3659]: 9BDFE1007F: removed
    Oct 6 09:24:43 server1 sendmail[5315]: n967Oh9t005315: from=root, size=305, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost
    Oct 6 09:24:43 server1 postfix/smtpd[5316]: connect from localhost.localdomain[127.0.0.1]
    Oct 6 09:24:43 server1 sendmail[5315]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Oct 6 09:24:43 server1 postfix/smtpd[5316]: 95C6B10078: client=localhost.localdomain[127.0.0.1], [email protected]
    Oct 6 09:24:43 server1 postfix/cleanup[5321]: 95C6B10078: message-id=<[email protected]>
    Oct 6 09:24:43 server1 postfix/qmgr[3659]: 95C6B10078: from=<[email protected]>, size=802, nrcpt=1 (queue active)
    Oct 6 09:24:43 server1 sendmail[5315]: n967Oh9t005315: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30305, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 95C6B10078)
    Oct 6 09:24:43 server1 postfix/smtpd[5316]: disconnect from localhost.localdomain[127.0.0.1]
     
    Last edited: Oct 6, 2009
  6. thabangk

    thabangk New Member

    HI

    I managed to upgrade DBI and now everthing it's fine but i can't access the the below URL:
    http://puuhis.net/vhcs/quota.txt
    :confused:

    Can somebody help with it maybe i can find the alternative address.

    Oh before i forget i installed the DBI using:yum install perl-DBI
    and it's for rpmforge.
     
  7. falko

    falko Super Moderator Howtoforge Staff

Share This Page