update mail conf

This commit is contained in:
Jeff Lance 2021-05-27 21:30:48 +02:00
parent eb3d306997
commit 41eba118bf
5 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@
}, },
"username": "games@mala.fr", "username": "games@mala.fr",
"password": "", "password": "",
"passwordCmd": "secret-tool lookup email games@mala.fr service imap", "passwordCmd": "pass ssl0.ovh.net/games@mala.fr",
"onNewMail": "mbsync games@mala.fr-inbox", "onNewMail": "mbsync games@mala.fr-inbox",
"onNewMailPost": "notmuch new", "onNewMailPost": "notmuch new",
"boxes": [ "boxes": [

View File

@ -7,7 +7,7 @@
}, },
"username": "jlance", "username": "jlance",
"password": "", "password": "",
"passwordCmd": "secret-tool lookup email jean-francois.lance@ac-creteil.fr service imap", "passwordCmd": "pass ac-creteil.fr/jlance",
"onNewMail": "mbsync jean-francois.lance@ac-creteil.fr-inbox", "onNewMail": "mbsync jean-francois.lance@ac-creteil.fr-inbox",
"onNewMailPost": "notmuch new", "onNewMailPost": "notmuch new",
"boxes": [ "boxes": [

View File

@ -7,7 +7,7 @@
}, },
"username": "jeff.lance@mala.fr", "username": "jeff.lance@mala.fr",
"password": "", "password": "",
"passwordCmd": "secret-tool lookup email jeff.lance@mala.fr service imap", "passwordCmd": "pass ssl0.ovh.net/jeff.lance@mala.fr",
"onNewMail": "~/bin/emails/mailsync jeff.lance@mala.fr-inbox", "onNewMail": "~/bin/emails/mailsync jeff.lance@mala.fr-inbox",
"onNewMailPost": "notmuch new", "onNewMailPost": "notmuch new",
"boxes": [ "boxes": [

View File

@ -30,8 +30,8 @@ Host ssl0.ovh.net
User jeff.lance@mala.fr User jeff.lance@mala.fr
# Get the password account through secret-tool # Get the password account through secret-tool
# I replaced it by a pass command # I replaced it by a pass command
PassCmd "secret-tool lookup email jeff.lance@mala.fr service imap" # PassCmd "secret-tool lookup email jeff.lance@mala.fr service imap"
# PassCmd "pass emails/jeff.lance@mala.fr" PassCmd "pass ssl0.ovh.net/jeff.lance@mala.fr"
# Use SSL # Use SSL
# SSLType IMAPS # SSLType IMAPS
SSLType None SSLType None
@ -122,8 +122,8 @@ Host ssl0.ovh.net
User games@mala.fr User games@mala.fr
# Get the password account through secret-tool # Get the password account through secret-tool
# I replaced it by a pass command # I replaced it by a pass command
PassCmd "secret-tool lookup email games@mala.fr service imap" # PassCmd "secret-tool lookup email games@mala.fr service imap"
# PassCmd "pass emails/games@mala.fr" PassCmd "pass ssl0.ovh.net/games@mala.fr"
# Use SSL # Use SSL
# SSLType IMAPS # SSLType IMAPS
SSLType None SSLType None
@ -201,8 +201,8 @@ Host imap.ac-creteil.fr
User jlance User jlance
# Get the password account through secret-tool # Get the password account through secret-tool
# I replaced it by a pass command # I replaced it by a pass command
PassCmd "secret-tool lookup email jean-francois.lance@ac-creteil.fr service imap" # PassCmd "secret-tool lookup email jean-francois.lance@ac-creteil.fr service imap"
# PassCmd "pass emails/jean-francois.lance@ac-creteil.fr" PassCmd "pass ac-creteil.fr/jlance"
# Use SSL # Use SSL
SSLType IMAPS SSLType IMAPS
# The following line should work. # The following line should work.

View File

@ -13,7 +13,7 @@ auth on
tls on tls on
tls_starttls off tls_starttls off
user jeff.lance@mala.fr user jeff.lance@mala.fr
passwordeval "echo $(secret-tool lookup service smtp user jeff.lance@mala.fr)" passwordeval "echo $(pass ssl0.ovh.net/jeff.lance@mala.fr)"
auto_from off auto_from off
from jeff.lance@mala.fr from jeff.lance@mala.fr
@ -24,7 +24,7 @@ auth on
tls on tls on
tls_starttls off tls_starttls off
user games@mala.fr user games@mala.fr
passwordeval "echo $(secret-tool lookup service smtp user games@mala.fr)" passwordeval "echo $(pass ssl0.ovh.net/games@mala.fr)"
auto_from off auto_from off
from games@mala.fr from games@mala.fr
@ -36,7 +36,7 @@ auth on
tls on tls on
tls_starttls off tls_starttls off
user mathslance@gmail.com user mathslance@gmail.com
passwordeval "echo $(secret-tool lookup service smtp user mathslance@gmail.com)" passwordeval "echo $(pass google.com/mathslance@gmail.com)"
auto_from off auto_from off
from mathslance@gmail.com from mathslance@gmail.com
@ -48,7 +48,7 @@ auth plain
tls on tls on
tls_starttls off tls_starttls off
user jlance user jlance
passwordeval "echo $(secret-tool lookup service smtp user jlance)" passwordeval "echo $(pass ac-creteil.fr/jlance)"
auto_from off auto_from off
from jean-francois.lance@ac-creteil.fr from jean-francois.lance@ac-creteil.fr