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 |
NOTE: If you type in an email address in the "To:" box, it will NOT do an LDAP search or any other addressbook search (ie. user@smtp.email.org).
If you just want to do a search, without actually composing a new message, you can go directly to your addressbook, select the LDAP server, and type the search string from there (ie (M)ain, (A)ddressbook).
In case you do not want Pine to do an automatic LDAP lookup everytime you compose a new message, you can change the parameter "/impl=1" in the "ldap-server" setting to "/impl=0". This will allow you to do a manual LDAP query if you wish.