Collapse

Announcement

Collapse
No announcement yet.

PostFix Mail issue.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PostFix Mail issue.

    I am not able to receive the emails for my domain only, getting below postfix mail logs:-

    Click image for larger version

Name:	issue.png
Views:	0
Size:	9.1 KB
ID:	354
    CentOS web panel is installed on my server with Postfix.

    Please advise on this error.
    Last edited by Neha; 12-17-2017, 06:24 PM.

  • #2

    It looks like mydomain.com is listed in mydestination line under your postfix configuration file.


    ```
    mydestination = $myhostname, localhost.$mydomain, localhost
    ``

    Try to "soft_bounce" to no and removed my domain from the mydestination line in /etc/postfix/main.cf and restart postfix..

    ```
    mydestination = $myhostname, localhost
    ```

    OR set it to blank

    ```
    mydestination =
    ```

    Try it and let us know if you have any issues.

    Comment


    • #3
      Hello,

      Thank you very much. you've helped me a lot :-)

      Comment

      Working...
      X