using mutt with postfix and localhost:25
Jean Louis
bugs at gnu.support
Sun Sep 12 14:51:00 UTC 2021
* Globe Trotter via Mutt-users <mutt-users at mutt.org> [2021-09-12 17:47]:
> Thank you for this. OK, so you are correct in that doing nothing
> works on my office machine but not when I connect to it remotely to
> deliver my mail using ssh -L etc and am using that server to deliver
> my email.
Good that you explained your method of the connection.
And did you verify that you can reach localhost at port 25 with
certainty?
You can verify it by using `telnet':
$ telnet localhost 25
and if there is banner then you have SMTP server forwarded to local
host.
Ports under 1024 can be forwarded only as `root' as they are
considered privileged.
If you cannot reach the port 25 on localhost try forwarding it to port
1025 and then dispatch to that port.
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richard M. Stallman
https://stallmansupport.org/
More information about the Mutt-users
mailing list