Displaying 20 results from an estimated 9000 matches similar to: "auth-master socket access"
2005 Sep 18
2
Maildir quota's
Hey,
is
http://www.dovecot.org/patches/1.0/quota.tar.gz
supposed to work with maildir quota's for virtual mailboxes? Using it
with dovecot-lda (cvs) results in DSN
Your message was automatically rejected by Sieve, a mail
filtering language.
The following reason was given:
Internal quota calculation error
Thanks,
Lieven
-------------- next part --------------
A non-text attachment was
2005 Jan 19
1
Problems with smbpasswd: any local changes are discarted after connection request
Hi,
Can anybody confirm the following problem:
Sequence:
bash-2.05# grep ankerpos /usr/samba.moonrock/private/smbpasswd
ankerpos:921:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-0
bash-2.05# /usr/samba.moonrock/bin/smbpasswd -c /usr/samba.moonrock/lib/smb.conf
ankerpos
New SMB password:
Retype new SMB password:
bash-2.05# grep ankerpos
2005 Jan 20
2
Excel files & file modification time
Hi everyone,
I have a problem on samba running on RHEL 3 kernel 2.4.21 with RHEL 3
samba packages - samba-3.0.7-1.3E.1.
The problem is, that when people open excel files (with office 97
version of excel) the file modification time is changed (even if the
file is only opened and excel closed without saving).
This same problem does not occur on the [homes] share (in every test
untill now it never
2004 Apr 29
0
REofRE: password change on the domain password server using clienttools
Hi Lieven
Thanks for advise !
the
getent passwd
command shows me all the users of the 2k domain in this format :
DOMAIN2K+user:x:10000:10026::/home/NetBiosName/user:/bin/bash
I think that's correct. But do you think I got to use nss pam or something
like that ?
I just can't login with a 2000 user on Samba, but guests (unknown users )
can, when I permit them to. So I think users are
2007 Dec 12
2
discrepancy between periodogram implementations ? per and spec.pgram
hello,
I have been using the per function in package longmemo to obtain a
simple raw periodogram.
I am considering to switch to the function spec.pgram since I want to be
able to do tapering.
To compare both I used spec.pgram with the options as suggested in the
documentation of per {longmemo} to make them correspond.
Now I have found on a variety of examples that there is a shift between
2007 Sep 26
1
deliver net_connect auth-master failed: Permission denied
Ok, I've ALMOST got this working ... I can run deliver as a user, but when
I try using it as the default delivery agent from sendmail, I get
deliver(userid): net_connect(/var/run/dovecot/auth-master) failed: Permission denied
Does deliver run as root, as the recipient's ID, sendmail's ID or
sendmail's GID? (I'm running freebsd)
Or am I totally clueless ??
Here is dovecot
2008 May 20
2
Running sieve filters on already delivered mails
I want to know what the best way to run sieve filters on already
delivered mail is.
Problem is that I have a rather large unfiltered mailbox and filtering
it by hand would be a PITA.
I don't mind coding something up to do this, but I just don't think that
I'm the first one with this problem.
Thanks
- Axel
2005 Dec 27
2
postfix, dovecot, sasl deliver error
Hi,
I am receiving an error when trying to send mail. I am using FreeBSD 6
and dovecot 1.0.alpha5 and postfix 2.3-20051223 which includes the
dovecot sasl patch.
I am getting:
Dec 26 17:26:45 example postfix/pipe[612]: DC90D5C30:
to=<tep@example.com>, relay=dovecot, delay=14, delays=14/0.05/0/0.08,
dsn=4.3.0, status=deferred (temporary failure. Command output: Error:
2006 Jan 04
5
help with link_to_if, I can''t make it work...
For the life of me I can''t get it to work. Here is an example of my
syntax. I''m trying to make comment.name a link to comment.web_site only
if there is a comment.web_site. Can someone please help?
<%= link_to_if(comment.web_site.length > 0, comment.name,
comment.web_site {"class" => "comment_by"}) %>
--
Posted via
2007 Mar 05
2
IAX2, DTMF and x86_64.
Hi all,
I'm just starting to play with 1.4. I installed 1.4.1 on an Ia32
machine, and can't find any problems. So, I decided to upgrade my home
pbx. All went well until I tried using my S101 to talk to the IVR. Some
times, the first one or two digits get through, but eventually a digit
will get stuck, playing continuously until the call is terminated. I
have confirmed this
2005 Dec 15
6
Navigation menu
I have a navigation menu that contains a link per controller in my
application.
This menu is the same for all controllers, but I want this behaviour:
<a>Users</a>
<span>Statistics</span>
and
<span>Users</span>
<a>Statistics</a>
depending on the page you''re currently on.
I''ve put a <render :partial =>
2002 Jul 03
2
--{enable/disable}-suid-ssh removed, rhosts auth gone when UID != 0
Hi,
According to ChangeLog someone "(bal)" removed -{enable/disable}-suid-ssh
from configure (dating from 2002/06/07). Don't know the reason, probably
this has something to do with PrivilegeSeparation.
Consequence is: Users with UID != 0 are no longer able to allocate
privileged ports, sshd answers "Rhosts Authentication disabled,
originating port will not be
2006 Jan 22
2
Rails and Apache: Error
I''ve done my development using WEBrick, and now I want to put my
application on a server that uses Apache. (not with fcgi)
I think I''ve done everything like I''m supposed to, but when surfing to
my site I get:
Application error
Rails application failed to start properly"
In /var/log/apache/error_log, I get this error:
2006 Jan 21
9
Where to put method
I''ve got following code in GenresHelper.rb
def album_list(genre)
albums = genre.albums.sort
list = albums.collect { |album| link = link_to album.title,
:controller =>
''albums'',
:action => ''show'',
2016 Jun 07
3
PACT-2016 ACM Student Research Competition (SRC)
#########################################################
PACT-2016:
Call for Abstracts in ACM Student Research Competition (SRC)
http://pact2016.eew.technion.ac.il/acm-src
#########################################################
IMPORTANT DATES
Abstract submission: 11:59pm US EDT Friday, June 17, 2016
Acceptance notification: 11:59pm US EDT Friday, July 15, 2016
Poster
2009 Jun 25
4
Using by() and stacking back sub-data frames to one data frame
Dear all,
I have a code where I subset a data frame to match entries within
levels of an factor (actually, the full script uses three difference
factors do do that). I'm very happy with the precision with which I can
work with R, but since I loop over factor levels, and the data frame is
big, the process is slow. So I've been trying to speed up the process
using by(), but I got stuck at
2007 May 10
1
problem with read.table( )
Hi All,
I would like to input a .txt file by using read.table()
the file data.txt:
Name ID
IMAGE:1000031 suid=115221
IMAGE:1000208 51265
IMAGE:1000334 64770
IMAGE:1000365 suid=99969
IMAGE:1000500 55421
IMAGE:1000875 64770
IMAGE:1000892 399655
IMAGE:1000942 suid=112379
IMAGE:1007141 5001
IMAGE:1007150 55
IMAGE:1007164 suid=117508
IMAGE:1007167 suid=102504
2008 Feb 11
1
Dovecot auth-master socket as postfix table lookup source.
Hi all.
Intro: Timo has already done great job providing patch which allows
postfix to authenticate directly against dovecot (included in latest
postfix sorce code/release).
Now I'm looking around for one more thing. I want to use dovecot's
user db as source for postfix lookup tables.
In particular: virtual_mailbox_maps
Main reason is - postfix access rules and fighting against spam.
2005 Aug 19
1
auth-master socket creation problem?
I tried activating this code in the example config file and it failed to
create the socket. You might want to look inti this. Running alpha1.
#auth external {
# socket connect {
# master {
# path = /var/run/dovecot/auth-master
# }
# }
#}
2000 Sep 08
5
mount: only root can do that
I am having a problem letting users mount there samba shares.
The root user has no problem mounting . But regular users get the error
"mount: only root can do that "
when trying to execute the following.
mount -rw -t smbfs //jelly-bean-iii/E /home/ca43887/E
Any help is appreciated.
Thanks,
Charles