Hello,

I am trying to config mbsync (v. isync 1.3.0) for my work mail account.
I succeed with my gmail account, and I have no idea why it does not works
for my work account.
At my work, they have their own mail server.
The admin have give me the details.
To send mail I use msmtp and it works, following I am attaching my
config for both mbsync and msmtp and the output of "mbsync -D -V mathuab"

Probably it is due to a vary basic mistake on my config file,
but I have not found anything similar to my problem via google.
I am completely lost how to solve it.

Many thanks,
Laura.

--------------------- mbsync config ---------------------------------
IMAPAccount mathuab
# Address to connect to
Host mail.mat.uab.cat
Port 993
Timeout 60
User brust
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pass.gpg"
SSLType STARTTLS
# CertificateFile /etc/ssl/certs/ca-certificates.crt
CertificateFile ~/Maildir/mathuab/mail.uab.cat.pem

IMAPStore mathuab-remote
Account mathuab

MaildirStore mathuab-local
Subfolders Verbatim
Path ~/Maildir/mathuab/
Inbox ~/Maildir/mathuab/INBOX

Channel mathuab
Master :mathuab-remote:
Slave :mathuab-local:
Patterns *
Create Both
SyncState *
--------------------------------------------------------------------------------

----------------------------- msmtp config -------------------------------------
# Set default values for all following accounts.
defaults
tls            on
logfile        ~/.msmtp.log

# UAB math department
account          mathuab
tls_fingerprint  -----------
host             mail.mat.uab.cat
port             587
auth             plain
from             mym...@mat.uab.cat
user             myuser
passwordeval     "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pass.gpg"

# Set a default account
account default : mathuab
--------------------------------------------------------------------------------

--------------- mbsync -D -V mathuab -------------------------------------------
Reading configuration file /home/lazycat/.mbsyncrc
Channel mathuab
Opening master store mathuab-remote...
M: [ 1] Enter connect_store
Resolving mail.mat.uab.cat... ok
Connecting to mail.mat.uab.cat (158.109.60.21:993)...
M: [ 1] Leave connect_store
Opening slave store mathuab-local...
S: [ 2] Enter connect_store
S: [ 2] Callback enter connect_store, sts=0
pattern '*' (effective '*'): Path, no INBOX
S: [ 3] Enter list_store, flags=2
S: [ 3] Callback enter list_store
  INBOX
S: [ 3] Callback leave list_store
S: [ 3] Leave list_store
S: [ 2] Callback leave connect_store
S: [ 2] Leave connect_store
Socket error on mail.mat.uab.cat (158.109.60.21:993): timeout.
M: Callback enter bad store
M: Enter cancel_store
M: Leave cancel_store
S: [ 4] Enter cancel_cmds
S: [ 4] Callback enter cancel_cmds
S: Enter free_store
S: Leave free_store
S: [ 4] Callback leave cancel_cmds
S: [ 4] Leave cancel_cmds
M: Callback leave bad store
-----------------------------------------------------------------------------------

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to