Email Server problems on ISPConfig3 Postfix

Discussion in 'Installation/Configuration' started by cripperz, Mar 21, 2009.

  1. cripperz

    cripperz New Member

    hi All,

    This is a setup on Ubuntu and all default installation steps provided in ISPconfig3

    I am receiving this errors when trying to send or receive. Able to successfully auth and connect to imap or pop3, via mail client or webmail.

    EBB2510DA5 551 Fri Mar 20 23:40:01 [email protected]
    (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
    [email protected]

    E828C11515 509 Sun Mar 22 00:01:51 [email protected]
    (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
    [email protected]

    EBCA610F40 563 Fri Mar 20 21:45:01 [email protected]
    (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
    [email protected]
     
  2. cripperz

    cripperz New Member

    Hi all,

    ok after checking some postfix configurations. I tried to change the mailname and destination a little bit. Now i am receiving the logs below :

    Code:
    -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
    62C34113B7* 579 Sun Mar 22 02:30:01 [email protected]
    [email protected]
    
    75100102D5 1018 Sun Mar 22 02:19:03 [email protected]
    (Host or domain name not found. Name service error for name=cripperz.info type=A: Host not found, try again)
    [email protected]
    
    767C210E88 1006 Sun Mar 22 02:20:04 [email protected]
    (Host or domain name not found. Name service error for name=cripperz.info type=A: Host not found, try again)
    [email protected]
    
    7AAC8112C8 1004 Sun Mar 22 02:21:13 [email protected]
    (Host or domain name not found. Name service error for name=cripperz.info type=A: Host not found, try again)
    [email protected]
    
    7D9C310DC5 1006 Sun Mar 22 02:21:40 [email protected]
    (Host or domain name not found. Name service error for name=cripperz.info type=A: Host not found, try again)
    [email protected]
    Also i realise that i could find the mail file of the virtual user in /var/mail or /var/vmail ....

    some guidance please.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Please create an A record for cripperz.info.

    I also see on http://www.intodns.com/cripperz.info that your MX record is pointing to a CNAME record - it must point to an A record. CNAMEs are not allowed for MX records.
     

Share This Page