Displaying 20 results from an estimated 10000 matches similar to: "Why the mode of /dev/null is changed after system reboot?"
2006 Apr 04
1
1.0.beta5 released
Just two changes:
- Beta4's SSL proxying rewrite worked worse than I thought.
Reverted it back to original code.
- Filesystem quota plugin now looks up the mount path correctly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url :
2006 Apr 04
1
1.0.beta5 released
Just two changes:
- Beta4's SSL proxying rewrite worked worse than I thought.
Reverted it back to original code.
- Filesystem quota plugin now looks up the mount path correctly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url :
2006 Apr 12
3
1.0.beta7
Sorry, the authentication problem still wasn't actually fixed in beta6.
Now, this time I tested every possible authentication case that it
really works.
I'll soon create a CVS branch which is going to stabilize into the 1.0
release. I won't add new features there so it shouldn't really get
broken anymore, at least because of new features..
So, two changes in this release:
2006 Apr 12
3
1.0.beta7
Sorry, the authentication problem still wasn't actually fixed in beta6.
Now, this time I tested every possible authentication case that it
really works.
I'll soon create a CVS branch which is going to stabilize into the 1.0
release. I won't add new features there so it shouldn't really get
broken anymore, at least because of new features..
So, two changes in this release:
2006 Apr 12
3
1.0.beta6 released
Fixes, mostly:
* The login and master usernames were reversed when using
master_user_separator (now the order is UW-IMAP compatible).
* Killing dovecot master process now kills all IMAP and POP3
processes also.
+ -a parameter to dovecot prints now all settings that Dovecot uses.
-n prints all settings that are different from defaults.
+ Added pop3_lock_session setting
+ %M modifier
2006 Apr 12
3
1.0.beta6 released
Fixes, mostly:
* The login and master usernames were reversed when using
master_user_separator (now the order is UW-IMAP compatible).
* Killing dovecot master process now kills all IMAP and POP3
processes also.
+ -a parameter to dovecot prints now all settings that Dovecot uses.
-n prints all settings that are different from defaults.
+ Added pop3_lock_session setting
+ %M modifier
2005 Nov 06
2
"qc-usb" kernel module src.rpm for CentOs 4.2 compile issues
Hi Ignacio,
I'm running Centos 4.2 on some machines and just wonder which is the
correct procedure to build one of your packages i've fonund in the
fedora.ivazquez.net for FC4 but for CentOs for kernel-modules:
http://fedora.ivazquez.net/yum/4/i386/SRPMS.ivazquez/kernel-module-qc-usb-0.6.3-0.iva.1.src.rpm
2006 Apr 02
5
1.0.beta4 released
I haven't had yet time to read all the mails in this list which I
skipped in the last few of weeks. I'll try to get to them eventually.
This release contains several new features which haven't been fully
tested yet, such as ACLs, master users and Maildir++ quota. If you
intend to use them, test them properly first.
This is the first Dovecot release where it's supposed to work
2006 Jan 22
4
1.0.beta2 released
I had originally thought that I'd do a complete audit of the Dovecot's
sources this weekend, but looks like I didn't. Hopefully I've been
writing good enough code that the "1000 EUR for security hole" offer
lasts for a long time. :)
This release should fix the SSL parameter regeneration problem. There
were two changes that were needed to fix it, but I had forgotten the
2006 Feb 08
6
1.0beta3 released
Since there have been so many requests, I guess it's time for beta3 now.
There are a couple of issues that I'm still concerned about, but those
probably happen with beta2 as well.
If you're beginning to see more connection hangs/timeouts with this
release, please tell me.
* Dotlock code changed to timeout faster in some situations when
the lock file is old.
+ Added support for
2006 Nov 22
1
gotoiftime and blocking calls
I am trying to use the Gotoiftime CMD to not allow calls to be placed
between the hours of 12am-5am, except if you know the PIN number to dial out
and if the call is for 911.
What is the best way to implement this solutions?
I have the gotoiftime like so:
exten => s,1,GotoIfTime(5:00-11:59|mon-fri|*|*?custom-blacklist,s,1)
and using Read for the PIN like so:
exten => s,3,Read(Secret,,3)
2011 Oct 19
2
listing all occurrences in a vector
Dear all,
I have a dataframe with two columns, where NUMBER is the number of occurrences of DEPTH:
DEPTH NUMBER
1 2 1
2 3 2
3 2 3
4 5 1
> a<-data.frame(c(2,3,2,5),c(1,2,3,1))
> colnames(a)=c("DEPTH","NUMBER")
I want a column or a vector where all the DEPTHs are listed: 2, 3, 3, 2, 2, 2, 5 (NUMBER=1 in all cases).
Is there
2011 Jan 11
4
Denying authentication
Hello,
I've been running dovecot for over 3 years now and it works
with no problems. I have it setup so that it authenticates users against
Active Directory via LDAP and so far no problems.
What I would like to know is if there is any way that I
could deny access for users trying to access email via cellphones or email
clients outside the company. I can
2006 Jan 16
7
1.0 beta1 released
As promised, here it is finally.
v1.0 is getting nearer and I want people to start looking at Dovecot's
sources. Getting some more help with development would be nice, but I'd
also like to hear if there are any hidden bugs in the code. So, one week
from now I'll start offering 1000 EUR for the first person to point out
a remotely exploitable security hole in Dovecot. See
2005 May 18
2
Trouble mounting a second drive
I am tying to mount a second hard drive to my server with CentOS
installed on the primary hard drive. I need to get some data off of
the drive. It also has Linux installed on it. It was the primary hard
drive on the system it was installed on.
When I set it up as the second disk it will not boot the drive because
it has /boot partition on it. So it conflicts with the /boot partition
on the primary
2011 Sep 18
2
calculating VAR of a (Gumbel) copula
Hello,
I am a new user of R (2.13.1), my operational system is Windows Vista.
I have a problem with the attached file SFEVaRHAC.r, calculating the VAR of
a Gumbel copula, based on the attached GumHAC_VaR_PL_w250_n1000_s2500.txt
1. I had a Error in file(file, "rt") : cannot open the connection message.
I solved it by reading a post in nabble to use setwd(choose.dir()) and
2013 Mar 03
5
[Bug 61765] New: Regression: null pointer dereference on reboot after switcheroo use
https://bugs.freedesktop.org/show_bug.cgi?id=61765
Priority: medium
Bug ID: 61765
Assignee: nouveau at lists.freedesktop.org
Summary: Regression: null pointer dereference on reboot after
switcheroo use
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux
2011 May 12
3
dovecot proxy with nopassword and postfix sasl
HI All
I have setup a dovecot proxy with remote auth, value nopassword in the passdb to make the auth remotely.
With pop3 and imap the authentication is made on the remote server and this work perfectly.
I have tested with wrong and correct password.
Then I have added the postfix sasl and this also works fine, the request is made to dovecot.
My problem is that with this method I can give any
2010 May 22
5
quota and postfix virtual users
hi everyone i have a mailserver working with postfix 2.5.1 vda and
virtual user with mysql and dovecot, everything is working fine but i want
to offer quota and i have a problem with that because the quota in
roundcube appear but calculate is wrong i need to delete the maildirsize
file to force to recalculate, what can i do??? in my dovecot i have imap{
quota imap_quota, in plugins section i have
2007 Nov 23
2
How to bridge two connected calls
Hi everybody.
I am in the following scenario:
1 Customer "A" calls an asterisk box over a Zap channel on
a toll free number during night time
2 The incoming call enters an AGI script on the dialplan
3 The AGI script plays back a welcome message, then
starts the music-on-hold stream
4 The AGI script originates a calls to a
stand-by operator's cell phone (operator