EmailDiscussions.com  

Go Back   EmailDiscussions.com > Email Service Provider-specific Forums > FastMail Forum
Register FAQ Members List Calendar Today's Posts
Stay in touch wirelessly

FastMail Forum All posts relating to FastMail.FM should go here: suggestions, comments, requests for help, complaints, technical issues etc.

Reply
 
Thread Tools
Old 28 Nov 2008, 08:05 PM   #121
festus77
Member
 
Join Date: Oct 2005
Location: Near the Pecos Wilderness, NM
Posts: 41
Quote:
Originally Posted by COUME View Post
ok, that's where you messed up then

You only need to modify the configuration between:


In the configuration part, you assign values to variables that will be used at a later point in the script.

Therefore you need to amend the following line, to write it as it was initially.


Try again and see if it works.

If not, you may want to try to modify the following in your configuration part:
Replace: by

HTH,
Ludo
OK Ludo, thanks for the help, but that's all I am changing. Let's say my email name is "rudolph@150ml.com" and my password is "kungpao". Is this not correct?

# --- configuration ---
$ldapserver = "ldap.messagingengine.com";
$domain = "fastmail.fm";
$username = 'dc=rudolph@150ml.com,ou=Users';
$password = "kungpao";
$basedn = "dc=AddressBook";
# --- end configuration ---
...
$ldap->bind($username, password=>$password);

Also tried with $domain="150ml.com";

Thanks,
festus

Last edited by festus77 : 28 Nov 2008 at 10:09 PM.
festus77 is offline   Reply With Quote
Old 28 Nov 2008, 11:56 PM   #122
COUME
Master of the @
 
Join Date: Apr 2002
Location: Twickenham, UK
Posts: 1,306
Quote:
Originally Posted by festus77 View Post
OK Ludo, thanks for the help, but that's all I am changing. Let's say my email name is "rudolph@150ml.com" and my password is "kungpao". Is this not correct?

# --- configuration ---
$ldapserver = "ldap.messagingengine.com";
$domain = "fastmail.fm";
$username = 'dc=rudolph@150ml.com,ou=Users';
$password = "kungpao";
$basedn = "dc=AddressBook";
# --- end configuration ---
...
$ldap->bind($username, password=>$password);

Also tried with $domain="150ml.com";

Thanks,
festus
Erm, if the above does not work, I am not sure to understand what is wrong then and unfortunately, my linux laptop is still being repaired so I cannot test it back home
Hopefully, someone else will be able to help you further.
You could also try to contact the FM support regarding the above issue or give it a go in the Gentoo forums

Thanks
Ludo
COUME is offline   Reply With Quote
Old 29 Nov 2008, 01:47 AM   #123
festus77
Member
 
Join Date: Oct 2005
Location: Near the Pecos Wilderness, NM
Posts: 41
Quote:
Originally Posted by festus77 View Post
OK Ludo, thanks for the help, but that's all I am changing. Let's say my email name is "rudolph@150ml.com" and my password is "kungpao". Is this not correct?

# --- configuration ---
$ldapserver = "ldap.messagingengine.com";
$domain = "fastmail.fm";
$username = 'dc=rudolph@150ml.com,ou=Users';
$password = "kungpao";
$basedn = "dc=AddressBook";
# --- end configuration ---
...
$ldap->bind($username, password=>$password);

Also tried with $domain="150ml.com";

Thanks,
festus
Just wondering if this might be a firewall problem (not allowing port 389 or 636, LDAP and LDAPs) through. I'm not at home to test right now. Firewall is a D-Link DIR-655.

Any thoughts?
festus77 is offline   Reply With Quote
Old 29 Nov 2008, 07:32 AM   #124
festus77
Member
 
Join Date: Oct 2005
Location: Near the Pecos Wilderness, NM
Posts: 41
Quote:
Originally Posted by festus77 View Post
Just wondering if this might be a firewall problem (not allowing port 389 or 636, LDAP and LDAPs) through. I'm not at home to test right now. Firewall is a D-Link DIR-655.

Any thoughts?
OK - not a firewall issue.

Any help or ideas?
festus
festus77 is offline   Reply With Quote
Old 29 Nov 2008, 08:35 AM   #125
festus77
Member
 
Join Date: Oct 2005
Location: Near the Pecos Wilderness, NM
Posts: 41
Quote:
Originally Posted by festus77 View Post
OK Ludo, thanks for the help, but that's all I am changing. Let's say my email name is "rudolph@150ml.com" and my password is "kungpao". Is this not correct?

# --- configuration ---
$ldapserver = "ldap.messagingengine.com";
$domain = "fastmail.fm";
$username = 'dc=rudolph@150ml.com,ou=Users';
$password = "kungpao";
$basedn = "dc=AddressBook";
# --- end configuration ---
...
$ldap->bind($username, password=>$password);

Also tried with $domain="150ml.com";

Thanks,
festus
OK - I got it. Had to change

$username = 'dc=rudolph@150ml.com,ou=Users';
to
$username = 'cn=rudolph@150ml.com,ou=Users,dc=messagingengine,dc=com';

Now if I can just figure out how to sort this list!
festus77 is offline   Reply With Quote
Old 22 Feb 2009, 01:52 AM   #126
ehlo
Member
 
Join Date: Oct 2008
Location: UK
Posts: 39
Quote:
Originally Posted by ehlo View Post
Has there been any progress on LDAP write access?

TIA
Bumping. Any progress?
ehlo is offline   Reply With Quote
Old 5 Apr 2009, 09:59 PM   #127
carra
Member
 
Join Date: Aug 2008
Location: Italy
Posts: 30
Red face Trouble with Evolution

Quote:
Originally Posted by mvpittman View Post
Anyone get this working with Evolution. I'm on the fence about re-activating my FastMail account, since they added LDAP access to the addressbook. I wanted to give this a try with Evolution.
Same here with latest Evolution 2.26: it gives me "incorrect URI" "server unreachable" "unable to open address book"...
Logs are here:
Code:
(evolution:14862): eab-widgets-WARNING **: EABView at present does not support multiple writes on the "source" property.
Also this thread (outside Emaildiscussions) seems to confirm the bug.
Any tips?
Thanks in advance
carra is offline   Reply With Quote
Old 1 Jun 2009, 09:11 PM   #128
rblon
Essential Contributor
 
Join Date: Jun 2009
Posts: 340
FastMail LDAP in Thunderbird (2.0.0.21 for Windows)

I noticed auto-completion using my FastMail addresses wasn't working anymore in Thunderbird. I looked up the configuration instructions on http://wiki.fastmail.fm/index.php?title=LDAP and it seemed my settings were correct.

Now, trying a few other settings, I have made the following observations:
1) SSL on ldap.messagingengine.com (port 636) doesn't seem to work (anymore)
2) non-SSL on ldap.messagingengine.com (port 389) does work
3) SSL on mail.messagingengine.com (port 636) does work

Can someone let me know if this makes "sense", especially as it is not consistent with the instructions on the wiki page.

Also, the wiki page mentions that the bug in Thunderbird regarding downloading of LDAP address books has been fixed. However, I still get (with settings 2 and 3) a "Replication failed" error, when I try to download the addressbook.
rblon is offline   Reply With Quote
Old 1 Jun 2009, 09:31 PM   #129
Fabaus
Senior Member
 
Join Date: Jan 2009
Posts: 171
Quote:
Originally Posted by rblon View Post
...ldap.messagingengine.com (port 636) doesn't seem to work (anymore) .
Hi rblon,

The wiki is incorrect in the sense that you have to use mail.messagingengine.com and not ldap.* See here. For a while... both ldap.* and mail.* worked. I have no idea why non-ssl still works on ldap.* though

Regarding the Thunderbird fix... Well, it is fixed, but it is only rolled out on the nightly builds or next release editions.

Fabaus
Fabaus is offline   Reply With Quote
Old 1 Jun 2009, 09:57 PM   #130
rblon
Essential Contributor
 
Join Date: Jun 2009
Posts: 340
thx Fabaus, that makes it clear.
It seems the wiki should be changed then (not sure how actively it is maintained).
Also as it states that the Thunderbird bug is fixed, while that is actually not the case for the production release (which is the only one that is relevant for most users). Reading BugZilla now, it appears that there is a fix available for more than 2 years, but that won't be released before Thunderbird 3.
rblon is offline   Reply With Quote
Old 2 Jun 2009, 01:35 PM   #131
robmueller
Intergalactic Postmaster
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 6,102

Representative of:
Fastmail.FM
ldap.messagingengine.com is the correct server to use, not mail.messagingengine.com

I just checked, and my Outlook Express instance is still using ldap.messagingengine.com with SSL over port 636, and it's working fine.

The download bug in TB is fixed in the TB3 branch, which is currently at beta 2 stage (http://www.mozillamessaging.com/en-U...arly_releases/)

Rob
robmueller is offline   Reply With Quote
Old 2 Jun 2009, 04:49 PM   #132
rblon
Essential Contributor
 
Join Date: Jun 2009
Posts: 340
I have re-tested, but reach the same conclusion: SSL with ldap.messagingengine.com (port 636) doesn't work for me in Thunderbird. It would be interesting to see if someone else does get it working (or not) in Thunderbird.

Sorry to be pedantic about this bug-fix, but it seems we are FastMail users and not Thunderbird developers. Also, I assume the Wiki page is less than a year old, why would you add "The bug is now FIXED", while actually the status hasn't changed at all (ie the bug-fix is available in development branch for more than 2 years now)?
rblon is offline   Reply With Quote
Old 3 Jun 2009, 11:33 PM   #133
WannabeMKII
Senior Member
 
Join Date: Jul 2008
Location: UK
Posts: 128
Quote:
Originally Posted by robmueller View Post
The download bug in TB is fixed in the TB3 branch, which is currently at beta 2 stage
Hmmm. How safe is TB Beta 2 to use as a daily mailer?
WannabeMKII is offline   Reply With Quote
Old 5 Jun 2009, 04:21 PM   #134
robmueller
Intergalactic Postmaster
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 6,102

Representative of:
Fastmail.FM
I have 2.0.0.16 installed. I've setup LDAP as shown in the screen shot here (scroll down to the TB one).

http://blog.fastmail.fm/2008/08/07/l...-address-book/

I have no entries in my local address book, and it searches my LDAP address book fine.

I think you should delete + re-add the LDAP account in TB.

Rob
robmueller is offline   Reply With Quote
Old 5 Jun 2009, 04:23 PM   #135
robmueller
Intergalactic Postmaster
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 6,102

Representative of:
Fastmail.FM
Sorry, not sure what the state of TB 3 beta 2 is. There's a forum thread about it here.

http://forums.mozillazine.org/viewto...f=29&t=1115205

Rob
robmueller is offline   Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +9. The time now is 06:43 AM.

 

Copyright EmailDiscussions.com 1998-2022. All Rights Reserved. Privacy Policy