Results 1 to 5 of 5

Thread: work well with yahoo, hotmail, gmail, but not work with some domain

  1. #1
    Join Date
    Mar 2013
    Beans
    3

    Question work well with yahoo, hotmail, gmail, but not work with some domain

    hello, all my dear members,

    i setup a new mail server in my home to use it in e-marketing
    i have take real (static) ip from my ISP
    i configure postfix & dovecot
    everything work well when i send to yahoo, hotmail, gmail
    but when i want to send or receive from or to for some other domains for some real sites, i got the following errors

    i supposed the following:
    - targethost.com -> is the domain which i want to send to it from my server (i have hosting in hostgator not in my home)
    - example.com - > is my configured home server.

    i want to mention for something important
    when i change myorigin value from example.com to server1.example.com everything work well and all messages sent correctly.
    but my mail when i use this way appear as myusername@server1.example.com , but i don't it to appear as it.
    i want it to appear as myusername@example.com.


    * When I try to send from my home server to targethost.com:

    Apr 4 09:50:01 example postfix/smtp[4415]: 0B4DE381AF6: to=<admin@targethost.com>, relay=targethost.com[xx.xx.xx.xx]:25, delay=3, delays=0.29/0.13/2.3/0.3, dsn=5.0.0, status=bounced (host targethost.com[xx.xx.xx.xx] said: 550-Verification failed for <myusername@example.com> 550-No Such User Here 550 Sender verify failed (in reply to RCPT TO command))
    \\\\\\\\\\\\\\\\\\\\\\

    and when i go to the targethost.com and try to send from it to myusername@example.com:
    -------------------------------------------------------------------------------------------------
    This message was created automatically by mail delivery software.

    A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:

    myusername@example.com
    No Such User Here

    --------------------------------------------
    excuse me for bad English ...

    Anyone can help me?

  2. #2
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: work well with yahoo, hotmail, gmail, but not work with some domain

    I think it has to do with authentication, but I'm not 100% sure. You can use username@domain.com only if you actually have domain authentication (Active Directory, LDAP, etc). Otherwise, local users created in ubuntu would have the format username@computername.domain.com if I'm not mistaken. That's why it works if sending from username@server1.example.com.

    Also double check the postfix config file if you have the domain that you want to use specified there.

    I might be wrong, but the above sounds logical to me.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #3
    Join Date
    Mar 2013
    Beans
    3

    Re: work well with yahoo, hotmail, gmail, but not work with some domain

    Quote Originally Posted by darkod View Post
    I think it has to do with authentication, but I'm not 100% sure. You can use username@domain.com only if you actually have domain authentication (Active Directory, LDAP, etc). Otherwise, local users created in ubuntu would have the format username@computername.domain.com if I'm not mistaken. That's why it works if sending from username@server1.example.com.

    Also double check the postfix config file if you have the domain that you want to use specified there.

    I might be wrong, but the above sounds logical to me.
    Thank you (darkod) form replying, OK, If I Install LDAP in the same machine, does it solve this problem?
    If it will solve, do you have any good tutorial links for that?

    Thanks in advance....

  4. #4
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: work well with yahoo, hotmail, gmail, but not work with some domain

    As I said, I'm not 100% sure it will solve the issue or not. You mght have another issue with authentication, and how you present your domain and user. You are probably aware that there are strict rules in place for mail servers to try and prevent spamming. If data doesn't match, in most cases emails will be declined by the receiving server.

    Otherwise, the ubuntu server documentation section about network authentication is here:
    https://help.ubuntu.com/12.04/server...ntication.html
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  5. #5
    Join Date
    Mar 2013
    Beans
    3

    Re: work well with yahoo, hotmail, gmail, but not work with some domain

    Quote Originally Posted by darkod View Post
    As I said, I'm not 100% sure it will solve the issue or not. You mght have another issue with authentication, and how you present your domain and user. You are probably aware that there are strict rules in place for mail servers to try and prevent spamming. If data doesn't match, in most cases emails will be declined by the receiving server.

    Otherwise, the ubuntu server documentation section about network authentication is here:
    https://help.ubuntu.com/12.04/server...ntication.html

    Any way thank you (darkod) for your help, I will wait, may be anyone can help me ....

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •