View Single Post
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#16
Originally Posted by VDVsx View Post
Might be a authentication issue ? Do you know what auth is supported by your server ? If you want to play with ag-tool supported values for 'smtp/authentication' are:

Code:
0 - No auth
1 - Login (commonly used, but obsoleted by Plain)
2 - Plain (commonly used)
3 - CRAM-MD5
Unfortunately most common issue with SMTP seems to be restrictions to the connection done by the ISPs, i.e if you are not in their network it won't work.
Yes thats really crap with SMTP but.... I am home when testing this so it should work, works on N9(account says "normal password" dunno if thats means 1 or 2) and in kmail option is 2 - Plain.

I will check using ag-tool now...

Originally Posted by VDVsx View Post
That's a already fixed bug, but does not matter what appear in the UI as long as the settings listed by ag-tool are correct, still does not work now ? Should be 2 in your case.
EDIT:

okey finally it works deleted account and set it to 2
and changed emailaddress field manually using:

Code:
ag-tool update-service YOURACCOUNTID email int:smtp/authentication=2
ag-tool update-service YOURACCOUNTID email string:emailaddress=YOUREMAIL
where ag-tool list-accounts lists the ACCOUNTID:s
__________________
Keep safe and healthy

Last edited by mikecomputing; 2013-12-23 at 18:41.