diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-06 20:48:54 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-06 20:48:54 +0200 |
commit | ba59baf10a9dffe7488060bc9c2c4170ae424fa7 (patch) | |
tree | 44f1506555d716511120176b19eb88a594a3c769 | |
parent | b5ab8b94bf3c02ff71ba431a4a8ba7c5b9a923da (diff) | |
download | dotfiles-ba59baf10a9dffe7488060bc9c2c4170ae424fa7.tar.gz dotfiles-ba59baf10a9dffe7488060bc9c2c4170ae424fa7.tar.bz2 dotfiles-ba59baf10a9dffe7488060bc9c2c4170ae424fa7.zip |
use new mail
-rw-r--r-- | bash_aliases | 1 | ||||
-rw-r--r-- | offlineimaprc | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bash_aliases b/bash_aliases index 6da0a84..688252a 100644 --- a/bash_aliases +++ b/bash_aliases @@ -22,6 +22,7 @@ alias swedish='vim ~/Secure/Notes/Swedish/swedish.txt' alias zombify='sudo -u dork /home/vasko/dorknet/dork zombify' alias irc='autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 80 vasko@wherewe.servebeer.com' +alias vps='autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@108.61.173.91' alias sourcel='source ~/.bash_aliases' alias ,.='fc -e -' alias cd..='cd ..' diff --git a/offlineimaprc b/offlineimaprc index a73c927..7ab6893 100644 --- a/offlineimaprc +++ b/offlineimaprc @@ -16,12 +16,11 @@ localfolders = ~/.mail/dove [Repository Dovecot-Remote] type = IMAP #idlefolders = ['INBOX'] -remotehost = wherewe.servebeer.com -remoteuser = vasko@wherewe.servebeer.com +remotehost = skozl.com +remoteuser = v@skozl.com #remotepass = youwish ssl = yes -cert_fingerprint = 6a6e2c0d47a9e57601a001faa908245787111b03 -#sslcacertfile = ~/.mutt/local.crt +sslcacertfile = /etc/ssl/certs/ca-certificates.crt [Account Gmail] localrepository = Gmail-Local |