Displaying 20 results from an estimated 1054 matches for "user2".
Did you mean:
user
2020 Oct 07
1
dovecot 2.3.11.3 namespace/ACL shared folder not accessible in sharing-user's Mail folder tree? have a working config?
...l/%%d/%%n/Maildir:INDEXPVT=/var/vmail-index/shared/%%u
hidden = no
list = yes
subscriptions = yes
}
plugin {
acl_globals_only = no
acl = vfile
acl = vfile:/etc/dovecot/dovecot-acl
acl_shared_dict = file:/srv/vmail/%d/shared-mailboxes.db
}
I've two users
user1 at example.com
user2 at example.com
I've shared a folder, 'SHARED' (containing files & subfolders), from user1 at example.com's folder hierarchy to user2 at example.com,
doveadm acl set -u user1 at example.com SHARED user=user2 at example.com lookup read write write-seen write-deleted insert crea...
2015 Jun 13
3
idmap & migration to rfc2307
...0:00 /usr/sbin/winbindd -D --option=server role
check:inhibit=yes --foreground
If I check a couple of users, one with a uidNumber & gidNumber, the
other without:
root at testdc1:~# getent passwd user1
user1:*:10003:10000::/home/SAMBADOM/user1:/bin/false
root at testdc1:~# getent passwd user2
user2:*:3000016:10000:Jane Doe:/home/SAMBADOM/user2:/bin/false
Do the same on the other DC:
root at testdc2:~# getent passwd user1
user1:*:10003:10000::/home/SAMBADOM/user1:/bin/false
root at testdc2:~# getent passwd user2
user2:*:3000015:10000:Jane Doe:/home/SAMBADOM/user2:/bin/false
root at tes...
2007 Feb 12
5
chown command goof up
Basically, what I typed was:
chown -R user2:user2 *
chown -R user2:user2 .*
chown -R user2:user2 *.*
...all in /home. Duh. I forgot which way recursive went.
So, I then did:
chown -R root:root *
chown -R root:root .*
chown -R root:root *.*
...this time in / to try and f things. Duh again. Other items need to
have other owners & groups....
2014 Jun 24
1
Bug/feature: mail fs pollution on IMAP select namespace/{non-existent}
...nExistentMailbox")
imapConn.logout()
Resulting in this:
drwxr-x--- 1 vmail vmail 4096 Jun 12 10:00 _attachments_
>>> drwx------ 1 vmail vmail 4096 Jun 24 14:27 NonExistentMailbox <<<
drwxr-x--- 1 vmail vmail 4096 Jun 24 00:54 user1
drwxr-x--- 1 vmail vmail 4096 Jun 24 01:24 user2
...
-rwxr-x--- 1 vmail vmail 72 Jun 24 14:27 shared-mailboxes.db
ls -l NonExistentMailbox/
-rw------- 1 vmail vmail 0 Jun 24 14:27 dovecot-acl-list
drwx------ 1 vmail vmail 4096 Jun 24 14:27 mailboxes <<< (empty)
I attached a debug log and and my sanitized dovecot config.
Please h...
2014 May 24
4
Plugin mail-filter tangles
...all
managed by your Dovecot server.
One of these users is connected to Dovecot with MUA Thunderbird, and
he's writing an email to someone outside of yours domains, but he puts
the two others users' email addresses in CC :
mail from user1 at domain1.dovecot --> to: someone at outside, CC:
user2 at domain2.dovecot, user3 at domaine3.dovecot
What happens (as far as I can understand) :
The email is submitted to Postfix : one copy is delivered outside, the
other is passed to Dovecot via LMTP for user2 & user3 @dovecot
Dovecot is handling the final delivery, through mail-filter plugin as...
2011 Jan 11
1
scaling to multiple data files
...ame minute and are rarely aligned on the same time.
Here is the original data before I turn t into a zoo series and run
na.locf() over it so I can aggregate a single host by day. I'm open to a
better way.
> foo
users datetime user_count
1 user1 & user2 2007-03-29 19:16:30 2
2 user1 & user2 2007-03-31 00:04:46 2
3 user1 & user2 2007-04-02 11:49:20 2
4 user1 & user2 2007-04-02 12:02:04 2
5 user1 & user2 2007-04-02 12:44:02 2
6 user1 & user2 & user3...
2020 Jul 20
2
To field was not correct indexed by FTS
Hi,
This To field was not correct indexed by FTS.
To: Yamada Taro <yamada at example.com>,=?UTF-8?B?dXNlcjJAZXhhbXBsZS5jb20=?= <user2 at example.com>, =?UTF-8?B?dXNlcjNAZXhhbXBsZS5jb20=?= <user3 at example.com>,
user4 desu <user4 at example.com>
--> Yamada Taro <yamada at example.com> , user2 at example.com
And follow was correct indexed by FTS
To: Yamada Taro <yamada at example.com>,"user2...
2015 Jun 14
0
idmap & migration to rfc2307
Thank you Rowland - really clear example and explanation.
>From your example, this is what I would see, once the RFC2307
attributes had been added:
root at testdc2:~# getent passwd user2
user2:*:3000015:10000:Jane Doe:/home/SAMBADOM/user2:/bin/false
root at testdc2:~# net cache flush
root at testdc2:~# getent passwd user2
user2:*:10004:10000:Jane Doe:/home/SAMBADOM/user2:/bin/false
[ ... wait some period of time ... ]
root at testdc2:~# getent passwd user2
user2:*:3000015:10000:Jan...
2011 Jan 26
2
Basic Permissions Questions
Hi List :)
So, I have a folder1, its owner is user1 who has r+w on the folder.
User2 is the group owner who only has read access (when I say user2, I
mean the group called user2, because when you make a new user the OS
can make them their own group). You can see these permissions below:
[user2 at host test]$ ls -l
drw-r----- 3 user1 user2 28 Nov 2 16:17 folder1
How ever us...
2013 Feb 15
1
Dovecot-2.1.14 - pop3 processes always hangs forever - another follow-up
.../inbox
passdb {
args = /_ETC/dovecot/db.conf
driver = sql
}
ssl = no
userdb {
driver = prefetch
}
a pop connection hangs forever after the pass command
$ telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Dovecot ready.
user user2
+OK
pass pass2
and the log shows (here, when the user connects for the first time)
dovecot[2997]: pop3-login: Login: user=<user2>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=3113, secured, session=<GTOlMjfV3gB/AAAB>
dovecot[2997]: pop3(user2): Debug: Effective uid=100003, gi...
2013 Jul 19
3
mails delivered to the wrong user when using lmtp_proxy and reject_unverified_recipient
...ostfix starts
sending a (verify) mail by LMTP to dovecot, but quits the lmtp-session
right after the RCPT TO:. No DATA-stage is reached in the protocol and
no real e-mail is sent. But Postfix had a LMTP-connection for "user1".
*) Just some seconds later a "real" e-mail to "user2" has to be
delivered to dovecot by LMTP. But Dovecot will deliver this mail to the
wrong "user1" instead of "user2". Looks like dovecot re-uses the (still
opened?) lmtp-proxy-connection from "user1" to deliver an e-mail to "user2".
Have a log at the pro...
2014 Jun 04
3
IMAP copy fails because the mailbox size of user1 is exceeding the quota limit of user2??
Hi all,
I do have a mailbox-quota problem in dovecot 2.0.19 that is beond my understanding.
Could someone pls. give me a hint.
- user1 max. mailbox quota is set to 1GB, the current mailbox size of user1 is 15MB
- user2 max. mailbox quota is set to 10MB, the current mailbox size of user1 is 10kB
- user1 shares the folder 'shared_folder' to user2 with all rights (read, write ...)
- user2 has subscribed to 'shared_folder'
the problem:
- user2 tries to move a mail (20kB) to the shared folder v...
2012 Jan 26
1
How to remove rows representing concurrent sessions from data.frame?
...11-02-14 14:40:16
6 user1 D5599.domain.com 2011-02-23 13:54:30 2011-02-23 13:58:23
7 user1 D5599.domain.com 2011-03-21 10:10:18 2011-03-21 10:32:22
8 user1 D5645.domain.com 2011-06-09 10:12:41 2011-06-09 10:58:59
9 user1 D5682.domain.com 2011-01-03 12:03:45 2011-01-03 12:29:43
10 USER2 D5682.domain.com 2011-01-12 14:26:05 2011-01-12 14:32:53
11 USER2 D5682.domain.com 2011-01-17 15:06:19 2011-01-17 15:44:22
12 USER2 D5682.domain.com 2011-01-18 15:07:30 2011-01-18 15:42:43
13 USER2 D5682.domain.com 2011-01-25 15:20:55 2011-01-25 15:24:38
14 USER2 D5682.domain.com 2011-0...
2020 Sep 01
2
about header address parsing
Hi,
Is this expected or not?
From: user1 at fuga.example.com <user1 at example.com>
To: user2 at hoge.example.com <user2 at example.com>
?
a uid fetch 43055 (envelope)
* 1860 FETCH (UID 43055 ENVELOPE ("Thu, 30 Jul 2020 13:52:59 +0900" "test1" ((NIL NIL "user1" "fuga.example.com")) ((NIL NIL "user1" "fuga.example.com")) ((NIL...
2012 Nov 06
1
Auth USER lookup failed
...ki2.dovecot.org/SharedMailboxes/Shared I
have configured a namespace like this:
namespace {
type = shared
separator = /
prefix = shared/%%u/
location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u
subscriptions = no
list = yes
}
In one user (user1) I have configured ACLs so another one (user2) has
access to a folder.
Now, I want to susbscribe user2 to this folder. The problem I have is
that whenever I try to list folders for this user (running thunderbird
client) I get a panic and an error in the dovecot server (I have
attached the complete log). The error says:
Nov 6 11:58:56 m...
2008 Jan 20
1
winbind forced password change requires interactive shell
We've discovered that although Winbind supports password changes when the
account password is expired, this only works with *interactive* shells.
This is a major problem for us. Use case 1: SSH tunnels:
$ ssh user2@localhost -N -L 4711:localhost:22
user2@localhost's password:
<trying to use the tunnel>
channel 2: open failed: administratively prohibited: open failed
As you can see, in this case, the user gets no hint whatsoever that the
password has expired. Use case 2: Executing a command:
$ ssh...
2018 Apr 08
5
lda fails in parse_angle_addr if sieve is enabled
...s, aliases etc.
verified using a shell wrapper and capturing the username.
conf.d/15-lda.conf
protocol lda {
mail_plugins = $mail_plugins sieve
}
maillog:
Apr 8 19:36:54 email smtpd[6390]: smtp-in: Accepted message 9db769b1
on session 81939f0d30337a47: from=<user1 at example.org>,
to=<user2 at example.net>, size=2871, ndest=1, proto=ESMTP
Apr 8 19:36:54 email smtpd[6390]: smtp-in: Closing session 81939f0d30337a47
Apr 8 19:36:55 email dovecot:
lda(user2)<21091><Ljv6JzdTylpjUgAAWr0fMA>: Panic: file
message-address.c: line 147 (parse_angle_addr): assertion failed:
(*ctx-...
2006 Jul 17
2
help for creating sendmail virtual users
...h the
centos. I am using Centos4.0 and I am trying to configure sendmail
with virtual users.
I have created few users for my domain. My internal domain (example.com) is
different from my isp domain (example1.com).
The problem I am facing is that if the user1 at example1.com sends the mail to
the user2 at example1.com then the mails should not go to the ISP rather the
server running sendmail should send it to the mailbox of the
user2 at example1.com but rather it is sending it to the ISP account and from
there it is getting redirected to ther user2 mailbox.
I have configured the virtualusertable...
2017 Feb 06
2
Regular users can't log in to Samba AD DC from Windows
...cally (I would need PAM configured for it,
right?)
Although, when I create a FreeBSD user ("pw useradd testuser -m
/home/testuser"), the home directory is immediately created without
loging in.
I tried now to create a user explicitly telling the home directory:
samba-tool user create user2 Pa$$w0rd --surname=Tester2
--given-name=User2 --mail-address=user2 at rw.lan
--home-directory=/home/RW/user2
getent passwd user2
RW\user2:*:3000020:20:User2 Tester2:/home/RW/user2:/usr/sbin/nologin
But otherwise nothing changes: directory isn't created, and I can't
login from Windows....
2019 Mar 09
0
GSSAPI and usernames, not Kerberos ticket names
..., 'contoso.com'. I also have several
subdomains.
My problem is usernames with GSSAPI authentication:
When I try to login as 'user' or as 'user at CONTOSO.COM' - everything
works. But, 'user at contoso.com' auth fails.
But when I try to login as subdomain user, 'user2' - it fails to login.
'user2 at sub.contoso.com' fails also.
However, 'user2 at SUB.CONTOSO.COM' works ok.
It looks like PAM uses domain part of login as Kerberos realm name,
regardless of Kerberos domain-realm mapping. Also, if domain part is not
specified, PAM (Kerberos?) fai...