Hi Mark,

Doh, my bad. I have 2 sudo's installed and was using the wrong one. I have to use /bin/sudo to get the standard one. Thanks for jogging my memory.

On 3/22/2022 3:11 PM, Mark Sapiro wrote:
On 3/22/22 12:00, Mark Sapiro wrote:
On 3/22/22 11:47, Dennis Putnam wrote:
For some reason the crontab for mailman is gone. When I try run crontab for mailman on crontab.in there is no error but when I run 'crontab -l -u mailman' it says there is no crontab. Can someone tell me how to fix this? TIA.

Are you running crontab as the mailman user?
```
crontab -u mailman path/to/crontab.in
```
or
```
sudo -u mailman crontab path/to/crontab.in
```


Also, if you ran this for another user, you clobbered that user's crontab and you need to remove the mailman crontab from that user and restore the original if any.


Attachment: OpenPGP_signature
Description: OpenPGP digital signature

------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to