Re: access to Echange server via IMAP

2006-08-09 Thread Paul Schmehl

Matthias Apitz wrote:

Hello,

Our central mail server is Exchange (please no comments :-))

On my FreeBSD notebook I'm using as MUA mutt, fetchmail with
IMAP to get the e-mail and sendmail to send mail over to the
Exchange, so far so good and I'm happy with it.

Btw: one could even access the INBOX with something like
$ mutt -f imap://server/
but fetchmail is better, I think.

The only problem is access to common address books. Is there
some IMAP-client in the ports or elsewhere for FreeBSD for fetching
the address books from the Exchange server? Or does anybody know
how to do this speaking IMAP with telnet like:

Assuming you have a legitimate account, any LDAP browser *should* be 
able to grab the address books.  This assumes (although I haven't tried 
it) that you could set up an addressbook using LDAP and the DC and get 
your addressbooks.  (I believe Exchange's GAL is just a pointer to the 
DC's schema and data.)


--
Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


smime.p7s
Description: S/MIME Cryptographic Signature


Re: access to Echange server via IMAP

2006-08-09 Thread Atom Powers

On 8/9/06, Matthias Apitz <[EMAIL PROTECTED]> wrote:


Hello,

Our central mail server is Exchange (please no comments :-))


In my experiece MS Exchange support for IMAP is very poor, even when
using MS Outlook. (Especially when using MS Outlook?)



The only problem is access to common address books. Is there
some IMAP-client in the ports or elsewhere for FreeBSD for fetching
the address books from the Exchange server? Or does anybody know
how to do this speaking IMAP with telnet like:



I don't think it will work, but it really depends on how the address
books are stored; it's been a few years since I had to fight with MS
Exchange.

If you are Active Directory integrated, you may be able to use the
directory as if it was an LDAP server ('cause it kinda is) and pull
data out of it that way.

But you should take this to an MS Exchange list.

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


access to Echange server via IMAP

2006-08-09 Thread Matthias Apitz

Hello,

Our central mail server is Exchange (please no comments :-))

On my FreeBSD notebook I'm using as MUA mutt, fetchmail with
IMAP to get the e-mail and sendmail to send mail over to the
Exchange, so far so good and I'm happy with it.

Btw: one could even access the INBOX with something like
$ mutt -f imap://server/
but fetchmail is better, I think.

The only problem is access to common address books. Is there
some IMAP-client in the ports or elsewhere for FreeBSD for fetching
the address books from the Exchange server? Or does anybody know
how to do this speaking IMAP with telnet like:

$ telnet server 143
Connected to server
* OK Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.7638.1 
(server) ready.
A0001 CAPABILITY
* CAPABILITY IMAP4 IMAP4rev1 
A0001 OK CAPABILITY completed.
A0002 LOGIN "apitz" 
A0002 OK LOGIN completed.
A0003 SELECT "Public folders"
A0003 NO This a special mailbox and can not be selected or used as the destinati
on for mailbox operations.
...
A0010 LOGOUT
* BYE Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.7638.1 signing
 off.
A0010 OK LOGOUT completed.

Thx

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <[EMAIL PROTECTED]> - w http://www.oclcpica.org/ http://guru.UnixLand.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"