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 650
    • Issues 650
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 219
    • Merge Requests 219
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • 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
  • #5627

Closed
Open
Opened May 25, 2016 by Nicolas Vergnes@wh6b

/etc/init.d/exim problem

When I want run exim service (after apk add exim , configure exim.conf and add service default)

mail:/etc# rc-service -v exim status
* status: stopped
mail:/etc# rc-service -v exim start
* checkpath: owner `-m’ not found
* checkpath: owner `-m’ not found
* ERROR: clamd failed to start [ !! ]
* ERROR: exim failed to start

On the exim service script

/etc/init.d/exim service script has
[..]
command_args=${command_args:—bd -q15m}
[..]

but Exim documentation http://www.exim.org/exim-html-current/doc/html/spec\_html/ch-the\_exim\_command\_line.html
specify
[..]
-bd
[..]

with only one “-”

Is there an error in exim script ?

Thanks

(from redmine: issue id 5627, created on 2016-05-25)

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
Jun 4, 2016
Due date
Jun 4, 2016
Reference: alpine/aports#5627