mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #21] Running Anonaddy along with another email server such as mailcow #632
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#632
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @homlett on GitHub (Feb 7, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/21
Hi,
I know it's probably a very long shot, but is there any way to have Anonaddy running along mailcow?
I guess the main difficulty would be to forward incoming (received & submitted through) emails directly from mailcow to Anonaddy on a local non-25/587 ports since mailcow is the SMTP ports listener. Could be enough?
Thanks.
@anonaddy commented on GitHub (Feb 10, 2020):
Hi,
I haven't ever used mailcow so I'm not familiar with it at all.
AnonAddy uses Postfix (master.cf) to pipe received emails through to the Laravel application where they can then be forwarded on to the correct recipient.
AnonAddy uses virtual_transport in main.cf
Mailcow appears to use this as
virtual_transport = lmtp:inet:dovecot:24so that would probably cause conflicts.I'm currently writing a more detailed guide on self-hosting so hopefully that will help others to find solutions to questions like this.
@homlett commented on GitHub (Apr 5, 2020):
Sorry for the delay. Thank you so much for your answer! I'll continue to dig into this question.
@willbrowningme commented on GitHub (Oct 8, 2020):
Closing due to inactivity.