Hello, I just installed ISPConfig 3 with my Fedora 8 server. I do some have questions: Are the Add Ons for ISPConfig 2 compatible with ISPConfig 3? I would like to install the webmail, squirrelmail, webalizer, server status info, MYSQL, phpMyAdmin and the rest of the good stuffs found in cPanel be installed with my ISPconfig control panel. What is the link that the user can access publicly the control panel. I know for the admin it is: http://xxxx.serverexample.com:8080, so what is for the user? How do I make this accessible to the public? I mean if I am in Europe I can access the admin control panel, same way with the User. Thanks a bunch for the any genius help!
No. It's the same URL. If the server is behind a router, you must configure your router to forward port 8080 to the server.
Adds on for ISPConfig 3 Ok. I configured the port to make it accessible to the public and now it can be accessed. But are there some available add ons for IPSConfig 3? Also, I have encountered the following major errors: 1. The webserver is shown as offline -- I can access it outside my network. 2. FTP gives me a 530 error login. 3. When I installed ISPConfig, I followed the guidelines for Centos for my Fedora server and so the default page of Apache gave me the Centos index.html. Is this the cause of FTP error and webserver offline? I hope you don't mind me adding some more questions though but I am trying to post all these at one time. a. Where can I find the default index.html? When I type the FQDN of the website I added, it gave me the default webpage of Apache or ISPConfig control panel. b. How can I change the theme? Or are there some additional themes for the administrator, reseller or user that I can install? c. I downloaded the latest clamAv because I am getting a warning that the clamAv is outdated. How could I configure the latest clamAv that I just installed in my server so to make the update? Thank you for your great patience with me. Virtue
Not yet. What's the outptu of Code: netstat -tap ? What's the exact error message? Any errors in your logs? Did you try both active and passive transfers in your FTP client? Don't think so. The default document root on CentOS is /var/www/html. The theme cannot be changed.
530 error on ftp, nets tap, Hello Falko, Now I can access the ISPConfig control panel outside the LAN network. I configured the router for the port forwarding. For the clamav, I was able to update it successfully so I don't have that old version warning (I went to the clamav.net and followed their guidelines). As for the FTP, I still cannot access it. I still get the 530 login error which says: "authentication failed." As for error "webserve offline", I did a netstat -tap and this is the result I get: Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 localhost.localdomain:10024 *:* LISTEN 24698/amavisd (mast tcp 0 0 localhost.localdomain:10025 *:* LISTEN 24654/master tcp 0 0 *:mysql *:* LISTEN 24573/mysqld tcp 0 0 *:sunrpc *:* LISTEN 1945/rpcbind tcp 0 0 server1hostname:http *:* LISTEN 24919/httpd tcp 0 0 *:56563 *:* LISTEN 1965/rpc.statd tcp 0 0 *:ftp *:* LISTEN 25692/pure-ftpd (SE tcp 0 0 server1hostname:domain *:* LISTEN 3779/named tcp 0 0 localhost.localdomai:domain *:* LISTEN 3779/named tcp 0 0 localhost.localdomain:ipp *:* LISTEN 2671/cupsd tcp 0 0 *:smtp *:* LISTEN 24654/master tcp 0 0 localhost.localdomain:rndc *:* LISTEN 3779/named tcp 0 0 localhost.localdomain:54476 localhost.localdomain:mysql TIME_WAIT - tcp 0 0 localhost.localdomain:54474 localhost.localdomain:mysql TIME_WAIT - tcp 20 0 server1.hostname:ftp 60.217.229.222:38613 ESTABLISHED 28604/pure-ftpd (ID tcp 1 0 localhost.localdomain:smtp localhost.localdomain:38193 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:59906 CLOSE_WAIT - tcp 0 0 localhost.localdomain:ftp localhost.localdomain:44097 TIME_WAIT - tcp 0 0 localhost.localdomain:54475 localhost.localdomain:mysql TIME_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:60714 CLOSE_WAIT - tcp 0 0 localhost.localdomain:54486 localhost.localdomain:mysql TIME_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:43888 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:50695 CLOSE_WAIT - tcp 0 0 localhost.localdomain:48793 localhost.localdomain:smtp FIN_WAIT2 - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:41723 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:54112 CLOSE_WAIT - tcp 0 0 localhost.localdomain:52627 localhost.localdomai:domain TIME_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:41095 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:39658 CLOSE_WAIT - tcp 0 0 localhost.localdomain:54478 localhost.localdomain:mysql TIME_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:58898 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:57281 CLOSE_WAIT - tcp 0 0 localhost.localdomain:54477 localhost.localdomain:mysql TIME_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:48793 CLOSE_WAIT - tcp 0 0 *:imaps *:* LISTEN 2353/dovecot tcp 0 0 *op3s *:* LISTEN 2353/dovecot tcp 0 0 *op3 *:* LISTEN 2353/dovecot tcp 0 0 *:imap *:* LISTEN 2353/dovecot tcp 0 0 *:webcache *:* LISTEN 24919/httpd tcp 0 0 *:ftp *:* LISTEN 25692/pure-ftpd (SE tcp 0 0 localhost6.localdoma:domain *:* LISTEN 3779/named tcp 0 0 *:ssh *:* LISTEN 2226/sshd tcp 0 0 *:smtp *:* LISTEN 24654/master tcp 0 0 localhost6.localdomain:rndc *:* LISTEN 3779/named tcp 0 0 *:https *:* LISTEN 24919/httpd The server's firewall is enabled. Also, I have noticed that I can send an email but I cannot receive the response from the outside world. Do I have to configure something for this? Thanks again.
Did you try avtive and passive connections in your FTP client? Apache is listening only on server1hostname, but not on all interfaces. Please check if your server is blacklisted: http://mxtoolbox.com/blacklists.aspx
Ftp, server offline, and smtp offline too Hello, Ok. If this is the issue "Apache is listening only on server1hostname, but not on all interfaces" so how can I make the Apache cover all interfaces? What should I configure? I can access the ISPConfig control panel outside my LAN network but howcome the webserver is offline? I have a live website already in the server located in the default var/www/html, I am confused why the Apache is not covering all interfaces? Now, my SMTP went offline too. I noticed that postfix was installed I cannot set up a quota for it. My server has fedora 8 and I didn't see any good support or guideline on installing ISPConfig 3. Do you know what needs to be configured properly too? As for FTP, what do you mean by passive and active connection? I tried connecting on shell terminal and there's no connection. I tried doing ftp://xxxx.myserverdomainname.com and it won't work. I used W-FTP, dreamweaver ftp, frontpage ftp, and still I cannot get any connection. Any further help for this? As for the webmail using squirrel, last time the problem was only receiving my email from the outside. Now, I cannot received and send emails. My emails stayed in the sent box. Do you mind giving some detailed instructions on how to configure this? Dovecot is working fine. I hope you don't mind giving me all the support I need for ISPConfig 3 so to make it work. thank you very much! I appreciate your great patience with me. I checked if my server is blacklisted, it's not on the list either.
Take a look at your Apache configuration, you should have a line like this in it: Code: Listen :80 Yours probably differs. Any errors in your mail log? Your FTP client should let you choose if you want to use active or passice connections. Take a look at the options that it offers to you.
Webserver offline, FTP problem, Email problem Hello As for my Apache, it was configured to: Listen (ip)xxx.xx.x.x.x:80 I changed it to: Listen 80 (removed the IP) Still I have the same problem: webserver offline. As for the FTP issue, I tried your advice: did the passive and active connection. Still, I get the same old error message "530 login authentication failed." As for the smtp, for some reason, after I restarted my server, it went on line. But where can I find the mail log though? I hope you can give some more further technical advice to make the webserver online and the ftp work. Thanks.
Did you restart Apache? What's the output of Code: netstat -tap now? It's in the /var/log/ directory.
webserver now online Hello Falko, I restarted Apache and now everything is online. Here is the result for the netstat -tap: (it's a long output)
Webserver now on line Hello Falko, I restarted Apache and now my webserver is on line. I would say everything is on line. Great job! Here is the result of the netstat -tap: unix 3 [ ] STREAM CONNECTED 248802 unix 3 [ ] STREAM CONNECTED 248801 /tmp/orbit-root/linc-21fd-0-67e82d271cae unix 3 [ ] STREAM CONNECTED 248800 unix 3 [ ] STREAM CONNECTED 248793 /tmp/orbit-root/linc-219e-0-74024bb6978b7 unix 3 [ ] STREAM CONNECTED 248792 unix 3 [ ] STREAM CONNECTED 248791 /tmp/orbit-root/linc-21fb-0-67e82d274106 unix 3 [ ] STREAM CONNECTED 248790 unix 3 [ ] STREAM CONNECTED 248781 /tmp/orbit-root/linc-21fb-0-67e82d274106 unix 3 [ ] STREAM CONNECTED 248780 unix 3 [ ] STREAM CONNECTED 248779 /tmp/orbit-root/linc-21a5-0-4c35dbfb4333 unix 3 [ ] STREAM CONNECTED 248778 unix 3 [ ] STREAM CONNECTED 248777 /tmp/orbit-root/linc-21fb-0-67e82d274106 unix 3 [ ] STREAM CONNECTED 248776 unix 3 [ ] STREAM CONNECTED 248773 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 248772 unix 3 [ ] STREAM CONNECTED 248771 /tmp/orbit-root/linc-21fd-0-67e82d271cae unix 3 [ ] STREAM CONNECTED 248770 unix 3 [ ] STREAM CONNECTED 248769 /tmp/orbit-root/linc-21a5-0-4c35dbfb4333 unix 3 [ ] STREAM CONNECTED 248768 unix 3 [ ] STREAM CONNECTED 248765 /tmp/orbit-root/linc-21fd-0-67e82d271cae unix 3 [ ] STREAM CONNECTED 248764 unix 3 [ ] STREAM CONNECTED 248761 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 248760 unix 3 [ ] STREAM CONNECTED 248755 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248748 unix 3 [ ] STREAM CONNECTED 248754 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248743 unix 3 [ ] STREAM CONNECTED 248738 /tmp/orbit-root/linc-219e-0-74024bb6978b7 unix 3 [ ] STREAM CONNECTED 248737 unix 3 [ ] STREAM CONNECTED 248736 /tmp/orbit-root/linc-21f7-0-35ea5c2320dc4 unix 3 [ ] STREAM CONNECTED 248735 unix 3 [ ] STREAM CONNECTED 248726 /tmp/orbit-root/linc-21f9-0-35ea5c2323dcf unix 3 [ ] STREAM CONNECTED 248725 unix 3 [ ] STREAM CONNECTED 248724 /tmp/orbit-root/linc-21a5-0-4c35dbfb4333 unix 3 [ ] STREAM CONNECTED 248723 unix 3 [ ] STREAM CONNECTED 248722 /tmp/orbit-root/linc-21f9-0-35ea5c2323dcf unix 3 [ ] STREAM CONNECTED 248721 unix 3 [ ] STREAM CONNECTED 248718 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 248717 unix 3 [ ] STREAM CONNECTED 248713 /tmp/orbit-root/linc-21f7-0-35ea5c2320dc4 unix 3 [ ] STREAM CONNECTED 248712 unix 3 [ ] STREAM CONNECTED 248711 /tmp/orbit-root/linc-21a5-0-4c35dbfb4333 unix 3 [ ] STREAM CONNECTED 248710 unix 3 [ ] STREAM CONNECTED 248709 /tmp/orbit-root/linc-21f7-0-35ea5c2320dc4 unix 3 [ ] STREAM CONNECTED 248708 unix 3 [ ] STREAM CONNECTED 248705 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248704 unix 3 [ ] STREAM CONNECTED 248703 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 248702 unix 3 [ ] STREAM CONNECTED 248695 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248694 unix 3 [ ] STREAM CONNECTED 248417 @/tmp/fam-root- unix 3 [ ] STREAM CONNECTED 248416 unix 3 [ ] STREAM CONNECTED 248401 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 248400 unix 3 [ ] STREAM CONNECTED 248398 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 248397 unix 3 [ ] STREAM CONNECTED 248396 /tmp/orbit-root/linc-21ca-0-61f0d680e95d9 unix 3 [ ] STREAM CONNECTED 248395 unix 3 [ ] STREAM CONNECTED 248392 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 248391 unix 3 [ ] STREAM CONNECTED 248365 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 248364 unix 3 [ ] STREAM CONNECTED 248363 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 248362 unix 3 [ ] STREAM CONNECTED 248361 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 248360 unix 3 [ ] STREAM CONNECTED 248359 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248358 unix 3 [ ] STREAM CONNECTED 248355 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248354 unix 3 [ ] STREAM CONNECTED 248351 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 248350 unix 3 [ ] STREAM CONNECTED 248347 /tmp/mapping-root unix 3 [ ] STREAM CONNECTED 248334 unix 3 [ ] STREAM CONNECTED 248330 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 248329 unix 3 [ ] STREAM CONNECTED 248328 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 248327 unix 3 [ ] STREAM CONNECTED 248252 /tmp/orbit-root/linc-21d2-0-64b1609c9e96 unix 3 [ ] STREAM CONNECTED 248251 unix 3 [ ] STREAM CONNECTED 248248 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 248247 unix 3 [ ] STREAM CONNECTED 248211 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248210 unix 3 [ ] STREAM CONNECTED 248142 /tmp/orbit-root/linc-219e-0-74024bb6978b7 unix 3 [ ] STREAM CONNECTED 248141 unix 3 [ ] STREAM CONNECTED 248140 /tmp/orbit-root/linc-21bf-0-268ea65062b9e unix 3 [ ] STREAM CONNECTED 248139 unix 3 [ ] STREAM CONNECTED 248101 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 248100 unix 3 [ ] STREAM CONNECTED 248099 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 248098 unix 3 [ ] STREAM CONNECTED 248097 /tmp/orbit-root/linc-21c9-0-c32d0aa67935 unix 3 [ ] STREAM CONNECTED 248096 unix 3 [ ] STREAM CONNECTED 248093 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 248092 unix 3 [ ] STREAM CONNECTED 248087 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 248086 unix 3 [ ] STREAM CONNECTED 248084 /tmp/.esd-0/socket unix 3 [ ] STREAM CONNECTED 248083 unix 3 [ ] STREAM CONNECTED 248074 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248073 unix 3 [ ] STREAM CONNECTED 248056 /tmp/.ICE-unix/8523 unix 3 [ ] STREAM CONNECTED 248055 unix 3 [ ] STREAM CONNECTED 248053 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 248052 unix 3 [ ] STREAM CONNECTED 248048 /tmp/.ICE-unix/8523 unix 3 [ ] STREAM CONNECTED 248045 unix 3 [ ] STREAM CONNECTED 248014 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 248013 unix 2 [ ] DGRAM 248012 unix 3 [ ] STREAM CONNECTED 248011 /tmp/orbit-root/linc-21ad-0-268ea650be76d unix 3 [ ] STREAM CONNECTED 248010 unix 3 [ ] STREAM CONNECTED 248007 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 248006 unix 3 [ ] STREAM CONNECTED 247940 /tmp/orbit-root/linc-219e-0-74024bb6978b7 unix 3 [ ] STREAM CONNECTED 247939 unix 3 [ ] STREAM CONNECTED 247938 /tmp/orbit-root/linc-21c0-0-268ea6508e8de unix 3 [ ] STREAM CONNECTED 247937 unix 3 [ ] STREAM CONNECTED 247929 /tmp/orbit-root/linc-21c0-0-268ea6508e8de unix 3 [ ] STREAM CONNECTED 247928 unix 3 [ ] STREAM CONNECTED 247927 /tmp/orbit-root/linc-21a5-0-4c35dbfb4333 unix 3 [ ] STREAM CONNECTED 247926 unix 3 [ ] STREAM CONNECTED 247925 /tmp/orbit-root/linc-21c0-0-268ea6508e8de unix 3 [ ] STREAM CONNECTED 247924 unix 3 [ ] STREAM CONNECTED 247921 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 247920 unix 3 [ ] STREAM CONNECTED 247916 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 247915 unix 3 [ ] STREAM CONNECTED 248001 /tmp/.ICE-unix/8523 unix 3 [ ] STREAM CONNECTED 247911 unix 3 [ ] STREAM CONNECTED 247906 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 247905 unix 3 [ ] STREAM CONNECTED 247858 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 247857 unix 3 [ ] STREAM CONNECTED 247854 /tmp/orbit-root/linc-21bf-0-268ea65062b9e unix 3 [ ] STREAM CONNECTED 247853 unix 3 [ ] STREAM CONNECTED 247852 /tmp/orbit-root/linc-21a5-0-4c35dbfb4333 unix 3 [ ] STREAM CONNECTED 247851 unix 3 [ ] STREAM CONNECTED 247850 /tmp/orbit-root/linc-21bf-0-268ea65062b9e unix 3 [ ] STREAM CONNECTED 247849 unix 3 [ ] STREAM CONNECTED 247846 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 247812 unix 3 [ ] STREAM CONNECTED 247808 /tmp/orbit-root/linc-219f-0-74024bb6b7650 unix 3 [ ] STREAM CONNECTED 247807 unix 3 [ ] STREAM CONNECTED 247806 /tmp/orbit-root/linc-21a5-0-4c35dbfb4333 unix 3 [ ] STREAM CONNECTED 247805 unix 3 [ ] STREAM CONNECTED 247804 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 247803 unix 3 [ ] STREAM CONNECTED 247654 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 247653 unix 3 [ ] STREAM CONNECTED 247652 /tmp/orbit-root/linc-21aa-0-ff28e97bd91 unix 3 [ ] STREAM CONNECTED 247651 unix 3 [ ] STREAM CONNECTED 247648 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 247647 unix 3 [ ] STREAM CONNECTED 247644 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 247643 unix 3 [ ] STREAM CONNECTED 247573 /tmp/orbit-root/linc-21a8-0-700a9b5bf4148 unix 3 [ ] STREAM CONNECTED 247572 unix 3 [ ] STREAM CONNECTED 247569 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 247568 unix 3 [ ] STREAM CONNECTED 247564 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 247563 unix 3 [ ] STREAM CONNECTED 247562 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 247561 unix 3 [ ] STREAM CONNECTED 247560 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 247559 unix 3 [ ] STREAM CONNECTED 247409 /tmp/.ICE-unix/8523 unix 3 [ ] STREAM CONNECTED 247408 unix 3 [ ] STREAM CONNECTED 247410 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 247406 unix 3 [ ] STREAM CONNECTED 247403 /tmp/orbit-root/linc-219f-0-74024bb6b7650 unix 3 [ ] STREAM CONNECTED 247402 unix 3 [ ] STREAM CONNECTED 247399 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 247398 unix 3 [ ] STREAM CONNECTED 247396 /tmp/.ICE-unix/8523 unix 3 [ ] STREAM CONNECTED 247395 unix 3 [ ] STREAM CONNECTED 247390 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 247389 unix 3 [ ] STREAM CONNECTED 247388 /tmp/orbit-root/linc-219e-0-74024bb6978b7 unix 3 [ ] STREAM CONNECTED 247387 unix 3 [ ] STREAM CONNECTED 247386 /tmp/orbit-root/linc-21a5-0-4c35dbfb4333 unix 3 [ ] STREAM CONNECTED 247385 unix 3 [ ] STREAM CONNECTED 247377 /tmp/orbit-root/linc-219c-0-24ba0787aae42 unix 3 [ ] STREAM CONNECTED 247376 unix 3 [ ] STREAM CONNECTED 247373 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 247372 unix 3 [ ] STREAM CONNECTED 247368 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 247367 unix 3 [ ] STREAM CONNECTED 247357 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 247356 unix 3 [ ] STREAM CONNECTED 247326 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 247325 unix 3 [ ] STREAM CONNECTED 247323 /tmp/orbit-root/linc-21a2-0-74024bb69856e unix 3 [ ] STREAM CONNECTED 247322 unix 3 [ ] STREAM CONNECTED 247319 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 247318 unix 3 [ ] STREAM CONNECTED 247317 /tmp/orbit-root/linc-219e-0-74024bb6978b7 unix 3 [ ] STREAM CONNECTED 247316 unix 3 [ ] STREAM CONNECTED 247313 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 247312 unix 3 [ ] STREAM CONNECTED 247310 /tmp/.ICE-unix/8523 unix 3 [ ] STREAM CONNECTED 247309 unix 3 [ ] STREAM CONNECTED 247306 /tmp/.ICE-unix/8523 unix 3 [ ] STREAM CONNECTED 247302 unix 3 [ ] STREAM CONNECTED 247297 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 247296 unix 3 [ ] STREAM CONNECTED 247295 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 247294 unix 3 [ ] STREAM CONNECTED 247165 /tmp/orbit-root/linc-219b-0-4f9d81b83b3eb unix 3 [ ] STREAM CONNECTED 247164 unix 3 [ ] STREAM CONNECTED 247161 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 247160 unix 3 [ ] STREAM CONNECTED 247133 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 247132 unix 3 [ ] STREAM CONNECTED 247166 /tmp/.esd-0/socket unix 3 [ ] STREAM CONNECTED 247126 unix 3 [ ] STREAM CONNECTED 247097 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 247093 unix 4 [ ] STREAM CONNECTED 244953 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 244952 unix 3 [ ] STREAM CONNECTED 243527 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 243526 unix 3 [ ] STREAM CONNECTED 243525 /tmp/orbit-root/linc-2195-0-1a72c9fb81943 unix 3 [ ] STREAM CONNECTED 243524 unix 3 [ ] STREAM CONNECTED 243521 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 243520 unix 3 [ ] STREAM CONNECTED 243516 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 243515 unix 3 [ ] STREAM CONNECTED 243506 @/tmp/dbus-CJNe4wX19g unix 3 [ ] STREAM CONNECTED 243505 unix 3 [ ] STREAM CONNECTED 243504 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 243503 unix 3 [ ] STREAM CONNECTED 243461 /tmp/orbit-root/linc-214b-0-1b6ab88bbb1e8 unix 3 [ ] STREAM CONNECTED 243460 unix 3 [ ] STREAM CONNECTED 243459 /tmp/orbit-root/linc-2191-0-16d606f4af3bb unix 3 [ ] STREAM CONNECTED 243278 unix 2 [ ] DGRAM 243265 unix 3 [ ] STREAM CONNECTED 243256 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 243255 unix 3 [ ] STREAM CONNECTED 243250 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 243249 unix 3 [ ] STREAM CONNECTED 243248 unix 3 [ ] STREAM CONNECTED 243247 unix 3 [ ] STREAM CONNECTED 243097 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 243096 unix 2 [ ] DGRAM 175440 unix 4 [ ] STREAM CONNECTED 7974 @/tmp/.X11-unix/X0 unix 3 [ ] STREAM CONNECTED 7973 unix 3 [ ] STREAM CONNECTED 7966 @/tmp/fam-root- unix 3 [ ] STREAM CONNECTED 7965 unix 3 [ ] STREAM CONNECTED 7962 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 7961 unix 3 [ ] STREAM CONNECTED 7958 /var/run/acpid.socket unix 3 [ ] STREAM CONNECTED 7957 unix 2 [ ] DGRAM 7922 unix 3 [ ] STREAM CONNECTED 7921 /var/run/pcscd.comm unix 3 [ ] STREAM CONNECTED 7920 unix 2 [ ] DGRAM 7807 unix 3 [ ] STREAM CONNECTED 7699 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 7698 unix 3 [ ] STREAM CONNECTED 7676 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 7675 unix 3 [ ] STREAM CONNECTED 7650 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 7649 unix 2 [ ] DGRAM 7646 unix 3 [ ] STREAM CONNECTED 7022 @/var/run/hald/dbus-3I5JByd9b8 unix 3 [ ] STREAM CONNECTED 7021 unix 3 [ ] STREAM CONNECTED 7020 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 7019 unix 3 [ ] STREAM CONNECTED 6996 @/var/run/hald/dbus-3I5JByd9b8 unix 3 [ ] STREAM CONNECTED 6994 unix 3 [ ] STREAM CONNECTED 6982 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 6981 unix 3 [ ] STREAM CONNECTED 6892 /var/run/acpid.socket unix 3 [ ] STREAM CONNECTED 6891 unix 3 [ ] STREAM CONNECTED 6886 @/var/run/hald/dbus-3I5JByd9b8 unix 3 [ ] STREAM CONNECTED 6885 unix 3 [ ] STREAM CONNECTED 6797 @/var/run/hald/dbus-3I5JByd9b8 unix 3 [ ] STREAM CONNECTED 6796 unix 3 [ ] STREAM CONNECTED 6633 @/var/run/hald/dbus-MG57d9K6Lp unix 3 [ ] STREAM CONNECTED 6632 unix 3 [ ] STREAM CONNECTED 6615 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 6614 unix 3 [ ] STREAM CONNECTED 6519 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 6518 unix 3 [ ] STREAM CONNECTED 6513 unix 3 [ ] STREAM CONNECTED 6512 unix 2 [ ] DGRAM 6510 unix 2 [ ] DGRAM 6456 unix 3 [ ] STREAM CONNECTED 6329 @/tmp/fam-root- unix 3 [ ] STREAM CONNECTED 6327 unix 2 [ ] DGRAM 6141 unix 3 [ ] STREAM CONNECTED 6119 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 6118 unix 2 [ ] DGRAM 5951 unix 2 [ ] DGRAM 5907 unix 2 [ ] DGRAM 5906 unix 2 [ ] DGRAM 5734 unix 3 [ ] STREAM CONNECTED 5648 unix 3 [ ] STREAM CONNECTED 5647 unix 3 [ ] STREAM CONNECTED 5646 unix 3 [ ] STREAM CONNECTED 5645 unix 2 [ ] DGRAM 5618 unix 2 [ ] DGRAM 5568 unix 2 [ ] DGRAM 5487 unix 3 [ ] STREAM CONNECTED 5383 unix 3 [ ] STREAM CONNECTED 5382 unix 2 [ ] DGRAM 5369 unix 2 [ ] DGRAM 5095 unix 3 [ ] STREAM CONNECTED 4983 /var/run/dbus/system_bus_socket unix 3 [ ] STREAM CONNECTED 4982 unix 2 [ ] DGRAM 4965 unix 2 [ ] DGRAM 4947 unix 2 [ ] DGRAM 4891 unix 2 [ ] DGRAM 4823 unix 3 [ ] STREAM CONNECTED 4737 unix 3 [ ] STREAM CONNECTED 4736 unix 2 [ ] DGRAM 4697 unix 3 [ ] STREAM CONNECTED 4562 unix 3 [ ] STREAM CONNECTED 4561 unix 3 [ ] STREAM CONNECTED 4273 unix 3 [ ] STREAM CONNECTED 4272 (2nd netsat -tap) Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 localhost.localdomain:10024 *:* LISTEN 2388/amavisd (maste tcp 0 0 localhost.localdomain:10025 *:* LISTEN 9694/master tcp 0 0 *:mysql *:* LISTEN 2311/mysqld tcp 0 0 localhost.localdomain:783 *:* LISTEN 2377/spamd.pid tcp 0 0 *:sunrpc *:* LISTEN 1912/rpcbind tcp 0 0 *:ftp *:* LISTEN 2485/pure-ftpd (SER tcp 0 0 hostnamexxxx:domain *:* LISTEN 2084/named tcp 0 0 localhost.localdomai:domain *:* LISTEN 2084/named tcp 0 0 localhost.localdomain:ipp *:* LISTEN 2661/cupsd tcp 0 0 *:46295 *:* LISTEN 1932/rpc.statd tcp 0 0 *:smtp *:* LISTEN 9694/master tcp 0 0 localhost.localdomain:rndc *:* LISTEN 2084/named tcp 1 0 localhost.localdomain:smtp localhost.localdomain:53499 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:52324 CLOSE_WAIT - tcp 6 0 localhost.localdomain:smtp localhost.localdomain:51337 ESTABLISHED - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:51180 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:34391 CLOSE_WAIT - tcp 0 0 hostnamexxxx:60333 hostnamexxxx:mysql TIME_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:51341 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:34387 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:53504 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:52320 CLOSE_WAIT - tcp 1 0 localhost.localdomain:smtp localhost.localdomain:51175 CLOSE_WAIT - tcp 0 0 *:imaps *:* LISTEN 2339/dovecot tcp 0 0 *op3s *:* LISTEN 2339/dovecot tcp 0 0 *op3 *:* LISTEN 2339/dovecot tcp 0 0 *:imap *:* LISTEN 2339/dovecot tcp 0 0 *:webcache *:* LISTEN 11140/httpd tcp 0 0 *:http *:* LISTEN 11140/httpd tcp 0 0 *:ftp *:* LISTEN 2485/pure-ftpd (SER tcp 0 0 localhost6.localdoma:domain *:* LISTEN 2084/named tcp 0 0 *:ssh *:* LISTEN 2207/sshd tcp 0 0 *:smtp *:* LISTEN 9694/master tcp 0 0 localhost6.localdomain:rndc *:* LISTEN 2084/named tcp 0 0 *:https *:* LISTEN 11140/httpd tcp 0 0 localhost.localdomain:51337 localhost.localdomain:smtp ESTABLISHED 11036/n9BL4FOq01103 tcp 1 1 hostnamexxxx:http ::ffff:xx.xx.xxx.xx(ip):33527 LAST_ACK - tcp 1 1 hostnamexxxx::http ::ffff:xx.xx.xxx.xx(ip):53991 LAST_ACK - tcp 1 1 hostnamexxxx::http ::ffff:xx.xx.xxx.xx(ip):33487 LAST_ACK - tcp 0 630 hostnamexxxx::http ::ffff:xx.xx.xxx.xx(ip):33503 LAST_ACK - tcp 1 1 hostnamexxxx::http ::ffff:xx.xx.xxx.xx(ip):33479 LAST_ACK - But how sure I am that the server is working perfectly? Like until now, I cannot do the FTP access. The smtp is online but I cannot receive and send email. I can't see the files I sent but where did it go? And where did the email sent from outside is kept? Were they being bounced back somewhere? Also, i noticed that the email url address has this pattern: user@localhost I would like the email pattern to look like a regular email address like this: [email protected] I also have another question: can I change the webdefault from /var/www/XXX to /home/usr/pub_html. If it is possible, then how? Thanks again Falko. I hope you can continually give me some valuable technical input to fix this. My success of my installation of ISPConfig 3, will be a success for all ISPConfig 3.
Please make sure that the MX records of your domains point to the correct server. Did you check your mail log for errors?
Smtp problem, ftp problem Hello Falko, Here is the output of the server's mail log: Oct 12 09:44:11 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21029 exit status 1 Oct 12 09:44:11 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:44:56 xxxhostname postfix/qmgr[21032]: fatal: unsupported dictionary type: mysql Oct 12 09:44:57 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21032 exit status 1 Oct 12 09:44:57 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:45:01 xxxhostname dovecot: pop3-login: Disconnected: rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured Oct 12 09:45:01 xxxhostname dovecot: imap-login: Disconnected: rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured Oct 12 09:45:11 xxxhostname postfix/smtpd[21098]: fatal: unsupported dictionary type: mysql Oct 12 09:45:12 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21098 exit status 1 Oct 12 09:45:12 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:45:57 xxxhostname postfix/qmgr[21100]: fatal: unsupported dictionary type: mysql Oct 12 09:45:58 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21100 exit status 1 Oct 12 09:45:58 xxxhostnamepostfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:46:12 xxxhostname postfix/smtpd[21139]: fatal: unsupported dictionary type: mysql Oct 12 09:46:13 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21139 exit status 1 Oct 12 09:46:13 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:46:58 xxxhostname postfix/qmgr[21141]: fatal: unsupported dictionary type: mysql Oct 12 09:46:59 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21141 exit status 1 Oct 12 09:46:59 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:47:13 xxxhostname postfix/smtpd[21179]: fatal: unsupported dictionary type: mysql Oct 12 09:47:14 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21179 exit status 1 Oct 12 09:47:14 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:47:59 xxxhostname postfix/qmgr[21181]: fatal: unsupported dictionary type: mysql Oct 12 09:48:00 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21181 exit status 1 Oct 12 09:48:00 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:48:14 xxxhostname postfix/smtpd[21220]: fatal: unsupported dictionary type: mysql Oct 12 09:48:15 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21220 exit status 1 Oct 12 09:48:15 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:49:00 xxxhostname postfix/qmgr[21222]: fatal: unsupported dictionary type: mysql Oct 12 09:49:01 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21222 exit status 1 Oct 12 09:49:01 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:49:15 xxxhostname postfix/smtpd[21260]: fatal: unsupported dictionary type: mysql Oct 12 09:49:16 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21260 exit status 1 Oct 12 09:49:16 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:50:01 xxxhostname postfix/qmgr[21263]: fatal: unsupported dictionary type: mysql Oct 12 09:50:01 xxxhostname dovecot: pop3-login: Disconnected: rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured Oct 12 09:50:01 xxxhostname dovecot: imap-login: Disconnected: rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured Oct 12 09:50:02 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21263 exit status 1 Oct 12 09:50:02 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:50:16 xxxhostname postfix/smtpd[21329]: fatal: unsupported dictionary type: mysql Oct 12 09:50:17 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21329 exit status 1 Oct 12 09:50:17 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:51:02 xxxhostname postfix/qmgr[21369]: fatal: unsupported dictionary type: mysql Oct 12 09:51:03 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21369 exit status 1 Oct 12 09:51:03 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:51:17 xxxhostname postfix/smtpd[21370]: fatal: unsupported dictionary type: mysql Oct 12 09:51:18 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21370 exit status 1 Oct 12 09:51:18 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:52:03 xxxhostname postfix/qmgr[21409]: fatal: unsupported dictionary type: mysql Oct 12 09:52:04 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21409 exit status 1 Oct 12 09:52:04 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:52:18 xxxhostname postfix/smtpd[21411]: fatal: unsupported dictionary type: mysql Oct 12 09:52:19 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21411 exit status 1 Oct 12 09:52:19 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:53:04 xxxhostname postfix/qmgr[21449]: fatal: unsupported dictionary type: mysql Oct 12 09:53:05 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21449 exit status 1 Oct 12 09:53:05 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:53:19 xxxhostname postfix/smtpd[21451]: fatal: unsupported dictionary type: mysql Oct 12 09:53:20 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21451 exit status 1 Oct 12 09:53:20 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:54:05 xxxhostname postfix/qmgr[21491]: fatal: unsupported dictionary type: mysql Oct 12 09:54:06 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21491 exit status 1 Oct 12 09:54:06 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:54:20 xxxhostname postfix/smtpd[21492]: fatal: unsupported dictionary type: mysql Oct 12 09:54:21 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21492 exit status 1 Oct 12 09:54:21 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:55:01 xxxhostname dovecot: pop3-login: Disconnected: rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured Oct 12 09:55:01 xxxhostname dovecot: imap-login: Disconnected: rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured Oct 12 09:55:06 xxxhostname postfix/qmgr[21560]: fatal: unsupported dictionary type: mysql Oct 12 09:55:07 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21560 exit status 1 Oct 12 09:55:07 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:55:21 xxxhostname postfix/smtpd[21561]: fatal: unsupported dictionary type: mysql Oct 12 09:55:22 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21561 exit status 1 Oct 12 09:55:22 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:56:07 xxxhostname postfix/qmgr[21601]: fatal: unsupported dictionary type: mysql Oct 12 09:56:08 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21601 exit status 1 Oct 12 09:56:08 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:56:22 xxxhostname postfix/smtpd[21602]: fatal: unsupported dictionary type: mysql Oct 12 09:56:23 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21602 exit status 1 Oct 12 09:56:23 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:57:08 xxxhostname postfix/qmgr[21641]: fatal: unsupported dictionary type: mysql Oct 12 09:57:09 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21641 exit status 1 Oct 12 09:57:09 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:57:23 xxxhostname postfix/smtpd[21643]: fatal: unsupported dictionary type: mysql Oct 12 09:57:24 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21643 exit status 1 Oct 12 09:57:24 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:58:09 xxxhostname postfix/qmgr[21681]: fatal: unsupported dictionary type: mysql Oct 12 09:58:10 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21681 exit status 1 Oct 12 09:58:10 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:58:24 xxxhostname postfix/smtpd[21683]: fatal: unsupported dictionary type: mysql Oct 12 09:58:25 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21683 exit status 1 Oct 12 09:58:25 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 09:59:10 xxxhostname postfix/qmgr[21722]: fatal: unsupported dictionary type: mysql Oct 12 09:59:11 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/qmgr pid 21722 exit status 1 Oct 12 09:59:11 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling Oct 12 09:59:25 xxxhostname postfix/smtpd[21723]: fatal: unsupported dictionary type: mysql Oct 12 09:59:26 xxxhostname postfix/master[4494]: warning: process /usr/libexec/postfix/smtpd pid 21723 exit status 1 Oct 12 09:59:26 xxxhostname postfix/master[4494]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Oct 12 10:00:02 xxxhostname dovecot: pop3-login: Disconnected: rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured Oct 12 10:00:02 xxxhostname dovecot: imap-login: Disconnected: rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured All I have noticed here is the "fatal: unsupported, ... disconnected" warning. So that's why I cannot make any connection to receive or send an email. Is this related to the FTP problem? As of now, FTP is not working. How can I change the MX records of my domain? Where is it located and what should I enter? Also, you did not anwer my question about changing my default directory from var/www/.... to /home/usr/ directory. Is this possible? In addition to this question, if I installed ISPConfig 3 to my main server and I would like to allow namebased virtual hosting (but only with a few websites) how could I keep the default directory "var/www/" to point to my mainserver's own webpages and then the rest of the other websites which have their own independent domains to another directory? Please give further advice. Thanks
Your Postfix doesn't have MySQL support. Which tutorial (URL) did you use to set up the system? You can check the MX record of a domain like this: Code: dig mx yourdomain.com
Fedora 11 now Hello Okay, I changed everything from Fedora 8 to Fedora 11. I also reinstalled ISPConfig 3.0.1.5 version. Since there is no guideline for Fedora 11, I based my installation of ISPConfig 3 with Fedora 10. The webserver and the rests are online. However, the mydns, fail2ban are not working right. There is an error login connection when I tried to login with webmail. With Fedora 11, I can do telnet localhost. I don't know if FTP is working. I have not added any website for testing yet. Also, I have been having problems configuring courier-authlib, courier-imap, maildrops. I hope you can give some more input on this. Thanks.
Build errors By the way, for the courier installation, I get so many errors: ln: creating symbolic link './0': File exists /bin/sh: line 0: libauthldap.la: file not found ln: creating symbolic link './0': File exists /bin/sh: line 0: libauthmysql.la: file not found make [4]:***[install-exec-hook] Error etc.... Bad exit status from /var/tmp/rpm tmp. Is this because I am using Fedora 11 not fedora 10?
Probably yes. I was also having huge problems with Fedora 11, that's why I couldn't write an ISPConfig 3 tutorial for Fedora 11.
Fedora 11 Hello Falko, Thanks for your quick reply. Well, I reinstalled Fedora 11 and installing each applications piece by piece. I went to courier's main page and downloaded the courier-imap and other else. I am trying to read their instruction on how to install it and make it work with postfix. Fedora 11 is already loaded with all these new versions of packages, except courier-imap, courier-authlib. So I downloaded these manually and installing it manually and see what is going to happen. I hope you can figure this out sooner and share some inputs for these problems. I like Fedora 11 but it removed some features that I like with Fedora 8. I am keeping Fedora 8 with some of my servers. But can we use just dovecot to take the place of courier? Or is there another we can use as a good substitute for courier? Please update us with any new light you may find about this courier. Thanks again.