Mark Sapiro wrote:
> To diagnose this further, can you create a test list, set Default action
> to take when a member posts to the list to Hold, mass subscribe an
> address and send a post from that address and see if it's held. It
> should be, and if it is, I think things ar
Mark Sapiro wrote:
> This says it was held for moderation. Is there an X-Mailman-Approved-At:
> header which would say it was approved by a moderator?
No "X-Mailman-Approved-At" in the header. All the X-Mailman headers in the mail
sent to the list were included in m
On 2024-11-18 16:23, Mark Sapiro wrote:
On 11/17/24 21:27, Mark wrote:
You have done everything correctly. What is missing is the user's
browser is not putting `fr` first in the Accept-Language: HTTP header
in it's requests.
Most browsers have a setting to control this.
G
Once again, thanks for taking time to reply.
Mark Sapiro wrote:
> On 11/18/24 04:12, m...@suburbia.org.au wrote:
> This should not happen. In the message as delivered to the list what do
> you see in the X-Mailman-Rule-Misses: header and the
> X-Mailman-Rule-Hits: header if any?
`
ep 14 2024, 03:00:30) [GCC
12.2.0]
Postorius Version 1.3.8
Cheers,
Mark
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/ma
On 2024-11-14 23:58, Mark Sapiro wrote:
On 11/14/24 13:57, Mark wrote:
Most message emails (such as the Welcome email) all arrive in French,
but not the Password Reset email (shown below) - it arrives in
English.
This message comes from django-allauth. there is a French message
catalog
rewrite it differently as it's confusing
some users.
Regards,
Mark
---
Subject: [lists.domain.com] Password Reset Email
---
Hello from lists.domain.com!
n that I did something wrong -
unfortunately with over 200 people on the list in question I'd rather not
subject them to repeated test emails.
Happy to check any logs if there might be something to hunt for.
cheers,
Mark
___
Mailman-users mailing
Hi Mark,
Thanks for taking the time to reply.
Mark Sapiro wrote:
> On 11/16/24 21:41, m...@suburbia.org.au wrote:
> > However, I've just done a test of a newly added user (a test email account
> > for me), seen that the Moderation Action is None, but when I posted to th
On 2024-11-18 01:38, Mark Sapiro wrote:
On 11/17/24 16:57, Mark wrote:
I can see the French text for the "Password Reset Email" in the
django.po file. And running the compilemessages command reports the
"django.po" for French is okay and up to date. Should I be recompi
Bottom line up front: site admins can do some of the things below via
https://example.com/mailman3/postorius/users thanks to
https://gitlab.com/mailman/postorius/-/issues/403 - I am going to include my
original post, in case it helps for visibility should others come up against
this in future:
and the web UI.
Ideally, as the Policy is set as "Open", the subscription of any new
email address should be added automatically.
Have I missed a configuration setting somewhere?
Any advice really appreciated.
Regards,
Mark
$ mailman info
GNU Mailman 3.3.9 (Tom Sawyer)
Python 3.1
On 12/17/24 13:35, Mark wrote:
... if I subscribe with an address that has never been used before, I
receive an email that requires me to confirm the subscription.
The subscription is also held in the administrator's "Subscription
requests: Pending confirmation".
Th
v/lib/python3.11/site-packages/postorius/forms/list_forms.py
... changing initial=False to initial=True - onLine 1267
pre_verified = forms.BooleanField(
label=_('Pre Verified'),
initial=True,
...
And then restart of mailman3 and mailmanweb after editin
On 3/1/25 13:58, Mark wrote:
I have a MM3 list to whose archive I recently added an mbox file of
older emails.
Viewing/searching the archive (Hyperkitty) is working fine.
Downloading archives "for the month" or "last 30 days" delivers the
expected ".mbox.gz
ne.
However, when I download the "Entire archive" and attempt to gunzip that
".mbox.gz" file I get the error: " ... unexpected end of file".
Or using Gnome desktop's "Extract", I get the error "..truncated gzi
d -
which displays as "testlist". (I was expecting to see
"testl...@example.com").
The others just get displayed as a variable. Eg. $owner_email
Have I missed a setting somewhere?
Regards,
Mark
GNU Mailman 3.3.9 (Tom Sawyer)
Python 3.11.2 (main, Mar
**
On 5/27/25 18:54, Mark wrote:
However when I update the template, the databases are updated
correctly but the Welcome message is still sent with the old template
content.
mailman.templates
mailmanweb.postorius_emailtemplate
I cannot find where this content is written or is being cached.
Any clues on tracking this bugbear down gratefully received.
Regards,
Mark
$ mailman info
GNU Mailman 3.3.9 (Tom Sawyer)
Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
config file: /etc/mailman3/mailman.cfg
db url:
ts/testlist.example.com/en/list:user:notice:welcome.txt"
in mailman.templates didn't help.
So now, with both databases cleared, mailman looks for the updated file
without any problems.
Thank you very much Mark, once again, for your solid advice and
patience.
Best,
Mark
___
On 5/28/25 01:14, Mark wrote:
Then I created a template using Postorius and updated the uri in
mailman.templates to:
file:///opt/mailman/mm/var/templates/lists/testlist.example.com/en/list:user:notice:welcome.txt
- and that works.
It's looking promising. Now I just need to modi
On 6/26/25 04:25, Mark wrote:
A footer template is created and initially it works as expected.
Editing the footer template sees the new content written to the
database,
In addition to viewing the edited content in the database, the new
template can also be viewed in Lynx on localhost at
On Thu, 2025-06-26 at 18:36 -0700, Mark Sapiro wrote:
>
> You can delete the cached entry from the database via `mailman shell
> as in
> >>> cm = getUtility(ICacheManager)
> >>> uri = 'the_uri_from_the_template_table'
> >>> cm.get(uri
> On 6/28/25 21:50, Mark wrote:
> >
> > Yes, I thought so too. I also tried 0d -- which wrote the expiry
> > date
> > the same as the created date (to the second).
> >
> > # /etc/mailman3/mailman.cfg
> > [mailman]
> > cache_life: 0d
&g
On Sat, 2025-06-28 at 21:55 -0700, Mark Sapiro wrote:
>
> See https://gitlab.com/mailman/mailman/-/issues/1230
>
> I intend to implement disabling the cache entirely by setting
> cache_life
> to any zero value, i.e. 0s, 0m, 0h, etc.
>
Setting the cache_life to a zero
On Sat, 2025-06-28 at 20:56 -0700, Mark Sapiro wrote:
>
>
> A much simpler way to accomplish the same thing is to set
>
> cache_life: 1m
>
> in the [mailman] section of mailman.cfg.
>
Yes, I thought so too. I also tried 0d -- which wrote the expiry date
the same
to get the edited footer to show in the emails I've restarted
mailman3/mailmanweb, rebooted the server - but no joy.
Any advice on how to flush the cache or hammer this gremlin greatly
appreciated.
Thanks,
Mark
___
Mailman-users mailing
On 2025-08-01 19:40, Mark Sapiro wrote:
Please confirm that the issue only occurs with the modified
/opt/mailman/venv/lib/python3.11/site-packages/django_mailman3/views/user_adapter.py
and does not occur with the original .../user_adapter.py.
Hi Mark,
In working through this I reverted
On 2025-08-01 19:40, Mark Sapiro wrote:
I.e., I'm trying to determine if there is some issue with the modified
../user_adapter.py or if the issue does not involve the modification,
but rather just the setting of ACCOUNT_ADAPTER
If I leave the modified "user_adapter.py" in pl
On 2025-08-01 19:10, Wikinaut wrote:
# Settings below supplement or override the defaults.
# see
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/UN6IY7ZPYULLZFAVZ7Z34YBFBDTXXMNN/
del ACCOUNT_AUTHENTICATION_METHOD
ACCOUNT_LOGIN_METHODS = {'email', 'username'}
del ACCO
What happens if you put the unmodified "user_adapter.py" in place and
add the ACCOUNT_ADAPTER string to the "settings.py" file.
I.e. I'm trying to determine if the issue is related to the
modifications or if it occurs even with the unmodified
"user_adapter.py" with the ACCOUNT_ADAPTER strin
On 2025-07-31 03:31, Mark Sapiro wrote:
Anything is possible, it's only code ;)
You could make your own user_adapter.py which is modified like
and set that as the ACCOUNT_ADAPTER. This depends on whatever is
proxying to Django setting the appropriate HTTP_HOST header.
Thank you
l domains on the server. Is it possible to disable the
Sign-up for only one of the domains ?
Regards,
Mark
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailm
On 2025-08-01 01:37, Mark Sapiro wrote:
raise self.model.DoesNotExist(
django.contrib.sites.models.Site.DoesNotExist: Site matching query
does not exist.
That error will occur when settings.py contains
SITE_ID = 0
and the host in the http request is not one of the hosts in the
On 2025-08-01 02:46, Mark Sapiro wrote:
And here I had
return super().is_open_for_signup(self, req)
which should return the is_open_for_signup result from
allauth.account.adapter.DefaultAccountAdapter but since that result is
an unconditional True, what you have is OK too
ender` address as a nonmember of the list if it is not a
member, but the `sender` is the first non-empty value in `senders` which
normally would be the From: address unless the installation has changed
the `sender_headers` setting
--
Mark Sapiro The highway is for gamblers,
San Francisc
tion into which a MM 2.1 list is
imported actually also supports Django users for Postorius and/or
HyperKitty.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-use
don't understand why telling the user that she has an account
and she can just log in with one of the N MM 2.1 passwords she had on
the N MM 2.1 lists or get a reset email if she doesn't know or remember
the password(s) is any easier for the user than telling her to go to ...
and
tion to re-enable all the
subscriptions disabled by bounce.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To uns
rst in case of problems.
After doing either of the above, there will still be a user with address
= EMAIL_1, but that user should have no subscriptions. You can delete
that user via Postorius and if desired the remaining user with address
EMAIL_2 could add EMAIL_1 as another address.
--
Mark Sapiro
lnet to port 25. Can you do that from the old MM 2.1
server? Can you connect and receive the greeting and send `EHLO
hostname` and get a good response?
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter u
in the ban list.
multiple repeat at position 11
Some entry beginning with `^` had something like `**`, `+*`, etc. at
position 11.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
ue at
https://gitlab.com/mailman/mailman/-/issues/new
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe se
ng is to migrate everything and then delete
the unwanted lists and their archives from Postorius and HyperKitty.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman
On 9/29/24 00:59, Odhiambo Washington via Mailman-users wrote:
Could you allow me to revisit this issue since I haven't solved it? First,
I bypassed CloudFlare DNS proxying just to ensure I have nothing is coming
in between my browser and the web server.
That did not help with the issue of the "
On 10/1/24 06:46, Chupin Maxime via Mailman-users wrote:
Thanks.
Unfortunately, whereas TIMEOUT is set to 59 and RETRY to 60, I still get the
warn... Very weird.
We recommend
Q_CLUSTER = {
'timeout': 300,
'retry': 360,
'save_limit': 100,
'
the forwarding alias in /etc/aliases?
Yes.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email
On 10/1/24 06:49, Chupin Maxime via Mailman-users wrote:
Thank you, but still asking for Password to execute mailman-web...
Look at the contents of the mailman-web script. My guess is it contains
`sudo -u list ...`
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area
On 10/7/24 11:23, jko...@luc.edu wrote:
HI Mark, I was off for a couple days. I have a feeling postfix is misconfigured
because I see that port 25 is open. The server is not receiving mail at all.
Are there any tips for things I can check. The logs are not showing much
because the mail
f the domain of the created list is
not currently known it will be registered unless the -D/--no-domain
option is given.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailma
>> socket.getfqdn()
```
If that returns `localhost`, that's the issue. I think you can fix it by
putting a fully qualified domain name in /etc/hostname.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/plugins/docs/intro.html
for some documentation and
https://gitlab.com/mailman/example-mailman-plugin/-/tree/master for an
example.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use
that be my next step?
You should add hash:/opt/mailman/mm/var/data/postfix_vmap to
virtual_alias_maps only.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mai
om Postfix.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3
e, msgdata):
"""Add a custom email header."""
message['X-Custom-Header-1'] = 'ABCD'
logger.info('Custom header added to message for list: %s',
mlist.fqdn_listname)
to /opt/mailman/venv/lib/python3.9/site-packages/mailman/handler
On 10/17/24 15:06, Andy Matthews wrote:
Hey Mark, I'm looking at the documentation here:
https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/model/docs/domains.html#domains
Which seems to indicate that adding a domain via the CLI is as easy as:
from mailman.interfaces.d
in the handlers directory without the .py extension and with any
`_` changed to `-`.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@
ilman create --help`.
Mailman core has no concept of `primary domain` which is why it's not
documented.
Are you creating lists via REST as you posted previously. If so, the
domain must exist, but if you created domains as above, they should
exist as long as you committed your chan
7:36) [GCC
11.4.0]
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@ma
ailman-web/-/merge_requests/50
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailma
if member.delivery_status == DeliveryStatus.by_bounces:
... member.preferences.delivery_status = DeliveryStatus.enabled
...
>>> commit()
>>>
```
Watch out for a possible wrapped line above.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Ar
those trying to install the
Debian/Ubuntu packages via apt.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To
57...@mail.mailman3.org> post to
mailman-users@mailman3.org from don...@molino.it, 1683 bytes
```
(the delay between 11:15:02 and 15:22:57 above is the time between
arrival and held message approval)
Do you see things like that?
--
Mark Sapiro The highway is for gamblers,
San Francisc
in
Mailman's shunt queue?. The fact that the message is archived means the
issue is either in mailman/handlers/to_outgoing.py or
mailman/runners/outgoing.py
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B.
On 10/5/24 11:01, Mark Sapiro wrote:
Is there anything relevant in mailman.log? Are there messages in
Mailman's shunt queue?. The fact that the message is archived means the
issue is either in mailman/handlers/to_outgoing.py or
mailman/runners/outgoing.py
Do you have any c
`/postorius/` or `/mailman3/`
part. I.e, for this list whose info page is at
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/,
the setting is
```
POSTORIUS_TEMPLATE_BASE_URL = 'https://lists.mailman3.org'
```
--
Mark Sapiro The highway is for gamblers,
San Fran
all parameters and variables of the list and couldn't find one that
might be related to it.
We are running an old version of Mailman 3.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use y
subscribers since a date.
Thanks!
___
With the default settings mailman.log contains no evidence of subscribe
actions.
This is a known issue. See https://gitlab.com/mailman/mailman/-/issues/1143
--
Mark Sapiro The highway is for gamblers,
San
in the above doc needs to be at the
location defined in the `configuration:` setting in the
`[archiver.hyperkitty]` section of mailman.cfg
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
__
t/mailman-users@mailman3.org/thread/TN4EBXWP74O6BVTRJSN6LD3Y3QETH3DW/
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.
ists.example.com/list:user:action:subscribe',
timeout=5)
```
and see what that does? I think it should time out because this is
exactly what Mailman core is doing tho get the template, and if it does,
perhaps you can determine why from this simple example.
--
Mark Sapiro The high
ces.delivery_status = DeliveryStatus.enabled
...
>>> commit()
>>>
```
If you just want to list them
```
>>> for member in m.members.members:
... if member.delivery_status == DeliveryStatus.by_bounces:
... print(member)
...
>>>
```
--
Mark Sapiro
hem as root (via sudo).
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-user
ebody needs to be root or
a sudoer to create systemd files and edit postfix and web server
configs, but that doesn't need to be `mailman`.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense
quot;;
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/www.list.org/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.list.org/privkey.pem
```
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use you
7;, 'mailing_list',
'member_id', 'metadata', 'moderation_action', 'preferences',
'preferences_id', 'preferred_language', 'receive_list_copy',
'receive_own_postings', 'registry', 'role',
rpose. It has nothing to do with enabling multiple addresses
for posting to a list.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-
queries to
get the relevant information for a single list and restore it.
I have just created https://gitlab.com/mailman/mailman/-/issues/1182 for
this.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense
the `testl...@lists.domain.tld` list.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email
what you want.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mai
is
mail01.datsemultimedia.com and its A is 45.79.102.219. Is this your
server, if so add both 45.79.102.219 and mail01.datsemultimedia.com to
ALLOWED_HOSTS.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense
On 10/31/24 21:18, Jigme Datse wrote:
On Thu, 31 Oct 2024 20:07:00 -0700
Mark Sapiro wrote:
What's in Django's logs?
Attached logs (I hope that works). A couple are currently empty?
I suspect the django_q error is because you need to run `django-admin
migrate`[1], bu
. set
mynetworks = 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128 162.144.108.19
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailman3.o
of all the MM 3 installations I
support, but I don't know how it gets there as even though
readme_renderer imports it, it is not listed as required by
readme_renderer or anything else.
In any case, in your venv, do
```
pip install --update readme_renderer cmarkgfm
```
--
Mark S
On 10/27/24 12:41, Bill Oliver wrote:
On Sun, 2024-10-27 at 10:01 -0700, Mark Sapiro wrote:
In any case, in your venv, do
```
pip install --update readme_renderer cmarkgfm
```
That did the trick, though I had to use --upgrade instead of --update.
Thanks... Now on to the next step.
My
at if
you're looking for something specific, you can find it easily.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- mailman-users@mailm
he correct configuration. Try running
```
mailman -C path/to/mailman.cfg shell
```
and see if that helps.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list
n-requests/2.32.3'
http://lists.example.org/mailman3/api/templates/list/community.lists.example.com/list:user:action:subscribe
```
as the Mailman user?
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your s
onse.
Can you do that as the Mailman user?, e.g.
```
sudo -u mailman curl
http://localhost:8000/mailman3/api/templates/list/community.lists.example.com/list:user:action:subscribe
```
assuming the Mailman user is `mailman`.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay A
derer import markdown as md_render
File "/opt/mailman/venv/lib/python3.10/site-
packages/readme_renderer/markdown.py", line 16, in
from CommonMark import commonmark
ModuleNotFoundError: No module named 'CommonMark'
What is your version of readme_renderer? I don'
ring _handle_client()
I have no idea why there is a "connection lost". What do you think? How
can I increase the log level?
This is delivery of the message to Mailman. `connection lost` is normal
and not a problem. This has nothing to do with your issue.
--
Mark Sapiro T
hread/KGYZXN2QP3RWRZOQKLHD2MKUSI7H2W6B/
Note that if this is the issue, something other than hyperkitty_import
did it.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing list -- ma
s is normally a bad idea if list addresses are accessible from
outside your local network as it allows anyone to subscribe anyone else
by spoofing their address.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your s
but currently it
defaults to 10 as a fix for
https://gitlab.com/mailman/mailman/-/issues/1083 which is a slightly
different issue.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
owner/moderator user management?
Just ensure that list owners and moderators are using the email address
of their AD-Account. This will propagate to HyperKitty. You shouldn't
need to manipulate HyperKitty access rights directly at all.
--
Mark Sapiro The highway is for gam
On 10/31/24 16:30, Jigme Datse wrote:
Going to any of the list pages, gives the above Error. Well, not
exactly the above error, Django is in square brackets. OK, that will
work better for me with the how to fix.
What's in Django's logs?
--
Mark Sapiro The highway is fo
```
entry and then add that file to virtual_alias_maps in Postfix main.cf,
being sure to add it ahead of the postfix_vmap entry.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
st which is not in Mailman and will be only in
HyperKitty.
Also, while you can create a list in Mailman that isn't in HyperKitty,
if the list has hyperkitty enabled it will be created in HyperKitty when
the `new_lists_from_mailman` job runs.
--
Mark Sapiro The highway is for gambler
pt in that post does all lists. For a single list see
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/4QQWTTFZ7NLSMD4DDPC5VZIF62HBKPVT/
but note that the command line
```
$ shell -l l...@example.com
```
should be
```
$ mailman shell -l l...@example.com
```
--
Mar
and greater-than around a tag in a quoted block:
>
Both the above tests look fine in the archive.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-users mailing
1 - 100 of 451 matches
Mail list logo