Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 484
    • Issues 484
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 23
    • Merge Requests 23
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #1199

Closed
Open
Opened Oct 07, 2010 by Mathias@TDS

Postfix Domain/Hostname configuration

After ISPconfig setup the main.cf of Postfix looks like: mynetworks = 127.0.0.0/8 [::1]/128 mydomain = xxx.de myhostname = xxx.de mydestination = xxx.de, localhost, localhost.localdomain

But it should be: mynetworks = 127.0.0.0/8 [::1]/128 mydomain = xxx.de myhostname = mx.xxx.de mydestination = $myhostname, localhost, localhost.$mydomain

Otherwise Postfix bounces the mails and give additional warning: warning: do not list domain xxx.de in BOTH mydestination and virtual_mailbox_domains

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#1199