
On 3/10/25 12:24 AM, Kyle Lahnakoski wrote:
When I add a user (like myself) I get a welcome email from all- request@mymaillist.org. When I respond, the mail arrives in the S3 bucket, but I do not know how to give it to mailman3. The "inject" command will not work because there is no "all-request" mailing list.
How do I feed these administrative mails to mailman3?
You can use inject
with something like
/opt/mailman/venv/bin/mailman inject -f <somefile> -q command
all@mymaillist.org
but
I have tried netcat the email to the ?LMTP? port, but it fails:
this is the better way. The issue is you are not using nc
correctly.
When you do
$ nc localhost 8024 < /tmp/pbTw1oqmV1rZtHXV707Jcov264hr
you are telling nc to take commands from the file /tmp/pbTw1oqmV1rZtHXV707Jcov264hr. You need to give it a command to send the file.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan