Unable to receive mail (ISPConfig 3)

Discussion in 'Installation/Configuration' started by onastvar, May 4, 2010.

  1. falko

    falko Super Moderator ISPConfig Developer

    What's in /etc/postfix/main.cf?
     
  2. onastvar

    onastvar Member

    This is my /etc/postfix/main.cf (I removed all of lines with #), is anything missing from here, I haven't modified main.cf since I installed Perfect Server CentOS 5.4 with ISPConfig 3,

    Code:
    queue_directory = /var/spool/postfix
    command_directory = /usr/sbin
    daemon_directory = /usr/libexec/postfix
    mail_owner = postfix
    inet_interfaces = all
    mydestination = mail.mydomain.net, localhost.$mydomain, localhost, mydomain.net
    unknown_local_recipient_reject_code = 550
    alias_maps = hash:/etc/aliases
    alias_database = hash:/etc/aliases
    debug_peer_level = 2
    debugger_command =
             PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
             xxgdb $daemon_directory/$process_name $process_id & sleep 5
    sendmail_path = /usr/sbin/sendmail.postfix
    newaliases_path = /usr/bin/newaliases.postfix
    mailq_path = /usr/bin/mailq.postfix
    setgid_group = postdrop
    html_directory = no
    manpage_directory = /usr/share/man
    sample_directory = /usr/share/doc/postfix-2.3.3/samples
    readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
    
     
  3. falko

    falko Super Moderator ISPConfig Developer

    This doesn't look correct. I'd reinstall ISPConfig - during the installation, please let the installer reconfigure all services.
     
  4. onastvar

    onastvar Member

    Do you know if I perform reinstall of ISPConfig 3 will my site, e-mail, dns settings still be there? Or I will I need to add them again after re-install?

    Thanks!
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Instead of a reinstall, please try an update and select "y" when you get asked if services shall be reconfigured. If you would do a reinstall instead, all settings would get lost.
     
  6. onastvar

    onastvar Member

    [Solved] Unable to receive mail (ISPConfig 3)

    I ran update on ISPConfig 3 and that fixed my "Unable to receive mail (ISPConfig 3)" issue. However during update process I received warning (see below in red) Should I be worried or how do I fix that?

    Code:
    [B]php -q update.php[/B]
    Reconfigure Services? (yes,no) [yes]: [B]yes[/B]
    ISPConfig Port [8080]: [enter]
    Reconfigure Crontab? (yes,no) [yes]: [B]yes[/B]
    [COLOR="Red"][Thu May 20 09:11:59 2010] [warn] 
    NameVirtualHost 12.12.123.49:443 has no VirtualHosts[/COLOR]
    Update finished.
    Thanks for all of your help.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    The warning is ok, you can ignore it. It just means that there is no sl website yet for this IP address.
     

Share This Page