Displaying 20 results from an estimated 6000 matches similar to: "Use of non-user readable (null password) private keys"
2009 Aug 14
4
Redirecting mail gives 'mail forwarding loop' to the sender - calling for sieve help
Greetings, i am testing:
- dovecot-1.2-sieve-0.1.11
- dovecot 1.2.3
- dovecot-1.2-managesieve-0.11.8 (with patch)
I am trying to use sieve_after to execute some redirection of mails.
I have put in the after script:
require "include";
require "fileinto";
if header :contains ["To","Cc"] "userA at acasalud.com.ar"
{
keep;
redirect
2016 Feb 10
2
Accessing to mail as another user
El 09/02/16 a las 13:44, Matthias Fechner escribi?:
>
> do you maybe mean shared mailboxes:
> http://wiki.dovecot.org/SharedMailboxes
>
I don't want shared mailboxes. I have to access the other mailbox as a
complete separate account from my personal one.
I think I can achive this with master user, but I need to found a way
to configure permissions so the real user has access
2003 Dec 02
2
users home directorys
Hi All,
Is it possible for different users to sync their home directory's (which
reside on the same server) using rsync. By that I mean that usera will
using rsync to sync /home/usera and userb will sync /home/userb on the
same server but usera will not have access to /home/userb. I hope I am
making sense. I do not want to use ssh, just rsync. I have RTFMs but
they did not answer my question.
2002 May 10
3
Unix Group Question with repect to Samba
I have a question with regards to using Unix groups with samba. This might
be easier to explain with an example.
Lets say I have two users
UserID: GID
UserA:Group1
UserB:Group2
etc.....
I now have an entry in /etc/group that looks like
groupdev::UserA, UserB
If I have a directory with group ownership set to "groupdev" and group mode
"rws"
UserA & UserB cannot create a
2007 Jul 16
1
[Asterisk]Asterisk's behavior of a simple call
Hello,
I tried to configure a very simple case of Asterisk using SIP
userA --- Asterisk server ---- userB
sip.conf
[userA]
type=friend
username=userA
host=dynamic
nat=no
context=test
[userB]
type=friend
username=userB
host=dynamic
nat=no
context=test
In extensions.conf
[test]
exten => 1000,1,Dial(SIP/userA)
exten => 2000,1,Dial(SIP/userB)
I make a call from userA to userB, it works,
2005 Apr 04
3
Excel files Locking up problem
Hi,
My samba is 3.0.13 version.
I got a funny problem. UserA logs on to a shared (all users can read/write/execute rights) drive and opens an excel file. UserA closes the file or modifies it. When UserA reopens the file in 5 secs or less, the file seems to be lock by the computer that UserA is on! When UserA had closed the file, UserB on another computer tries to open the file and it says
2000 Mar 29
1
/etc/smbusers
Hello,
i have a user, say userA, which has a valid account (/etc/passwd) on my RH 6.1CZ
box, as well as samba one (/etc/smbpasswd).
userA logs into his win98 box as a userB, which is unknown both to samba and
unix. So I put a new record in /etc/smbusers like this:
userA = userB
afterwards I have restarted samba server, but the user still cannot connect to
his samba shares if he use userB as his
2010 Jul 23
1
Shared folders issue
Hello guys,
I have an issue with shared folders:
1) The USERA shares his INBOX with USERB
2) USERB subscribes the USERA share without problems.
3) USERA deletes all his / or some directories from his INBOX (Trash,
Drafts and Sent)
4) USERA logouts and makes login, so dovecot recreates the folders.
5) USERB gains access to subscrive those folders (Trash, Drafts and Sent)
this is my namespace
2006 Oct 05
1
quota dict (mysql)
Hi,
I have dovecot configured to make use of the dict (mysql) plugin in
order to keep track of the used quota.
First, as you can see in the mysql table output below it seems that
values aren't stored correctly.
Secondly I get all kinds of database related errors in my mail logs.
The (relevant) sections of the configuration files are also included below.
My question is, what am I doing wrong?
2003 Jul 23
1
problem running logon script
Hello.
We have at the firm a Windows 2000 Domain Controler. I recently configured
a linux box, configured samba and joined the Win2000 DC. Everything went
fine, i can connect to the Win DC, but i have a problem. On the DC there
is a logon script, that basically defines a place on the Win DC where
certain programs should keep their files and maps on every client two
shares, that again reside on the
2015 May 04
2
PublicFolders using Maildir and INDEXPVT in Dovecot v2.2.13
Dear all,
we have succesfully configured Dovecot v2.2.13 in debian wheezy 7.8
(using backports)
using Maildir structure, to use private index files for the \Seen flag
on a per user basis.
All users access their emails and Public Folders using IMAP protocol.
The problem is that when a user moves an email from publicFolderA to
publicFolderB under the same namespace
the other users see this
2008 Apr 29
2
Broken Header uidvalidity problem after upgrade
Hi, we use a current Debian etch distribution as basis for our servers,
which are running within a vmware server environment. Our current
configuration consists of a dovecot server with imap enabled and a ldap
based authentication. Mails are stored using the Maildir format on a
central nfs store. We do not use any virtual mailboxes.
Since upgrading from dovecot version 1.0.rc15 (debian
2010 Jul 05
1
SIP response 482 "Loop Detected"
Hi,
We have tried upgrading from 1.6.1.14 to 1.6.2.9 and have found that we are unable to URI dial our clients. We run a multi-tenant server and have set sip.conf to forward calls to a public context based on incoming domain name. This was all working before but not it is complaining of a loop back as the source and target server are the same.
Any ideas on how to overcome this problem as we dial
2015 Feb 19
4
Excel and Samba Problem
Hello,
We have a problem with our Samba server (we tested with two versions 3.6.6 and 4.1.11).
When a User edit an Excel file and saves, another user can not save this edited later.
The temporary file named like 885E9010 will be created and Excel reports that this file can not be accessed.
I have test it with Windows and Mac. Both have the same Problem.
This is our samba configuration:
2013 Apr 22
2
Applying head to wall to figure out permissions issues.
I have a permissions issue on a Samba DC running 3.5.6. UserA does not have
permissions to write to file opened by UserB. Specifically, a file created
by UserA gets 764 permissions and UserB can't write to the file until
permissions are changed either on the server to +w for other or UserA
changes the permissions on the file from Windows for Everyone to have write
permissions.
I have tried nt
2007 Apr 24
1
Logging enhancement
I would like to suggest a logging enhancement that would contribute
greatly to access auditing.
Currently nothing is logged when a user connects to another server as a
different user.
The auditing trail is broken for tracing access.
userA> ssh userB at hostB
A simple syslog addition (for example) to ssh.c closes that gap.
/* Log into the remote system. This never
2011 Sep 16
1
shell login with multiple domains via trusts
It's been a long journey, bear with me.
we have multiple domains, that have interdomain trusts in separate forests.
I can successfully authenticate via "wbinfo -A A\\userA" and "wbinfo -A B\\userB"; same with -K.
The host is joined do AD "A". UserA can authenticate successfully and get a shell.
However I desire B\\UserB to also be able to login as well.
2013 Dec 20
1
Reading DTMF sent by callee during a SIP call
Hi everyone,
I am looking for advice about the design of a SIP-based intercom. I
count on your help, as my current attempts are not fruitful (yet).
This will be a pretty long message, so here's my fundamental question:
Is there a way to interpret DTMF tones sent by the calee
(not the caller) while a voice call is in progress?
Here's the desired scenario:
- there is a box with
2005 Jan 31
3
multiple pppoe connections
My Internet gateway is using ADSL PPPoE connection with dynamic public
IP assigned by ISP. My Internet gateway is Redhat AS3 U2, shorewall
2.0.9
As my ISP provided 4 simultaneous pppoe dailup connection for the same
physical adsl line. My linux server can be configured for multiple
pppoe connection i.e. ppp0, ppp1, ppp2, ppp3
Is it possible of shorewall to assigned say
ppp0''s IP is
2008 Nov 24
1
No write permission if POSIX bits 0 on ZFS written by M$ Office - dos_mode returning r
Hi all,
I'd appreciate any pointers or advise regarding the following issue with files
written by M$ Office on Samba 3.0.32 on snv_98 (OpenSolaris) on a ZFS filesystem:
samba share:
[sharename]
read only = No
browseable = yes
writeable = yes
directory mask = 0770
create mask = 0770
delete readonly = Yes
acl check permissions =