Friends
When I subscribe some body to to a list I on I get a notification that says it comes from changeme@example.com
As far as I can tell no subscribers are getting mail with that, so this is not a crises. But it is untidy and I cannot find where to change it.
SERVE_FROM_DOMAIN is set in the mailman-web/environment section of docker-compose.yaml (I am using the docker distribution...)
cheers
Worik
-- If not me then who? If not now then when? If not here then where? So, here I stand, I can do no other root@worik.org 021-1680650, (03) 4821804 Aotearoa (New Zealand)
On 2/26/19 2:11 PM, worik wrote:
When I subscribe some body to to a list I on I get a notification that says it comes from changeme@example.com
As far as I can tell no subscribers are getting mail with that, so this is not a crises. But it is untidy and I cannot find where to change it.
SERVE_FROM_DOMAIN is set in the mailman-web/environment section of docker-compose.yaml (I am using the docker distribution...)
You set it in your mailman.cfg. As it says in mailman/config/schema.cfg
[mailman] # This address is the "site owner" address. Certain messages which must be # delivered to a human, but which can't be delivered to a list owner (e.g. a # bounce from a list owner), will be sent to this address. It should point to # a human. site_owner: changeme@example.com
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 27/02/19 11:54 AM, Mark Sapiro wrote:
On 2/26/19 2:11 PM, worik wrote:
When I subscribe some body to to a list I on I get a notification that says it comes from changeme@example.com
As far as I can tell no subscribers are getting mail with that, so this is not a crises. But it is untidy and I cannot find where to change it.
SERVE_FROM_DOMAIN is set in the mailman-web/environment section of docker-compose.yaml (I am using the docker distribution...) You set it in your mailman.cfg. As it says in mailman/config/schema.cfg
There is no mailman/config/schema.cfg
on my system. Should I raise a
issue over at the docker-mailman github?
I have:
/opt/mailman/core/mailman-extra.cfg /opt/mailman/core/var/etc/mailman.cfg
Should I change it in the second one?
-- If not me then who? If not now then when? If not here then where? So, here I stand, I can do no other root@worik.org 021-1680650, (03) 4821804 Aotearoa (New Zealand)
On Wed, Feb 27, 2019, at 5:46 PM, worik wrote:
On 27/02/19 11:54 AM, Mark Sapiro wrote:
On 2/26/19 2:11 PM, worik wrote:
When I subscribe some body to to a list I on I get a notification that says it comes from changeme@example.com
As far as I can tell no subscribers are getting mail with that, so this is not a crises. But it is untidy and I cannot find where to change it.
SERVE_FROM_DOMAIN is set in the mailman-web/environment section of docker-compose.yaml (I am using the docker distribution...) You set it in your mailman.cfg. As it says in mailman/config/schema.cfg
There is no
mailman/config/schema.cfg
on my system. Should I raise a issue over at the docker-mailman github?I have:
/opt/mailman/core/mailman-extra.cfg /opt/mailman/core/var/etc/mailman.cfg
Should I change it in the second one?
/opt/mailman/core/mailman-extra.cfg
Change it in this one.
-- If not me then who? If not now then when? If not here then where? So, here I stand, I can do no other root@worik.org 021-1680650, (03) 4821804 Aotearoa (New Zealand)
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
worik writes:
There is no
mailman/config/schema.cfg
on my system.
Aside: I don't see how your system can work if that's true. This file contains essential fallbacks and database configuration that you shouldn't touch (because Mailman upgrades will overwrite it), and so it's in the Mailman code, not with the user-configurable.
It's not urgent, but you might want to find that file as it provides documentation of many things that you can (and sometimes should, as in site_owner) change. (Yeah, it should all be in the official docs, but you know how that goes.)
Steve
-- Associate Professor Division of Policy and Planning Science http://turnbull.sk.tsukuba.ac.jp/ Faculty of Systems and Information Email: turnbull@sk.tsukuba.ac.jp University of Tsukuba Tel: 029-853-5175 Tennodai 1-1-1, Tsukuba 305-8573 JAPAN
participants (4)
-
Abhilash Raj
-
Mark Sapiro
-
Stephen J. Turnbull
-
worik