Fedora core 5 + ISPConfig + UebiMiau

Discussion in 'Installation/Configuration' started by GrBase, Aug 18, 2006.

  1. GrBase

    GrBase New Member

    I have install Fedora core 5,
    after I installed ISPConfig and
    finnaly I installed UebiMiau using the ISPConfig update.

    Using ISPConfig I create a new site and after I create about 10 users.
    When any user is trying to use the UebiMiau webmail, although he can recieve e-mails, cannot send e-mail. The report is:
    "SMTP Error: Recipient not accepted. Verify your relay rules"
    From the maillog file I see :
    --------------------------------------------------------
    Aug 18 09:59:20 ns postfix/smtpd[31372]: connect from localhost.localdomain[127.0.0.1]
    Aug 18 09:59:20 ns postfix/smtpd[31372]: warning: Illegal address syntax from localhost.localdomain[127.0.0.1] in MAIL command: kostoglou@
    Aug 18 09:59:20 ns postfix/smtpd[31372]: lost connection after RCPT from localhost.localdomain[127.0.0.1]
    -------------------------------------------------
    kostoglou is the user's account from which I am trying to send mail.

    Does anyone know how I will solve this problem??
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the content of the files /etc/postfix/local-host-names and /etc/postfix/virtusertable
     
  3. GrBase

    GrBase New Member

    Code:
    ###################################
    #
    # ISPConfig local-host-names Configuration File
    #         Version 1.0
    #
    ###################################
    localhost
    ns.nestor.org.gr
    localhost.ns.nestor.org.gr
    localhost.nestor.org.gr
    www.nestor.org.gr
    nestor.org.gr
    mail.nestor.org.gr
    #### MAKE MANUAL ENTRIES BELOW THIS LINE! ####
    Code:
    ###################################
    #
    # ISPConfig virtusertable Configuration File
    #         Version 1.0
    #
    ###################################
    [email protected]    resvanis
    [email protected]    resvanis
    resvanis@    resvanis
    [email protected]    resvanis
    [email protected]    resvanis
    [email protected]    resvanis
    [email protected]    kostoglou
    [email protected]    kostoglou
    kostoglou@    kostoglou
    [email protected]    kostoglou
    [email protected]    kostoglou
    [email protected]    kostoglou
    [email protected]    info
    [email protected]    info
    info@    info
    [email protected]    info
    [email protected]    info
    [email protected]    info
    [email protected]    secretary
    [email protected]    secretary
    secretary@    secretary
    [email protected]    secretary
    [email protected]    secretary
    [email protected]    secretary
    [email protected]    belias
    [email protected]    belias
    belias@    belias
    [email protected]    belias
    [email protected]    belias
    [email protected]    belias
    [email protected]    afotiou
    [email protected]    afotiou
    afotiou@    afotiou
    [email protected]    afotiou
    [email protected]    afotiou
    [email protected]    afotiou
    [email protected]    athanasopoulos
    [email protected]    athanasopoulos
    athanasopoulos@    athanasopoulos
    [email protected]    athanasopoulos
    [email protected]    athanasopoulos
    [email protected]    athanasopoulos
    [email protected]    xenia
    [email protected]    xenia
    xenia@    xenia
    [email protected]    xenia
    [email protected]    xenia
    [email protected]    xenia
    [email protected]    koutsoukos
    [email protected]    koutsoukos
    koutsoukos@    koutsoukos
    [email protected]    koutsoukos
    [email protected]    koutsoukos
    [email protected]    koutsoukos
    [email protected]    maniatis
    [email protected]    maniatis
    maniatis@    maniatis
    [email protected]    maniatis
    [email protected]    maniatis
    [email protected]    maniatis
    [email protected]    tsagli
    [email protected]    tsagli
    tsagli@    tsagli
    [email protected]    tsagli
    [email protected]    tsagli
    [email protected]    tsagli
    [email protected]    kiskiras
    [email protected]    kiskiras
    kiskiras@    kiskiras
    [email protected]    kiskiras
    [email protected]    kiskiras
    [email protected]    kiskiras
    [email protected]    eanason
    [email protected]    eanason
    eanason@    eanason
    [email protected]    eanason
    [email protected]    eanason
    [email protected]    eanason
    [email protected]    kostas
    [email protected]    kostas
    kostas@    kostas
    [email protected]    kostas
    [email protected]    kostas
    [email protected]    kostas
    #### MAKE MANUAL ENTRIES BELOW THIS LINE! ####
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Your sender address is wrong. It should be [email protected] or something like that, but not kostoglou@ (the domain is missing).
     
  5. GrBase

    GrBase New Member

    Dear falko

    any syggestions about how this can be fixed?

    Thanks in advance
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Check your websites, there must be a website or co-domain where the domain field is empty. You must enter a valid domain in that field.
     

Share This Page