Can't receive mails

Discussion in 'Server Operation' started by baicunko, Jul 28, 2011.

  1. baicunko

    baicunko New Member

    Hi, I've followed the tutorial The perfect server for ISPConfig 3 but I installed Webmin as I'm planning to host only one page.
    I've got squirrelmail working succesfully.
    the problem I'm having is I can send mails without a problem, even connect with my blackberry to send mails, but when it comes to receive mails nothing happens.
    If I send a mail to [email protected] no error is received from daemon gmail but the mail doesn't arrive to my mailbox.
    Any suggestions?
     
  2. baicunko

    baicunko New Member

    I found this on maillog
    Jul 27 21:51:23 server postfix/local[11391]: F383EFD00C2: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=0.05, delays=0.05/0/0/0, dsn=2.0.0, status=sent (delivered to maildir)
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Does your MX record point to the correct server? You can check that with
    Code:
    dig mx ganganadores.com
     
  4. baicunko

    baicunko New Member

  5. falko

    falko Super Moderator Howtoforge Staff

    I can't connect either:

    Code:
    mh1:~# telnet mail.ganganadores.com 25
    Trying 200.104.240.77...
    telnet: Unable to connect to remote host: Connection refused
    mh1:~#
    What are the outputs of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
    ?
     
  6. baicunko

    baicunko New Member

    Code:
    [root@server ~]# netstat -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:2208  *:*                         LISTEN      2903/hpiod
    tcp        0      0 *:imaps                     *:*                         LISTEN      4162/imap-login
    tcp        0      0 *:pop3s                     *:*                         LISTEN      5236/dovecot
    tcp        0      0 localhost.localdomain:10024 *:*                         LISTEN      3071/amavisd (maste
    tcp        0      0 *:mysql                     *:*                         LISTEN      3041/mysqld
    tcp        0      0 *:714                       *:*                         LISTEN      2652/rpc.statd
    tcp        0      0 *:pop3                      *:*                         LISTEN      5236/dovecot
    tcp        0      0 localhost.local:dyna-access *:*                         LISTEN      2957/clamd
    tcp        0      0 *:imap                      *:*                         LISTEN      4162/imap-login
    tcp        0      0 *:sunrpc                    *:*                         LISTEN      2617/portmap
    tcp        0      0 *:ndmp                      *:*                         LISTEN      3404/perl
    tcp        0      0 *:http                      *:*                         LISTEN      3152/httpd
    tcp        0      0 server.ganganadores.co:http pc-44-4-164-190.cm:pciarray SYN_RECV    -
    tcp        0      0 server.ganganadores.co:http pc-44-4-164-190.cm.v:sna-cs SYN_RECV    -
    tcp        0      0 server.ganganadores.co:http pc-44-4-164-190.c:hecmtl-db SYN_RECV    -
    tcp        0      0 *:ftp                       *:*                         LISTEN      3162/pure-ftpd (SER
    tcp        0      0 server.ganganadores.:domain *:*                         LISTEN      2597/named
    tcp        0      0 localhost.localdomai:domain *:*                         LISTEN      2597/named
    tcp        0      0 *:ssh                       *:*                         LISTEN      2923/sshd
    tcp        0      0 localhost.localdomain:ipp   *:*                         LISTEN      2934/cupsd
    tcp        0      0 localhost.localdomain:smtp  *:*                         LISTEN      3128/master
    tcp        0      0 localhost.localdomain:rndc  *:*                         LISTEN      2597/named
    tcp        0      0 *:https                     *:*                         LISTEN      3152/httpd
    tcp        0      0 localhost.localdomain:2207  *:*                         LISTEN      2908/python
    tcp        1      0 localhost.localdomain:smtp  localhost.localdomain:34596 CLOSE_WAIT  -
    tcp        0      0 server.ganganadores.c:imaps bda-178-239-86-161.bi:34335 ESTABLISHED 5259/imap-login
    tcp        1      0 localhost.localdomain:smtp  localhost.localdomain:40341 CLOSE_WAIT  -
    tcp        0      0 server.ganganadores.co:http pc-44-4-164-190:3m-image-lm TIME_WAIT   -
    tcp        0    148 server.ganganadores.com:ssh pc-44-4-164-190.c:iclpv-sas ESTABLISHED 4701/1
    tcp        1      0 localhost.localdomain:smtp  localhost.localdomain:44230 CLOSE_WAIT  -
    
    And iptables
    Code:
    [root@server ~]# iptables -L
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    
     
  7. baicunko

    baicunko New Member

    This is the latest maillog
    Code:
    
    Jul 29 15:48:09 server postfix/qmgr[4335]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:48:10 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4334 exit status 1
    Jul 29 15:48:10 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:48:10 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4335 exit status 1
    Jul 29 15:48:10 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:48:44 server postfix/smtpd[4339]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:48:45 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4339 exit status 1
    Jul 29 15:48:45 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:49:10 server postfix/pickup[4340]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:49:10 server postfix/qmgr[4341]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:49:11 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4340 exit status 1
    Jul 29 15:49:11 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:49:11 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4341 exit status 1
    Jul 29 15:49:11 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:49:45 server postfix/smtpd[4342]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:49:46 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4342 exit status 1
    Jul 29 15:49:46 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:50:11 server postfix/pickup[4346]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:50:11 server postfix/qmgr[4347]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:50:12 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4346 exit status 1
    Jul 29 15:50:12 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:50:12 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4347 exit status 1
    Jul 29 15:50:12 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:50:46 server postfix/smtpd[4348]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:50:47 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4348 exit status 1
    Jul 29 15:50:47 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:51:12 server postfix/pickup[4352]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:51:12 server postfix/qmgr[4353]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:51:13 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4352 exit status 1
    Jul 29 15:51:13 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:51:13 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4353 exit status 1
    Jul 29 15:51:13 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:51:47 server postfix/smtpd[4354]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:51:48 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4354 exit status 1
    Jul 29 15:51:48 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:52:13 server postfix/pickup[4356]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:52:13 server postfix/qmgr[4357]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:52:14 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4356 exit status 1
    Jul 29 15:52:14 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:52:14 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4357 exit status 1
    Jul 29 15:52:14 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:52:48 server postfix/smtpd[4392]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:52:49 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4392 exit status 1
    Jul 29 15:52:49 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:53:14 server postfix/pickup[4393]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:53:14 server postfix/qmgr[4394]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:53:15 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4393 exit status 1
    Jul 29 15:53:15 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:53:15 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4394 exit status 1
    Jul 29 15:53:15 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:53:49 server postfix/smtpd[4398]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:53:50 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4398 exit status 1
    Jul 29 15:53:50 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:54:15 server postfix/pickup[4399]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:54:15 server postfix/qmgr[4400]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:54:16 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4399 exit status 1
    Jul 29 15:54:16 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:54:16 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4400 exit status 1
    Jul 29 15:54:16 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:54:18 server dovecot: imap-login: Login: user=<soporte>, method=PLAIN, rip=178.239.86.161, lip=192.168.1.136, TLS
    Jul 29 15:54:19 server dovecot: IMAP(soporte): Disconnected: Logged out
    Jul 29 15:54:50 server postfix/smtpd[4405]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:54:51 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4405 exit status 1
    Jul 29 15:54:51 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:55:16 server postfix/pickup[4408]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:55:16 server postfix/qmgr[4409]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:55:17 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4408 exit status 1
    Jul 29 15:55:17 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:55:17 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4409 exit status 1
    Jul 29 15:55:17 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:55:51 server postfix/smtpd[4411]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:55:52 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4411 exit status 1
    Jul 29 15:55:52 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:56:17 server postfix/pickup[4414]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:56:17 server postfix/qmgr[4415]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:56:18 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4414 exit status 1
    Jul 29 15:56:18 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:56:18 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4415 exit status 1
    Jul 29 15:56:18 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:56:52 server postfix/smtpd[4416]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:56:53 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4416 exit status 1
    Jul 29 15:56:53 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:57:18 server postfix/pickup[4418]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:57:18 server postfix/qmgr[4419]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:57:19 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4418 exit status 1
    Jul 29 15:57:19 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:57:19 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4419 exit status 1
    Jul 29 15:57:19 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:57:53 server postfix/smtpd[4454]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:57:54 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4454 exit status 1
    Jul 29 15:57:54 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:58:19 server postfix/pickup[4456]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:58:19 server postfix/qmgr[4457]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:58:20 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4456 exit status 1
    Jul 29 15:58:20 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:58:20 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4457 exit status 1
    Jul 29 15:58:20 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:58:54 server postfix/smtpd[4460]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:58:55 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4460 exit status 1
    Jul 29 15:58:55 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 15:59:20 server postfix/pickup[4462]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:59:20 server postfix/qmgr[4463]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:59:21 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4462 exit status 1
    Jul 29 15:59:21 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 15:59:21 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4463 exit status 1
    Jul 29 15:59:21 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 15:59:55 server postfix/smtpd[4466]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 15:59:56 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4466 exit status 1
    Jul 29 15:59:56 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:00:21 server postfix/pickup[4467]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:00:21 server postfix/qmgr[4468]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:00:22 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4467 exit status 1
    Jul 29 16:00:22 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:00:22 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4468 exit status 1
    Jul 29 16:00:22 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:00:56 server postfix/smtpd[4470]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:00:57 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4470 exit status 1
    Jul 29 16:00:57 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:01:22 server postfix/pickup[4483]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:01:22 server postfix/qmgr[4484]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:01:23 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4483 exit status 1
    Jul 29 16:01:23 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:01:23 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4484 exit status 1
    Jul 29 16:01:23 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:01:57 server postfix/smtpd[4486]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:01:58 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4486 exit status 1
    Jul 29 16:01:58 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:02:23 server postfix/pickup[4489]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:02:23 server postfix/qmgr[4490]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:02:24 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4489 exit status 1
    Jul 29 16:02:24 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:02:24 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4490 exit status 1
    Jul 29 16:02:24 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:02:58 server postfix/smtpd[4507]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:02:59 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4507 exit status 1
    Jul 29 16:02:59 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:03:24 server postfix/pickup[4525]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:03:24 server postfix/qmgr[4526]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:03:25 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4525 exit status 1
    Jul 29 16:03:25 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:03:25 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4526 exit status 1
    Jul 29 16:03:25 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:03:59 server postfix/smtpd[4530]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:04:00 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4530 exit status 1
    Jul 29 16:04:00 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:04:25 server postfix/pickup[4531]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:04:25 server postfix/qmgr[4532]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:04:26 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4531 exit status 1
    Jul 29 16:04:26 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:04:26 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4532 exit status 1
    Jul 29 16:04:26 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:05:00 server postfix/smtpd[4535]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:05:01 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4535 exit status 1
    Jul 29 16:05:01 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:05:26 server postfix/pickup[4537]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:05:26 server postfix/qmgr[4538]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:05:27 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4537 exit status 1
    Jul 29 16:05:27 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:05:27 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4538 exit status 1
    Jul 29 16:05:27 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:06:01 server postfix/smtpd[4539]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:06:02 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4539 exit status 1
    Jul 29 16:06:02 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:06:27 server postfix/pickup[4555]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:06:27 server postfix/qmgr[4556]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:06:28 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4555 exit status 1
    Jul 29 16:06:28 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:06:28 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4556 exit status 1
    Jul 29 16:06:28 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:07:02 server postfix/smtpd[4588]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:07:03 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4588 exit status 1
    Jul 29 16:07:03 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:07:28 server postfix/pickup[4613]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:07:28 server postfix/qmgr[4614]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:07:29 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4613 exit status 1
    Jul 29 16:07:29 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:07:29 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4614 exit status 1
    Jul 29 16:07:29 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:08:03 server postfix/smtpd[4654]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:08:04 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4654 exit status 1
    Jul 29 16:08:04 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:08:29 server postfix/pickup[4692]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:08:29 server postfix/qmgr[4693]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:08:30 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4692 exit status 1
    Jul 29 16:08:30 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:08:30 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4693 exit status 1
    Jul 29 16:08:30 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:09:04 server postfix/smtpd[4697]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:09:05 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4697 exit status 1
    Jul 29 16:09:05 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:09:17 server dovecot: imap-login: Login: user=<soporte>, method=PLAIN, rip=178.239.86.161, lip=192.168.1.136, TLS
    Jul 29 16:09:18 server dovecot: IMAP(soporte): Disconnected: Logged out
    Jul 29 16:09:30 server postfix/pickup[4705]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:09:30 server postfix/qmgr[4706]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:09:31 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4705 exit status 1
    Jul 29 16:09:31 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:09:31 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4706 exit status 1
    Jul 29 16:09:31 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:10:05 server postfix/smtpd[4738]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:10:06 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4738 exit status 1
    Jul 29 16:10:06 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:10:31 server postfix/pickup[4739]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:10:31 server postfix/qmgr[4740]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:10:32 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4739 exit status 1
    Jul 29 16:10:32 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:10:32 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4740 exit status 1
    Jul 29 16:10:32 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:11:06 server postfix/smtpd[4742]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:11:07 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4742 exit status 1
    Jul 29 16:11:07 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:11:32 server postfix/pickup[4745]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:11:32 server postfix/qmgr[4746]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:11:33 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4745 exit status 1
    Jul 29 16:11:33 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:11:33 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4746 exit status 1
    Jul 29 16:11:33 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:12:07 server postfix/smtpd[4749]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:12:08 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4749 exit status 1
    Jul 29 16:12:08 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:12:33 server postfix/pickup[4752]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:12:33 server postfix/qmgr[4753]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:12:34 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4752 exit status 1
    Jul 29 16:12:34 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:12:34 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4753 exit status 1
    Jul 29 16:12:34 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:13:08 server postfix/smtpd[4767]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:13:09 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4767 exit status 1
    Jul 29 16:13:09 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:13:34 server postfix/pickup[4819]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:13:34 server postfix/qmgr[4820]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:13:35 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4819 exit status 1
    Jul 29 16:13:35 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:13:35 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4820 exit status 1
    Jul 29 16:13:35 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    Jul 29 16:14:09 server postfix/smtpd[4823]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:14:10 server postfix/master[3128]: warning: process /usr/libexec/postfix/smtpd pid 4823 exit status 1
    Jul 29 16:14:10 server postfix/master[3128]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    Jul 29 16:14:35 server postfix/pickup[4865]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:14:35 server postfix/qmgr[4866]: fatal: match_list_parse: open file /etc/postfix/local-host-names: No such file or directory
    Jul 29 16:14:36 server postfix/master[3128]: warning: process /usr/libexec/postfix/pickup pid 4865 exit status 1
    Jul 29 16:14:36 server postfix/master[3128]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
    Jul 29 16:14:36 server postfix/master[3128]: warning: process /usr/libexec/postfix/qmgr pid 4866 exit status 1
    Jul 29 16:14:36 server postfix/master[3128]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
    
    Looks like there's a problem with local-host-names but I can't seem to find these error in google!
    Any ideas Falko?
     
    Last edited: Jul 29, 2011
  8. falko

    falko Super Moderator Howtoforge Staff

  9. baicunko

    baicunko New Member

    I don't use webmin to create new mailbox as I don't know how to, I've always used that tutorial but I've never been able to check the last two items as I don't seem to have those file
    Code:
    [root@server ~]# /etc/postfix/local-host-names
    -bash: /etc/postfix/local-host-names: No such file or directory
    [root@server ~]# postmap /etc/postfix/virtusertable
    postmap: fatal: open /etc/postfix/virtusertable: No such file or directory
    [root@server ~]#
    
    now the output of
    Code:
    [root@server ~]# ls -la /etc/postfix/
    total 248
    drwxr-xr-x   2 root root  4096 Jul 31 23:45 .
    drwxr-xr-x 118 root root 12288 Jul 31 23:44 ..
    -rw-r--r--   1 root root 17832 Jun  1 19:56 access
    -rw-r--r--   1 root root  3550 Jun  1 19:56 bounce.cf.default
    -rw-r--r--   1 root root 11175 Jun  1 19:56 canonical
    -rw-r--r--   1 root root  9920 Jun  1 19:56 generic
    -rw-r--r--   1 root root 16838 Jun  1 19:56 header_checks
    -rw-r--r--   1 root root 11942 Jun  1 19:56 LICENSE
    -rw-r--r--   1 root root 26813 Jul 31 23:45 main.cf
    -rw-r--r--   1 root root 17981 Jun  1 19:56 main.cf.default
    -rw-r--r--   1 root root  1192 Jun  1 19:56 makedefs.out
    -rw-r--r--   1 root root  4137 Jun  1 19:56 master.cf
    -rw-r--r--   1 root root 17639 Jun  1 19:56 postfix-files
    -rwxr-xr-x   1 root root  6366 Jun  1 19:56 postfix-script
    -rwxr-xr-x   1 root root 22564 Jun  1 19:56 post-install
    -rw-r--r--   1 root root  6805 Jun  1 19:56 relocated
    -rw-r--r--   1 root root  1629 Jun  1 19:56 TLS_LICENSE
    -rw-r--r--   1 root root 12081 Jun  1 19:56 transport
    -rw-r--r--   1 root root 11984 Jun  1 19:56 virtual
    [root@server ~]#
    
    I've changed the main.cf to main.txt so I could upload it.
    I'm really stuck here as I don't know what to do.
     

    Attached Files:

    • main.txt
      File size:
      26.2 KB
      Views:
      171
  10. baicunko

    baicunko New Member

    Someone please?
     
  11. falko

    falko Super Moderator Howtoforge Staff

    So you don't use Webmin and ISPConfig? How did you create your email accounts then?
     
  12. baicunko

    baicunko New Member

    I create them using your tutorial! But I'm unable to check this part
    "/etc/postfix/local-host-names should contain all domains that you want to accept emails for, e.g.:"
    As I don't have that file! Do you have any ideas what could be?
     
  13. baicunko

    baicunko New Member

    Fixed, Webmin was only receiving mails for local-host-name file, as there was no file, it wasn't receiving mails at all
    Thanks!
     

Share This Page