====== Differences ======

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
it:msmtp [2026/04/28 15:10] vlpit:msmtp [2026/04/28 15:10] (current) vlp
Line 9: Line 9:
 `curl https://api.ipify.org\?format\=json 2> /dev/null | jq --raw-output '"Subject: nuc ip\ntest\(.ip)"' | msmtp nick@dns.fr` `curl https://api.ipify.org\?format\=json 2> /dev/null | jq --raw-output '"Subject: nuc ip\ntest\(.ip)"' | msmtp nick@dns.fr`
  
- Incoming server +##Incoming server: 
-IMAP (Recommended) + 
-POP +    Incoming IMAP server 
-Incoming IMAP server +    mail.infomaniak.com 
-mail.infomaniak.com +    IMAP port 
-IMAP port +    993 SSL / TLS (recommended) 
-993 SSL / TLS (recommended) +    SMTP sending server   
-SMTP sending server +    mail.infomaniak.com 
-mail.infomaniak.com +    Outgoing SMTP port 
-Outgoing SMTP port +    587 STARTTLS (recommended)
-587 STARTTLS (recommended)+