From: Efraim Flashner <efraim@flashner.co.il>
To: Reza Housseini <reza.housseini@gmail.com>
Cc: Adam McCartney <adam@mur.at>, help-guix@gnu.org
Subject: Re: Where can I find the ca-certificates.crt file from the nss-certs package?
Date: Thu, 23 May 2024 11:14:02 +0300 [thread overview]
Message-ID: <Zk76ytSKyG4HmxmH@3900XT> (raw)
In-Reply-To: <fbfce399-42e1-663a-1290-9e5c3b9b8a25@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]
On Fri, May 17, 2024 at 11:49:19AM +0200, Reza Housseini wrote:
> Hi Adam
>
> Thanks for the response. I am using Guix System and tried to configure a
> configuration file for offlineimap with guix home
>
> (simple-service 'offlineimaprc
> home-files-service-type
> (list `(".offlineimaprc"
> ,(mixed-text-file "offlineimaprc" "
>
> [general]
> accounts = Gmail
> maxsyncaccounts = 3
> pythonfile = ~/.config/mailpassword.py
>
> [Account Gmail]
> localrepository = Local
> remoterepository = Remote
>
> [Repository Local]
> type = Maildir
> localfolders = ~/Maildir
>
> [Repository Remote]
> type = IMAP
> remotehost = imap.gmail.com
> remoteuser = reza.housseini@gmail.com
> remotepasseval = mailpassword('gmail')
> ssl = yes
> sslcacertfile = " nss-certs "/etc/ssl/certs/ca-certificates.crt
> maxconnections = 1
> "))))
What I end up using is:
(or (getenv "GIT_SSL_CAINFO") (getenv "SSL_CERT_FILE"))
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2024-05-23 8:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-17 6:51 Where can I find the ca-certificates.crt file from the nss-certs package? Reza Housseini
2024-05-17 7:39 ` Adam McCartney
2024-05-17 9:49 ` Reza Housseini
2024-05-17 11:10 ` Andreas Enge
2024-05-17 15:02 ` Adam McCartney
2024-05-17 20:06 ` Reza Housseini
2024-05-18 10:43 ` Adam McCartney
2024-05-23 8:14 ` Efraim Flashner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zk76ytSKyG4HmxmH@3900XT \
--to=efraim@flashner.co.il \
--cc=adam@mur.at \
--cc=help-guix@gnu.org \
--cc=reza.housseini@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).