Mail problems

Discussion in 'Installation/Configuration' started by chrisesler, Oct 20, 2005.

  1. chrisesler

    chrisesler New Member

    I just installed the ubuntu hoary how-to steps, and everythign seemed to go well. my domain is dibolmi.com.

    However, there seems to be a small email error. I can send out emails fine from the webmail interface.

    But any emails I send back to the server do not get received. I've looked at the log, and there is nothing there. Its as if the mail doesn't even get to the server.

    I checked out the dnsreport.com and for some reason it states that there is no MX records, when I know I added them.

    Any help here would be appreciated.
     
  2. chrisesler

    chrisesler New Member

    I did an SMTP test

    I just did a smtp test and here is the response I got...any ideas?

    any clues to this?
     
  3. falko

    falko Super Moderator ISPConfig Developer

    Can you check if dibolmi.com is in /etc/postfix/local-host-names?
     
  4. chrisesler

    chrisesler New Member

    postfix file

    heres the content of the file you asked about...

     
  5. falko

    falko Super Moderator ISPConfig Developer

    No, dibolmi.com is not in there. You created a web site for www.dibolmi.com in ISPConfig, right? Go to the Co-Domains tab and create the Co-Domain dibolmi.com.
     
  6. chrisesler

    chrisesler New Member

    another issue

    I tried an nmap on port 53 for my nameserver and it stated it was closed. Why would that be? any help here would be grateful
     
  7. falko

    falko Super Moderator ISPConfig Developer

    Can you post the output of
    Code:
    netstat -tap
    ? And maybe also of
    Code:
    iptables -L
    ?
     
  8. Tribal-Dolphin

    Tribal-Dolphin ISPConfig Developer ISPConfig Developer

    Just a question :
    why when we add a website, the localhostname file contains only www.domain.com instead of domain.com ?

    Error when creating a new site OR ISPconfig mistake ?
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    When you create a new website, ispconfig adds automatically a co-domain without www. If you add a co-domain yourself with host www, you will have to add a second co-domain with an empty host.
     
  10. falko

    falko Super Moderator ISPConfig Developer

    When you create a web site www.domain.com, the Co-Domain domain.com is created automatically, and both www.domain.com and domain.com are added to /etc/postfix/local-host-names so that you can receive emails for <user>@www.domain.com and <user>@domain.com.
     
  11. Tribal-Dolphin

    Tribal-Dolphin ISPConfig Developer ISPConfig Developer

    Ok,
    It's appears that sometimes, the empty co-domain wasn't created. Is it possible to re-create this automaticly or whe have to create co-domain manually ?

    Another question :
    Why add email adresses whith @www.domain.com ? I never see that before.
     
    Last edited: Oct 28, 2005
  12. falko

    falko Super Moderator ISPConfig Developer

    You can create it manually.

    Why not? :D
    Of course it's unusual, but you can be sure that there are people out there that ask for this feature. From time to time I see email addresses with subdomains.
     
  13. Tribal-Dolphin

    Tribal-Dolphin ISPConfig Developer ISPConfig Developer

    Good answer :D
    Thanks.
     

Share This Page