v1.0, 2002-03-28
Revision History | ||
---|---|---|
Revision 1.0 | 2002-03-28 | Revised by: ar |
Submitted to the LDP for publication. | ||
Revision 0.3 | 2002-03-25 | Revised by: ar |
Added the site-wide Pine Configuration information | ||
Revision 0.2 | 2002-03-22 | Revised by: ar |
Added Exchange v5.5 requirement, Pine v4.0 requirement, and Acknowledgements Section. | ||
Revision 0.1 | 2002-03-21 | Revised by: ar |
Submitted to the LPD community/listserv for review. |
Here are the important settings for communicating with the Exchange Server:
NOTE: The syntax of each setting will be shown in the Example configuration.
One potential problem that you may run into is SMTP Authentication. Basically, this means that you need to provide a username and password to use SMTP to send email. I have found no official documentation which states that Pine supports SMTP Authentication (more so on the contrary). The closest thing I've found is the possibility of a /user Parameter to the smtp-server setting, which was mentioned briefly in the change log from version 4.20 to 4.21. It was also brought up a couple of times on the listserv. (see Resources)
If you still have problems with it, here is an alternative which I ended up using. You can have your SysAdmin add your IP address to the Exchange Server to allow you to bypass the SMTP authentication.
Let us assume the following default information (You may provide your own if you have it available):
Printed Name = "Foo Foo" Account/User Name = "foofoo" Domain Name = "foofoo.org" Exchange/IMAP/LDAP Server = "192.168.1.25" |
user-domain=foofoo.org smtp-server=192.168.1.25 inbox-path={192.168.1.25/user=foofoo}INBOX folder-collections="INBOX Folders" {192.168.1.25/user=foofoo}inbox/[], "Mailbox Folders" {192.168.1.25/user=foofoo}[] default-fcc="{192.168.1.25/user=foofoo}Sent Items" postponed-folder={192.168.1.25/user=foofoo}Drafts customized-hdrs=From: Foo Foo <foofoo@foofoo.org> ldap-servers=192.168.1.100 "/base=/impl=1/rhs=0/ref=0/nosub=0/type= /srch=contains/time=/size=/cust=/nick=/matr=/catr=/satr=/gatr=" rsh-open-timeout=0 |
NOTE: If you want to try SMTP Authentication with the above configuration, you would replace:
smtp-server=192.168.1.25 |
smtp-server=192.168.1.25/user=foofoo |
user-domain=foofoo.org smtp-server=192.168.1.25 inbox-path={192.168.1.25/user=${USER}}INBOX folder-collections="INBOX Folders" {192.168.1.25/user=${USER}}inbox/[], "Mailbox Folders" {192.168.1.25/user=${USER}}[] default-fcc="{192.168.1.25/user=${USER}}Sent Items" postponed-folder={192.168.1.25/user=${USER}}Drafts #customized-hdrs=From: Foo Foo <foofoo@foofoo.org> ldap-servers=192.168.1.100 "/base=/impl=1/rhs=0/ref=0/nosub=0/type= /srch=contains/time=/size=/cust=/nick=/matr=/catr=/satr=/gatr=" rsh-open-timeout=0 |