]> git.madduck.net Git - etc/offlineimap.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

reenable pubkey auth
authormartin f. krafft <madduck@madduck.net>
Wed, 14 May 2008 18:56:56 +0000 (19:56 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 14 May 2008 18:56:56 +0000 (19:56 +0100)
.offlineimap/.gitignore [new file with mode: 0644]
.offlineimaprc

diff --git a/.offlineimap/.gitignore b/.offlineimap/.gitignore
new file mode 100644 (file)
index 0000000..78284fd
--- /dev/null
@@ -0,0 +1,2 @@
+id_rsa.imap@seamus
+id_rsa.imap@seamus.pub
index 63191aa5111e9570d134f2ccc5b894b9834226e7..bc83d04ccca9e316a446d90cb2b8fff0350d1e5e 100644 (file)
@@ -37,9 +37,7 @@ ssl = no
 maxconnections = 1
 holdconnectionopen = yes
 remoteuser = madduck
-#preauthtunnel = ssh -CaxS none -o "KeepAlive = yes" -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" -o "ControlMaster no" -i ~/.offlineimap/id_dsa.imap seamus.madduck.net 'MAIL=$HOME/.maildir/ /usr/lib/dovecot/imap'
-# while SSH key auth is disabled
-preauthtunnel = ssh -Cax -o "KeepAlive = yes" -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" seamus.madduck.net 'MAIL=$HOME/.maildir/ /usr/lib/dovecot/imap'
+preauthtunnel = SSH_AUTH_SOCK= ssh -CaxS none -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" -o "ControlMaster no" -i ~/.offlineimap/id_rsa.imap@seamus seamus.madduck.net
 expunge = yes
 foldersort = py_foldersort_seamus
 nametrans = py_nametrans_seamus