[mdlug] server mail.mdlug.org refusing connections
Ron / BCLUG
admin at bclug.ca
Mon Apr 1 15:59:50 EDT 2024
Carl T. Miller wrote on 2024-03-31 19:03:
>
> Just a reminder...if you have any issues with sending or
> receiving email, send email to carl at carltm.com from
> each server and/or account that needs access.
Thanks Carl, for unblocking my server's IP.
Now I have that rDNS issue (mentioned off-list to Carl) to fix.
Meanwhile, when I send a message to this list (this msg is testing the
procedure), I run:
## On this account's mail server:
postcat -qbh $MAIL_QUEUE_ID > /tmp/$MAIL_QUEUE_ID
postsuper -h $MAIL_QUEUE_ID
## On my desktop:
rsync -vap $USER@$HOST:/tmp/$MAIL_QUEUE_ID /tmp/$MAIL_QUEUE_ID
rsync -vap /tmp/$MAIL_QUEUE_ID $USER@$HOST2:/tmp/$MAIL_QUEUE_ID
## On another mail server:
sendmail -i mdlug at mdlug.org < /tmp/$MAIL_QUEUE_ID
Believe it or not, this is actually *easier* than updating the rDNS
entry (at least, for now).
I welcome whatever clever mocking is thrown my way for being such a hack.
rb
More information about the mdlug
mailing list