similar to: dovecot: lda(root): Fatal: Invalid user settings. Refer to server log for more information.

Displaying 20 results from an estimated 1000 matches similar to: "dovecot: lda(root): Fatal: Invalid user settings. Refer to server log for more information."

2012 Dec 10
2
IMAP instead of Maildir on Ubuntu Precise
Why is dovecot using Maildir and not IMAP. Or is it using even using Maildir at all? Currently I'm using mailman, postfix and dovecot to manage a mailing list. Mail is sent to thufir at dur.bounceme.net which the "mail server delivery agent stack provided by Ubuntu server team" of dovecot-postfix handles fine, keeping it locally, so far as it goes. The mail ends up in
2013 Dec 24
1
dovecot-postfix stack imap_client_workarounds
To use dovecot-postfix stack with thunderbird, do I put the configuration into /usr/share/dovecot/protocols.d/impad.protocol? That would seem to be how the stack is configured. "Thunderbird To use with Thunderbird, edit the file /etc/dovecot/dovecot.conf: protocol imap { ... login_greeting_capability = yes imap_client_workarounds = tb-extra-mailbox-sep }"
2015 Feb 19
0
sipsak: 404 error
Hi, I **think** that I have user of thufir101, because I get a 200 response below, but I also get a 404. It seems to depend on how I send the ip address/fqdn? tleilax*CLI> tleilax*CLI> sip show users Username Secret Accountcode Def.Context ACL Forcerport 201 password 201 default No Yes
2013 Mar 11
5
Integrating with Drupal SQL db
Hi I'm trying to get Dovecot to use Drupal users password for authenticating IMAP users. But I just cant figure out how to make Dovecot understand the password hash type that Drupal 7 is using. My example user with password Teacher1 looks like this in Drupal database: $S$DZwJa.U8HXT2PvTmwCK13rGEYEvnx5DB6/hlqnfCBum4s4U7MVWU Dovecot retrieves this hash but complains that its not a recognized
2009 Oct 12
2
yaml ?nodes? or nested maps
I want to iterate ?nodes? and ?leafs? for a yaml document: thufir@ARRAKIS:~/projects/rss$ thufir@ARRAKIS:~/projects/rss$ ruby user.rb user.rb:6: undefined method `[]'' for nil:NilClass (NoMethodError) from user.rb:5:in `each_key'' from user.rb:5 thufir@ARRAKIS:~/projects/rss$ thufir@ARRAKIS:~/projects/rss$ ruby user2.rb user2.rb:5: undefined method `[]'' for
2010 Jul 01
9
how to install freephoneline.exe from CLI
Looking at: http://appdb.winehq.org/objectManager.php?sClass=application&iId=10591 What are the steps to install this application? Yes, it's a garbage application, but I'd like to at least give it a go. Looks like msiexec apparently isn't the right approach. Should that be through wcmd instead? thufir at ARRAKIS:~/.wine/drive_c$ thufir at ARRAKIS:~/.wine/drive_c$ msiexec
2015 Feb 20
2
sipsak 200 for a user, but 404 for a different user...why?
What's the difference between user "123" and "devries"? Based on the output here, they seem the same..? tleilax*CLI> tleilax*CLI> sip show users Username Secret Accountcode Def.Context ACL Forcerport 201 password 201 default No Yes 123
2015 Feb 20
2
sipsak 200 for a user, but 404 for a different user...why?
On Fri, 20 Feb 2015 08:46:13 -0500, Andres wrote: > A "sip set debug on" will give you more info on why you are getting the > 404. It probably has to do something with your context/dialplan. on tleilax: tleilax*CLI> tleilax*CLI> sip set debug on SIP Debugging enabled tleilax*CLI> on doge: thufir at doge:~$ thufir at doge:~$ sudo sipsak -vv -s sip:devries at
2017 Jan 11
3
Dial() from the console?
Can I dial directly from the asterisk console with the Dial() application? or, is channel originate preferred: channel originate SIP/thufir extension 18003569377 at outbound thanks, Thufir
2006 Apr 26
1
help using tapply
Dear R-mates, # Here's what I am trying to do. I have a dataset like this: id = c(rep(1,8), rep(2,8)) dur1 <- c( 17,18,19,18,24,19,24,24 ) est1 <- c( rep(1,5), rep(2,3) ) dur2 <- c(1,1,3,4,8,12,13,14) est2 <- rep(1,8) mydata = data.frame(id, estat=c(est1, est2), durat=c(dur1, dur2)) # I want to one have this: id = c(rep(1,8), rep(2,8))
2009 Nov 11
1
Postfix and Dovecot SASL
Hello all, I am struggeling to get my Dovecot SASL to work within postfix. I have used the configuration example listed on the main-site of dovecot and it basically isn't giving me any success at all. I am probably missing something easy, but after spending a few days testing and walking through everything I could think about I thought figured it was better to ask :) Hope someone can point me
2016 Jul 06
3
rasberry pi
ok, that's really all I need to know. Of course, if anyone else wants to throw in their two cents, don't let me stop you :) -Thufir On Wed, Jul 6, 2016 at 1:36 AM, Frank Vanoni <mailinglist at linuxista.com> wrote: > I'm currently using Asterisk 11.7.0 on a Raspberry Pi 2 Model B with > Ubuntu Server 14.04. > > Works fine! :-) > > Frank > > On Wed,
2007 Dec 28
1
logistic mixed effects models with lmer
I have a question about some strange results I get when using lmer to build a logistic mixed effects model. I have a data set of about 30k points, and I'm trying to do backwards selection to reduce the number of fixed effects in my model. I've got 3 crossed random effects and about 20 or so fixed effects. At a certain point, I get a model (m17) where the fixed effects are like this
2015 Mar 23
4
[OT] switches
On 22/03/15 03:03, thufir wrote: > On Fri, 13 Mar 2015 20:33:13 -0500, Brian Franklin wrote: > >> If your phones support PoE, >> >> I have had huge success with Zyxel: >> http://www.amazon.com/ZyXEL-ES1100-16P-16-Port-Ethernet-Unmanaged/dp/B00 >> 5GRETMM/ref=sr_1_3?ie=UTF8&qid=1426296572&sr=8-3&keywords=zyxel+poe >> >> If you want to go
2008 Aug 15
1
Vectorization of duration of the game in the gambler ruin's problem
Hey fellas: In the context of the gambler's ruin problem, the following R code obtains the mean duration of the game, in turns: # total.capital is a constant, an arbitrary positive integer # initial.capital is a constant, an arbitrary positive integer between, and not including # 0 and total.capital # p is the probability of winning 1$ on each turn # 1-p is the probability of loosing 1$ # N
2015 Feb 13
2
asterisk -r spammy
when running asterisk -r, is there a way to turn off the messages? I didn't find the answer in the man page. thanks, Thufir
2015 Mar 14
3
[OT] switches
If your phones support PoE, I have had huge success with Zyxel: http://www.amazon.com/ZyXEL-ES1100-16P-16-Port-Ethernet-Unmanaged/dp/B00 5GRETMM/ref=sr_1_3?ie=UTF8&qid=1426296572&sr=8-3&keywords=zyxel+poe If you want to go even cheaper, I have successfully used these as well: http://www.amazon.com/TRENDnet-8-Port-100Mbps-Switch-TPE-S44/dp/B000QYEN
2007 May 07
1
TukeyHSD fails on my data
Howdo folks, So I have my data (attached). There are two columns I'm interested in; "algname" and "dur". I'd like to know how dur changes with algname. algname is nominal and there are 7 possibilities. There are two more nominal independents, "task" and "id", so my model is: dur ~ algname+task+id From the research I've done, a TukeyHSD
2010 Jan 26
5
Strange tick in ggplot geom_area; and ordering, again
In the area plots below, I see 4 triangle ticks at both sides of the bar; I believe these are non-stacked values for p, but they are definitively confusing. In addition, I would like to get the order of the colors in the plot the same as in the legend, and not arranged alphabetically (the factor is ordered, don't touch my order). Hadley once mentioned an undocumented aestetics
2017 Jan 17
2
How to send SIP_NOTIFY messages with variable content ?
I would be very interested in using sipsak for something like this. What have you tried so far? -Thufir On Mon, 16 Jan 2017, Olivier wrote: > Thinking over my previous, I wonder if sipsak could be used to send > outgoing SIP NOTIFY messages. > Would both Asterisk and sipsak be able to share networks resources ? > > Thoughts ? > > 2017-01-16 14:10 GMT+01:00 Olivier