Displaying 20 results from an estimated 144 matches for "userbs".
Did you mean:
user's
2013 Oct 18
2
Login into other user's account // master user for non-master users // chroot to users.<user>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Currently some of our organizational roles uses shared secrets (aka the
password) to access the mail account of an organizational role, say
"sales" for example. For one, I don't like shared secrets, for second,
there had been some changes to shared mailboxes, I can only say "user
sales has deleted the message at then and
2015 Feb 19
4
Excel and Samba Problem
ok..
and you did also a ..
chmod -R 2770 /path/to/dir
The folder you are share-ing also needs 2770
>-----Oorspronkelijk bericht-----
>Van: Oliver Werner [mailto:oliver.werner at kontrast.de]
>Verzonden: donderdag 19 februari 2015 13:45
>Aan: L.P.H. van Belle
>CC: samba at lists.samba.org
>Onderwerp: Re: [Samba] Excel and Samba Problem
>
>I have try it but does not
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
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,
2010 Mar 04
1
INBOX of a shared namespace appears to be always subscribed
In dovecot 1.2.10 I run into the following problem: Our users are
entitled to share their personal mailboxes. This works. But if user A
shares any of its mailboxes with user B, then dovecot always reports
the INBOX of user A as subscribed by user B. No matter whether user B
really subscribed the INBOX of A, or whether user A permitted user B
the access to its INBOX. The problem is caused
2006 Sep 11
1
group membership issue?
Hey List-
running samba 3.0.23b
I have an issue with a single member of a group not being able to get write
access to a share that all the other members have access to. I have checked
the file permissions and they look good to me. Any thoughts on where to look
or solve this? Below is some info.
share portion of smb.cnf:
[ecwtest]
path = /data/www/webroot
writeable = yes
create mode = 6775
2008 May 13
1
cannot get calls with Tellfree brazilian provider
Hi,
I'm making some tests with Tellfree brazilian provider. I'm using 2
users A and B, one for calling and the other to receive calls. When I
make a call I can see (from the CLI console) user A is calling user B
but user B does not answer (the phone continues to ring) even if the
"sip show registry" command says user B is registered.
In my sip.conf I have:
register =>
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.
2017 Oct 25
0
authenticate as userA, but get authorization to user userB's account
On 10/25/2017 12:58 PM, Heiko Schlittermann wrote:
> We could create new "role" users, share the password and create an
> additional account within the mail client (thunderbird) they use. From
> users perspective it is exactly what they want. But I dislike the idea
> of sharing the password.
For what reason exactly? It not being personalized, too easy to leak,
potentially
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
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
2007 Jun 01
0
3.0.24 -- Office read only issue, bizarre EAs and disappearing ACLs
Everyone,
I have finally resolved the new heartburn 3.0.24 on Ubuntu Feisty was
giving me and have stumbled upon some information that might help others
out there.
I was seeing problems with ACL entries getting mangled and disappearing,
Excel making files read only and extended attributes doing bizarre
things. The solution revolved around what appears to be a change in how
ACLs are managed.
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:
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
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?
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
2017 Oct 25
6
authenticate as userA, but get authorization to user userB's account
Hello,
given a small organization. There are *personal* mailboxes (mailbox per
user, incl. subfolders et cetera). The users can share specic folders
via the ACL (we call it "other users/", Dovecot calls it "shared"
folder. Additionally there are mailboxes Dovecot calls "public" (we use
the term "groups/"). They are not associated with a specific account,
2011 Dec 13
3
ssh-agent and IdentityFile
I've noticed that the ssh-agent applies any keys it already has
passwords for (via ssh-add) first, overriding the ssh config files for
preferred identity file from .ssh/config and -i. This seems a
documented behavior.
However, this causes problems with some tool chains that use the
authorized_keys command directive to change behavior based on which
key is used.
In my case, I use gitolite for
2017 Oct 25
1
authenticate as userA, but get authorization to user userB's account
Jochen Bern <Jochen.Bern at binect.de> (Mi 25 Okt 2017 14:44:26 CEST):
?
> > additional account within the mail client (thunderbird) they use. From
> > users perspective it is exactly what they want. But I dislike the idea
> > of sharing the password.
>
> For what reason exactly? It not being personalized, too easy to leak,
> potentially not expiring ever, ... ?
2018 Jun 06
1
Shared mailboxes, index files and 'per-user-seen' flags
...r:%%h/Maildir:INDEX=%h/shared/%%u:INDEXPVT=%h
/shared/%%u
like it's mentioned in the Dovecot wiki. But that doesn't work as
I expected, because the 'per-user-seen' flags do not work correctly
anymore, i think. If UserA, who has UserB as shared mailbox,
changes the seen flags of UserBs INBOX, UserBs seen flags are also
changed. The other way, if UserB changes seen flags in his INBOX
they are not changed in the shared view of UserA. Is this the
supposed way to work or do i have an error in the configuration?
Any help is appreciated.
Thanks, Thomas.
Here's my currently used...