Replies: 2 comments
-
|
Oh, I wonder if I need |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is what I did to integrate the ulist list manager into docker-mailserver Build ulist - Update main.cf - Update user-patches.sh - Where PUBLIC_DOMAIN is url of publically accessible list management url and ADMIN_EMAIL is the super admin email address (easiest to use an already configured email account & password) Expose list admin port Ensure your webserver PUBLIC_DOMAIN is forwarded to this host port 9080 Restart docker-mailserver Use ADMIN_EMAIL with smtp password to log into PUBLIC_DOMAIN and create an email list. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to integrate a simple mail list manager such as https://github.com/wansing/ulist or https://github.com/bartobri/listfix
I see they tend to use sendmail to deliver new emails to the list - this means that outgoing emails on the list are not DKIM signed.
Is there a way to enable DKIM (via rspamd) signing when sendmail creates a new email, or is there an alternative to sendmail which does hook into rspamd ?
I'm testing sendmail with something like -
(resulting email arrives but isn't signed with DKIM)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions