Custom Query (1145 matches)
Results (157 - 159 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#312 | fixed | Update Pine default collections for Exchange | jdreed | |
Description |
Now that the Exchange migration is back on, /etc/pine.conf should be updated to include both IMAP and Exchange folder collections. Something like the following should work: folder-collections="MIT Traditional IMAP" {mit.edu/hesiod/imap/user=${ATHENA_USER:-$USER}}INBOX.[], "MIT Exchange IMAP" {imap.exchange.mit.edu/ssl/novalidate-cert/user=${ATHENA_USER:-$USER}}[], "Old MH Mail" #mh/[], "Local Pine Mail" ~/mail/[] The names of the collections can be changed, if need be. This doesn't change the Inbox-Path, of course, but at least makes it easy for people to access both their IMAP and Exchange folders without having to venture into the Pine configuration screen. |
|||
#313 | invalid | stella should be able to ignore DNS | jdreed | |
Description |
Stella attempts to canonicalize the hostname before performing the moira lookup. However, DNS frequently does not agree with reality, so it would be nice if stella could be told to just run get_host on the user input. I suggest --ignore-dns or --no-really |
|||
#315 | fixed | debathena-ssh-server-config breaks ssh logins without a keytab | quentin | |
Description |
If you install debathena-ssh-server-config without having a keytab, ssh logins become impossible: OpenSSH_5.1p1, OpenSSL 0.9.7l 28 Sep 2006 debug1: Reading configuration data /Users/quentin/.ssh/config debug1: Applying options for * debug1: Reading configuration data /etc/ssh_config debug1: Applying options for * debug1: Connecting to j-l [18.181.0.240] port 22. debug1: Connection established. debug1: identity file /Users/quentin/.ssh/identity type -1 debug1: identity file /Users/quentin/.ssh/id_rsa type -1 debug1: identity file /Users/quentin/.ssh/id_dsa type 2 debug1: Remote protocol version 2.0, remote software version OpenSSH_4.7p1 Debian-8ubuntu1.2 debug1: match: OpenSSH_4.7p1 Debian-8ubuntu1.2 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.1 debug1: Offering GSSAPI proposal: gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==,gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==,gss-group14-sha1-toWM5Slw5Ew8Mqkay+al2g==,gss-gex-sha1-A/vxljAEU54gt9a48EiANQ==,gss-group1-sha1-A/vxljAEU54gt9a48EiANQ==,gss-group14-sha1-A/vxljAEU54gt9a48EiANQ==,gss-gex-sha1-bontcUwnM6aGfWCP21alxQ==,gss-group1-sha1-bontcUwnM6aGfWCP21alxQ==,gss-group14-sha1-bontcUwnM6aGfWCP21alxQ== debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: Doing group exchange debug1: Calling gss_init_sec_context Connection closed by 18.181.0.240 I discovered this when I installed the package and then went to scp the keytab into place... |