Hi All I have a ISPConfig 3 running on a Debian5, works perfect. I have installed Debian 6 with ISPConfig using the following: The Perfect Server - Debian Squeeze (Debian 6.0) With BIND & Dovecot [ISPConfig 3] On my Home Server for testing. I have two problems I can send e-mails, but I am unable to receive e-mails This is my Dig root@ns1:~# dig mx wallyshosting.co.uk ; <<>> DiG 9.7.3 <<>> mx wallyshosting.co.uk ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 6539 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;wallyshosting.co.uk. IN MX ;; Query time: 24 msec ;; SERVER: 194.168.4.100#53(194.168.4.100) ;; WHEN: Thu Jul 19 15:51:30 2012 ;; MSG SIZE rcvd: 37 This is my Mail Log root@ns1:~# nano /var/log/mail.log GNU nano 2.2.4 File: /var/log/mail.log Jul 19 13:12:32 ns1 postfix/master[2402]: daemon started -- version 2.7.1, configuration /etc/postfix Jul 19 13:13:26 ns1 dovecot: Dovecot v1.2.15 starting up (core dumps disabled) Jul 19 13:13:26 ns1 dovecot: Generating Diffie-Hellman parameters for the first time. This may take a while.. Jul 19 13:13:26 ns1 dovecot: Killed with signal 15 (by pid=4199 uid=0 code=kill) Jul 19 13:13:26 ns1 dovecot: Dovecot v1.2.15 starting up (core dumps disabled) Jul 19 13:13:26 ns1 dovecot: Generating Diffie-Hellman parameters for the first time. This may take a while.. Jul 19 13:13:26 ns1 dovecot: Killed with signal 15 (by pid=4233 uid=0 code=kill) Jul 19 13:13:26 ns1 dovecot: Dovecot v1.2.15 starting up (core dumps disabled) Jul 19 13:13:26 ns1 dovecot: Generating Diffie-Hellman parameters for the first time. This may take a while.. Jul 19 13:14:26 ns1 dovecot: pop3-login: Disconnected (tried to use disabled plaintext auth): rip=192.168.1.4, lip=192.168.1$ Jul 19 13:16:23 ns1 amavis[17292]: starting. /usr/sbin/amavisd-new at ns1.wallyshosting.co.uk amavisd-new-2.6.4 (20090625),$ Jul 19 13:16:23 ns1 amavis[17292]: Perl version 5.010001 Jul 19 13:16:23 ns1 amavis[17297]: Net::Server: Group Not Defined. Defaulting to EGID '113 113' Jul 19 13:16:23 ns1 amavis[17297]: Net::Server: User Not Defined. Defaulting to EUID '109' Jul 19 13:16:23 ns1 amavis[17297]: Module Amavis::Conf 2.207 Jul 19 13:16:23 ns1 amavis[17297]: Module Archive::Zip 1.30 Jul 19 13:16:23 ns1 amavis[17297]: Module BerkeleyDB 0.42 Jul 19 13:16:23 ns1 amavis[17297]: Module Compress::Zlib 2.02 Jul 19 13:16:23 ns1 amavis[17297]: Module Convert::TNEF 0.17 Jul 19 13:16:23 ns1 amavis[17297]: Module Convert::UUlib 1.12 Jul 19 13:16:23 ns1 amavis[17297]: Module Digest::MD5 2.39 Jul 19 13:16:23 ns1 amavis[17297]: Module IO::Socket::INET6 2.65 Jul 19 13:16:23 ns1 amavis[17297]: Module MIME::Entity 5.428 Jul 19 13:16:23 ns1 amavis[17297]: Module MIME:arser 5.428 Jul 19 13:16:23 ns1 amavis[17297]: Module MIME::Tools 5.428 Jul 19 13:16:23 ns1 amavis[17297]: Module Mail::Header 2.06 Jul 19 13:16:23 ns1 amavis[17297]: Module Mail::Internet 2.06 Jul 19 13:16:23 ns1 amavis[17297]: Module Net::Server 0.97 Jul 19 13:16:23 ns1 amavis[17297]: Module Socket6 0.23 Jul 19 13:16:23 ns1 amavis[17297]: Module Time::HiRes 1.9719 Jul 19 13:16:23 ns1 amavis[17297]: Module Unix::Syslog 1.1 Jul 19 13:16:23 ns1 amavis[17297]: Amavis:B code loaded Jul 19 13:16:23 ns1 amavis[17297]: Amavis::Cache code loaded Jul 19 13:16:23 ns1 amavis[17297]: SQL base code NOT loaded Jul 19 13:16:23 ns1 amavis[17297]: SQL::Log code NOT loaded Jul 19 13:16:23 ns1 amavis[17297]: SQL::Quarantine NOT loaded Jul 19 13:16:23 ns1 amavis[17297]: Lookup::SQL code NOT loaded Jul 19 13:16:23 ns1 amavis[17297]: Lookup::LDAP code NOT loaded Jul 19 13:16:23 ns1 amavis[17297]: AM.PDP-in proto code loaded What do I need to do to receive e-mails When I test my Debian 5 with ISPConfig3 everything work fine I can send and receive e-mails My Second problem is with phpmyadmin I see this error: The additional features for working with linked tables have been deactivated. To find out why click here. I have followed this thread: http://www.howtoforge.com/forums/showthread.php?t=54438 But I still see the message Any Advise Cheers Scorp
First of all, your domain is not registered, you have status: SERVFAIL in your dig response. You could also do: # host wallyshosting.co.uk Host wallyshosting.co.uk not found: 2(SERVFAIL) # host -t mx wallyshosting.co.uk Host wallyshosting.co.uk not found: 2(SERVFAIL) Secondly there seems to be something wrong with your Dovecot setup, but I can't say what is wrong without seeing your config. Thirdly, with PhpMyAdmin, you could simply ignore the message, it is not a problem. There are some instructions on the PhpMyAdmin homepage how to configure for linked tables. Simply follow the link they provide ("Click here").
Hi www.wallyshosting.co.uk is registered to me at 123-reg I have this domain name for testing only When I use my Debian5 with ISPConfig3 using this setup The Perfect Server - Debian Lenny (Debian 5.0) With MyDNS & Courier [ISPConfig 3] it workings fine. This is my Dig using Debian 5 ns1:~# dig wallyshosting.co.uk ; <<>> DiG 9.6-ESV-R4 <<>> wallyshosting.co.uk ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56648 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;wallyshosting.co.uk. IN A ;; ANSWER SECTION: wallyshosting.co.uk. 86400 IN A 94.172.130.104 ;; Query time: 15 msec ;; SERVER: 194.168.4.100#53(194.168.4.100) ;; WHEN: Thu Jul 19 19:15:24 2012 ;; MSG SIZE rcvd: 53 ns1:~# dig mx wallyshosting.co.uk ; <<>> DiG 9.6-ESV-R4 <<>> mx wallyshosting.co.uk ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56163 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;wallyshosting.co.uk. IN MX ;; ANSWER SECTION: wallyshosting.co.uk. 86400 IN MX 10 mail.wallyshosting.co.uk. ;; Query time: 16 msec ;; SERVER: 194.168.4.100#53(194.168.4.100) ;; WHEN: Thu Jul 19 19:15:30 2012 ;; MSG SIZE rcvd: 58 ns1:~# Scorp
I can't send a mail to [email protected]: The problem is that the authoritative nameserver for the domain is not responding, see http://webwhois.nic.uk/cgi-bin/webw...hby3&wquery=wallyshosting.co.uk&submit=Lookup and
Hi Sir Henry You will not get too the server as I have taken it offline. If you visit here you will the domain is registered too me http://whois.domaintools.com/wallyshosting.co.uk As I stated before its running on a test server at home Cheers Scorp
Ok let's try then. Where are you sending the mail from? What does your mail sending program report? Successful delivery or an error? Successful delivery --> look for error messages in the postfix log at the time of sending and post them. Error message --> Post that error. If the sending was successful and you can't find any errors in the postfix log then the mail might have been sent to another server. But since we do not have access to your (private) DNS settings, you are on your own here. Look for the MX record of your server and post its contents.