View Single Post
  #5 (permalink)  
Old 11-10-2008, 05:59 AM
kingfeanor kingfeanor is offline
New Member
 
Posts: 4
Default

No, the antivirus isn't the only one. After the everything seems to start, I get this:
Code:
zimbra@ubuntu:~$ zmcontrol status
Host ubuntu.bhk.mine.nu
        antispam                Running
        antivirus               Running
        ldap                    Running
        logger                  Stopped
                logmysql.server is not running
                zmlogswatchctl is not running
        mailbox                 Stopped
                mysql.server is not running
        mta                     Running
        snmp                    Stopped
                swatch is not running
        spell                   Running
        stats                   Stopped
Code:
zimbra@ubuntu:~$ host `hostname`
ubuntu.bhk.mine.nu has address 10.0.0.10
zimbra@ubuntu:~$ cat /etc/hosts
127.0.0.1       localhost.localdomain
127.0.1.1       ubuntu.bhk.mine.nu      ubuntu

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Code:
zimbra@ubuntu:~$ cat /etc/resolv.conf
search bhk.mine.nu
nameserver 10.0.0.1
Code:
zimbra@ubuntu:~$ dig bhk.mine.nu MX

; <<>> DiG 9.3.2 <<>> bhk.mine.nu MX
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18996
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2

;; QUESTION SECTION:
;bhk.mine.nu.                   IN      MX

;; ANSWER SECTION:
bhk.mine.nu.            86400   IN      MX      10 ubuntu.bhk.mine.nu.

;; AUTHORITY SECTION:
bhk.mine.nu.            86400   IN      NS      bhk.mine.nu.

;; ADDITIONAL SECTION:
ubuntu.bhk.mine.nu.     86400   IN      A       10.0.0.10
bhk.mine.nu.            86400   IN      A       68.187.115.114

;; Query time: 3 msec
;; SERVER: 10.0.0.1#53(10.0.0.1)
;; WHEN: Mon Nov 10 07:57:11 2008
;; MSG SIZE  rcvd: 98

Code:
zimbra@ubuntu:~$ dig bhk.mine.nu any

; <<>> DiG 9.3.2 <<>> bhk.mine.nu any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51264
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 2

;; QUESTION SECTION:
;bhk.mine.nu.                   IN      ANY

;; ANSWER SECTION:
bhk.mine.nu.            86400   IN      SOA     gentoo.bhk.mine.nu. ben.gentoo.bhk.mine.nu. 2008111001 14400 1800 604800 28800
bhk.mine.nu.            86400   IN      MX      10 ubuntu.bhk.mine.nu.
bhk.mine.nu.            86400   IN      NS      bhk.mine.nu.
bhk.mine.nu.            86400   IN      A       68.187.115.114

;; ADDITIONAL SECTION:
ubuntu.bhk.mine.nu.     86400   IN      A       10.0.0.10
bhk.mine.nu.            86400   IN      A       68.187.115.114

;; Query time: 3 msec
;; SERVER: 10.0.0.1#53(10.0.0.1)
;; WHEN: Mon Nov 10 07:57:39 2008
;; MSG SIZE  rcvd: 161

Last edited by phoenix; 11-16-2008 at 08:19 AM..
Reply With Quote