Mail don't received and can't change utf-8 encoding

Discussion in 'Installation/Configuration' started by romeo88, Apr 3, 2008.

  1. romeo88

    romeo88 New Member

    Mail don't incoming and can't change utf-8 encoding

    Hi,

    I run ispconfig on Debian . It's really good .
    But I have 2 problem

    ----1 I can't received email from another email like yahoo.com or gmail.com ...
    If I send from one to another in same server everythig is fine.

    configure of dns

    IP-Adresse Hostname
    .....ip..... www

    Mailserver Hostname
    www....ip......

    Hostname
    domain.com

    What is wrong ????


    ------2 I can't change encoding of hosted websait . Sever automat use utf.
    I try to change character set in header in sait, but same server use utf :(


    Thank you in advance
     
    Last edited: Apr 3, 2008
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Which errors do you get in the mail log?
    2) Change the Default charset in the apache2.conf file.
     
  3. romeo88

    romeo88 New Member

    <[email protected]>: host domain.org[.....ip....] said: 550 5.1.1
    <[email protected]>: Recipient address rejected: User unknown in local
    recipient table (in reply to RCPT TO command)
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Please make sure that the MX record for your domain is pointing to the correct server. You can check that with
    Code:
    dig mx yourdomain.com
     
  5. romeo88

    romeo88 New Member

    Hi ,

    2. Everything is OK whit character set. In apache2.conf - it wasn't check default characterset :) I remove # for default character set and everything work fine now :) Thank you. Thank you. Thank you. Thank you. Thank you. Thank you.


    1. I check whit dig mx, but I don't have resolve of this mail.
    I read any post for e-mail DNS, but I can't understand how I must to set my DNS for mail.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    You can create the MX record on the responsible name servers for your domain. To find out these name servers, run
    Code:
    dig ns yourdomain.com
    Usually these are name servers of your registrar.
     

Share This Page