Skip to content

macOS: linking for sendmail does not work #514

Closed
@akazik

Description

@akazik

I've linked mailpit as described, but it doesn't work.

❯ ln -s /opt/homebrew/bin/mailpit sendmail

❯ ls -la sendmail 
lrwxr-xr-x  1 akazik  wheel    25B Jun  5 12:57 sendmail@ -> /opt/homebrew/bin/mailpit

❯ ./sendmail 
INFO[2025/06/05 12:57:21] [smtpd] starting on [::]:1025 (no encryption) 
INFO[2025/06/05 12:57:21] [http] starting on [::]:8025                 
INFO[2025/06/05 12:57:21] [http] accessible via http://localhost:8025/ 
FATA[2025/06/05 12:57:21] listen tcp 0.0.0.0:1025: bind: address already in use 

❯ ./sendmail version
./sendmail v1.25.1 compiled with go1.24.3 on darwin/arm64

❯ mailpit version
mailpit v1.25.1 compiled with go1.24.3 on darwin/arm64

macOS 15.5 @ M1 Mac mini

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions