Re:sendmail && smtps to port 465
- In reply to: Matthias Apitz : "sendmail && smtps to port 465"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Dec 2023 10:39:58 UTC
Sorry for top-posting and HTML email (just painful webmail now). To force sendmail relay mailer to connect to your smart host on port 465, add: define(`RELAY_MAILER_ARGS', `TCP $h 465')dnl after define(`SMART_HOST', .....) in your .mc file. But, as far as I can remember, sendmail doesn't support smtps, just STARTTLS. Years ago, I used to setup stunnel to do smtps instead, and left sendmail connection settings untouched. Can't say what's the current state of things, luckly I don't need smtps today. Bye, f Matthias Apitz wrote: [...] using it as AP to Internet. The SIM provider (Cubacel) does not allow connection to outbound port 25, but to port 465. With the following parameters the MUA 'mutt' can send mails fine: [...] For sendmail I have the following configuration which works fine with smtp to port 25 to my ISP when I use Wifi or datamobile in Europe: [...] What would be the change in /etc/mail/auth/client-info for smtps, port 465?