Skip to content

GitLab

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

Closed
Open
Opened Feb 11, 2020 by Nico Schottelius@telmich
  • Report abuse
  • New issue
Report abuse New issue

[postfix] Default configuration is broken for IPv6 only networks

diamond2:~# grep inet_protocols /etc/postfix/main.cf
inet_protocols = ipv4
diamond2:~# 

This breaks all postconf commands, as postfix does not find any active interfaces.

diamond2:/var/lib/cdist# postconf -h myorigin
postconf: fatal: could not find any active network interfaces
diamond2:/var/lib/cdist# echo $?
1
diamond2:/var/lib/cdist# 

Just removing that line allows to configure postfix again:

diamond2:/etc/postfix# postconf -h myorigin
$myhostname
diamond2:/etc/postfix# 
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: alpine/aports#11214