On 2024-05-17, 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.housse...@gmail.com
remotepasseval = mailpassword('gmail')
ssl = yes
sslcacertfile = " nss-certs "/etc/ssl/certs/ca-certificates.crt
maxconnections = 1
"))))

yes it is a really odd behavior, because when I run guix shell nss-certs,
I can find $GUIX_ENVIRONMENT/etc/ssl/certs/ca-certificates.crt...


Hmm, I'm very much a newbie in terms of guix system, but maybe it has
something to do with the fact that `nss-certs` is now included by
default with guix system.[^1]

Can you run `sudo herd status nss-certs` and post the output?

Also the output of `echo "$SSL_CERT_DIR"` might be instructive.


[^1]:https://issues.guix.gnu.org/70451

p.s.: sorry for the duplicate emails I keep forgetting to reply to list!

--
Adam McCartney - https://admccartney.mur.at /

Reply via email to