The Following 8 Users Say Thank You to VDVsx For This Useful Post: | ||
|
2013-12-23
, 14:50
|
Posts: 95 |
Thanked: 196 times |
Joined on Oct 2010
|
#12
|
|
2013-12-23
, 15:25
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#13
|
actually, in my case the username and e-mail address are identical, but I can still not send mails from jolla.
sen
is that related to a different bug then?
|
2013-12-23
, 15:42
|
|
Posts: 1,070 |
Thanked: 1,604 times |
Joined on Sep 2008
@ Helsinki
|
#14
|
actually, in my case the username and e-mail address are identical, but I can still not send mails from jolla.
sen
is that related to a different bug then?
|
2013-12-23
, 15:50
|
|
Posts: 1,070 |
Thanked: 1,604 times |
Joined on Sep 2008
@ Helsinki
|
#15
|
Be more specific what error do you get?
In my case I get "Cannot sync message" when try send mail, not even sure it related to this thread but just getting desperate test everything to get it to work..
Btw.. SMTP is always PITA if not using those big cooperations like google and so on
0 - No auth 1 - Login (commonly used, but obsoleted by Plain) 2 - Plain (commonly used) 3 - CRAM-MD5
The Following User Says Thank You to VDVsx For This Useful Post: | ||
|
2013-12-23
, 16:15
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#16
|
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:
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.Code:0 - No auth 1 - Login (commonly used, but obsoleted by Plain) 2 - Plain (commonly used) 3 - CRAM-MD5
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.
ag-tool update-service YOURACCOUNTID email int:smtp/authentication=2 ag-tool update-service YOURACCOUNTID email string:emailaddress=YOUREMAIL
|
2013-12-23
, 17:05
|
Posts: 144 |
Thanked: 134 times |
Joined on Jan 2010
@ Hamburg
|
#17
|
If you want to mess with account settings there's a command line tool, no sqlFu required:
Code:pkcon install libaccounts-glib-tools ag-tool list-accounts ag-toot list-settings <account id> ag-tool update-service <account id> <service name> (int|uint|bool|string):<key>=<value>
|
2013-12-23
, 17:33
|
Posts: 738 |
Thanked: 819 times |
Joined on Jan 2012
@ Berlin
|
#18
|
Code:pkcon install libaccounts-glib-tools ag-tool list-accounts ag-toot list-settings <account id> ag-tool update-service <account id> <service name> (int|uint|bool|string):<key>=<value>
ag-tool update-service <account id> <service name> (int|uint|bool|string):<key>=<value>
|
2013-12-23
, 17:36
|
|
Posts: 1,070 |
Thanked: 1,604 times |
Joined on Sep 2008
@ Helsinki
|
#19
|
|
2013-12-23
, 17:40
|
|
Posts: 1,070 |
Thanked: 1,604 times |
Joined on Sep 2008
@ Helsinki
|
#20
|
okay i need help here...
ag-tool list-accounts
ag-toot list-settings <account id>
this i have understand, my ID is 4 and 8 because i have two.
buuuuuut what i have to put here for informations?
service name?Code:ag-tool update-service <account id> <service name> (int|uint|bool|string):<key>=<value>
int|uint|bool|string ?
key?
value?
please explain what i (we) have to do!?
ag-tool update-service YOURACCOUNTID email string:emailaddress=YOUR-EMAILADRRESS
The Following User Says Thank You to VDVsx For This Useful Post: | ||
Nothing bad should happen if you mess the settings, but if things stop working remove the account from the UI, don't try to wipe the DB.
As per the basic settings, there was no time to add more options, so it supports most common cases, updates will improve this.
Valério Valério
www.valeriovalerio.org
Last edited by VDVsx; 2013-12-23 at 12:32.