Displaying 20 results from an estimated 26 matches for "account1".
Did you mean:
account
2019 Jun 13
2
authentication failures
...logs):
[2019/06/12 14:34:41.517364, ?3]
../lib/ldb-samba/ldb_wrap.c:325(ldb_wrap_connect)
? ldb_wrap open of secrets.ldb
[2019/06/12 14:34:41.520731, ?3]
../source4/auth/ntlm/auth.c:271(auth_check_password_send)
? auth_check_password_send: Checking password for unmapped user
[MATRIX_SCIENCE]\[account1]@[(null)]
? auth_check_password_send: mapped user is:
[MATRIX_SCIENCE]\[account1]@[(null)]
[2019/06/12 14:34:41.521510, ?4]
../source4/auth/sam.c:183(authsam_account_ok)
? authsam_account_ok: Checking SMB password for user account1
The other one fails:
[2019/06/12 15:09:56.215000, ?3]
../lib...
2006 Dec 26
2
Dovecot and Mail.app
...setup, in Mail.app I would see a top level Inbox
folder, with an inbox icon'd folder underneath that representing the
IMAP account. That IMAP account subfolder would be the inbox of that
account. Under that, I'd see all the subfolders for that account.
Something like:
Inbox
Account1
Folder1
Folder2
...
Account2
FolderA
Outbox
Drafts
Sent
Junk
SmartFolder1
SmartFolder2
Note that a straight copy from the courier Maildir leaves me with
directories like ~/Maildir/.Folder1 and ~/Maildir/.Folder2 -- IOW,
they do not have .INBOX. prefix. I tried...
2019 Jun 13
1
authentication failures
On 13/06/2019 16:05, Adam Weremczuk via samba wrote:
> I got authentication (bind credentials) working for account2 on the
> old DC (Samba 4.0.9):
>
> CN=account1,CN=Users,DC=matrixscience,DC=co,DC=uk ---> OK
> CN=account2,CN=Users,DC=matrixscience,DC=co,DC=uk ---> FAIL
> MATRIXSCIENCE.CO.UK\account1 ---> OK
> MATRIXSCIENCE.CO.UK\account2 ---> OK
>
> but it's still failing on the new DC (Samba 4.5.16):
>
> CN=account1,CN=...
2019 Jun 13
0
authentication failures
I got authentication (bind credentials) working for account2 on the old
DC (Samba 4.0.9):
CN=account1,CN=Users,DC=matrixscience,DC=co,DC=uk ---> OK
CN=account2,CN=Users,DC=matrixscience,DC=co,DC=uk ---> FAIL
MATRIXSCIENCE.CO.UK\account1 ---> OK
MATRIXSCIENCE.CO.UK\account2 ---> OK
but it's still failing on the new DC (Samba 4.5.16):
CN=account1,CN=Users,DC=matrixscience,DC=co,DC=u...
2015 Jun 17
2
Ugh - half connected Win 7 machines to Samba 4.1.18 AD
I have been at my wits end now since Sunday trying to debug an issue
that occurred when I tried to update from sernet-samba-4.1.18 to
sernet-samba-4.2.2 on my small network. I have one administrator account
and two user accounts which I will call account1 and account2. Before I
updated I was able to login into any of 3 Windows 7 Professional boxes
and 5 linux boxes running CentOS 6.6 using any of the accounts without
any issue. Also before I updated I backed up my samba database
(/var/lib/samba on a CentOS 6.6 system). The update went fine but w...
2011 Jan 18
2
Duplicate mail for forwards (dovecot+postfix+postfixadmin)
...manage, basically using the
postfixadmin schema and sql queries during install.
- If I set a forward for an account to go to a remote email address, no dupes.
- If I set a forward for an account to go to an email address on the
same system, I get a dupe in the inbox of the second address.
So if account1 at domain.com has account2 at domain.com as a forward,
account2@ receives two copies of the same message, completely
identical, same message IDs, same md5 sum. If I add account3@ into
the mix, account3@ will also receive two copies of each message.
I will also get a duplicate if I forward mail to...
2010 Apr 08
2
Dovecot 2.0 beta4 and Expire Plugin
...sername AND mailbox = NEW.mailbox;
SELECT raise(ignore)
WHERE (SELECT 1 FROM expires WHERE username =
NEW.username AND mailbox = NEW.mailbox) IS NOT NULL;
END;
Delivering of an email into folder AutoCleanSpam via sieve script works
fine.
error-log:
Apr 08 12:57:05 lda(account1): Debug: sieve: executing compiled script
/addons/sieve/account1.sieve
Apr 08 12:57:05 lda(account1): Debug: expire: Mails expire in 86400 secs
in mailbox: AutoCleanSpam
Apr 08 12:57:05 dict: Error: sqlite: exec(INSERT INTO expires
(expire_stamp,username,mailbox) VALUES
('1270810625',&...
2008 Jan 10
2
Switch from courier to dovecot
I have an courier IMAP server running. To get sib dirs working I had to
rename them all to begin with a period ".".
e.g
Maildir
Maildir/{cur,new,tmp}
Maildir/.account1/{cur,new,tmp}
Maildir/.account2/{cur,new,tmp}
Maildir/.account3/{cur,new,tmp}
etc
If I uninstall Courier and install dovecot, will these "period" dirs be
seen by default?
I am fairly new to this and sometimes it seems that Maildir format
requirements vary a lot depending on client or s...
2011 Jan 25
0
Problem registering two (and more) sip trunks
...ts also goes UNREACHABLE and if I reload
asterisk, the sip module takes a while to resume, but without result. I have
to disable one trunk and restart asterisk. (More trunks more problems.)
In the log they are several messages of the type:
NOTICE[31054] chan_sip.c: -- Registration for 'account1' timed out,
trying again (Attempt #28)
NOTICE[31054] chan_sip.c: -- Registration for ' account2' timed out,
trying again (Attempt #29)
NOTICE[31054] chan_sip.c: -- Registration for ' account1' timed out,
trying again (Attempt #29)
NOTICE[31054] chan_sip.c: -- Registr...
2012 Jan 02
1
Multiple Maildirs per Virtual User
How would it be possible to configure dovecot (2.0.16) in such a way
that it would serve several maildirs (e.g., INBOX, INBOX.Drafts,
INBOX.Sent, forum_email, [Gmail].Trash, etc.) per virtual user?
I am only able to specify a single maildir, but I want all maildirs in
/home/my-username/mail/account1/ to be served.
e.g., /etc/dovecot/passwd:
my-username_account1:{PLAIN}password:my-username:my-group::::userdb_mail=maildir:/home/my-username/mail/account1/INBOX
Thanks in advance,
Ruslan
--
Ruslan Nabioullin
rnabioullin at gmail.com
-------------- next part --------------
A non-text attachment...
2006 Sep 13
2
NT Group to single unix ID
...For example.
Example:
========
NT_Group_1 needs to map to single unix account 'account 1'
NT_Group_2 needs to map to single unix account 'account 2'
We are using domain security. Users who access a unix share with an account in the NT_Group_1 should have have effective UID of the account1 unix account. We cannot do this with individual NT account names in users.map due to the large number of users and the frequency of the updates that will be needed.
Any help is greatly appreciated.
Thanks,
Ray Randall
301-680-1187
2010 Jun 25
0
WG: Samba PDC and big files
...e Version of Outlook!!!!! And use
an IMAP SERVER
Then you must work with prf files for outlook for eauch user in your
netlogon path of samba
I am working with kixstart. On sigining in each user get his pref file. You
can download files from
Microsoft.
Snipp of a prf-file outlook 2003, see section Account1 for settings.
Example, see Service1 for the
path of outlook.pst on my samba:
PathToPersonalFolders=\\tuepropdc\%USERNAME%\outlook\%USERNAME%.pst
;Automatically generated PRF file from the Microsoft Office Customization
and Installation Wizard
; ***************************************************...
2006 Jan 04
5
Grandstream web configuration utility
...a HT-386.
Browsing to each device by IP address, I can get logged in using admin
and I can see the advanced settings, however, if I try to change the
settings and clicking the Change button, it just brings me back to ask
for the password again..
I can't get into the Status page or any of the Account1-4 pages either.
It just keeps bringing me back to the password screen.
If I enter a bogus password it will tell me the password is incorrect so
that seems to be working.
I am using Asterisk@home v2.2 and the gxp2000 is using default firmware
of 1.0.1.9 but it shouldn't be even looking at As...
2006 Mar 24
3
Best GUI for basic HostedPBX service
...ure the Asterisk server itself, VI works
adequately
for that. But I want to give Web access to as many of the following
features:
1) Voicemail configs: NIP, email to forward the .WAV file, Name of
owner.
2) Call bridging details for each extensions
a) where calls are forwarded (i.e.: "SIP/account1",
"555-555-1234")
b) Amount of time to wait before voicemail kicks in
c) If voicemail kicks in or not
d) Operating hours
3) A few custom variables (let's say $FOO in context [FOOBAR])
Ideally, my users would log in using their phone number, extension and
Voicemail password a...
2011 Nov 08
9
Performance-Tuning
Hi,
I have > 11 TB hard used Mailstorage, saved als maildir in ext3 on HP EVA.
I always wanted to make some mesurements about several influences to the
performance (switch to ext4, switch to mdbox), but I never had enough time
to do that.
At the moment I *need* more speed, we have too much waitI/O on the system
and I already used all other performance and tuning-tricks (separated cache,
2009 Mar 09
0
SIP call hangs up after 20 seconds
...;SIP/4062-08549df8' in macro 'hangupcall'
== Spawn extension (macro-hangupcall, s, 11) exited non-zero on 'SIP/4062-08549df8'
A syslog snippet of the GXP2000 is as follows:
Mar 9 10:02:30 10.215.146.162 GS_LOG: [00:0B:82:19:AE:0B][000][9620000512B][0101062C] SIPReceive(750, Account1): SIP/2.0 200 OK Via: SIP/2.0/UDP 10.215.146.162:5060;branch=z9hG4bK8a4f132fa37f09b7;received=10.215.146.162 From: "TEST" <sip:4062 at pbx.voip.local>;tag=5a504797c7294815 To: <sip:4053 at pbx.voip.local>;tag=as6e9b4ae1 Call-ID: 881609a50827e9d7 at 10.215.146.162 CSeq: 31...
2017 Apr 12
0
email subject length issue
...nds like your issue is procmail then... I just used your exact
command to send myself a message form a bone stock C6 system (sendmail
as the email server) and recieved...
(domain munged because I don't want to recieve ANY email at this host)
From - Wed Apr 12 12:40:34 2017
X-Account-Key: account1
X-UIDL: 58ee82b100000004
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:
Return-Path: <pierce at XXX.com>
Received: from new.XXX.com (new.XXX.com [207.111.XXX.YY])
by hogranch.com (8.11.6/8.11.6) with ESMTP id v3CJeKi25266
for <pierce at hogranch.com>; Wed, 12 Apr 2...
2007 Nov 20
2
e911
One of my providers has a different SIP account for each number.
I have all of my users in one outbound context (caller ID passes fine).
How do I ensure that the callers get routed down their correct SIP account with my provider for e911 purposes without each having their own context?
-----
Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com
-------------- next part
2004 Sep 22
1
username.map limitations
It's looking like there may be a 1024 character limit for each username
map? For example:
account1 = user1 user2 user3 user4 user5 (etc. etc. etc.)
--After a certain point user accounts are not recognized as being part
of the map. Is this an intentional limitation, am I coming up against
something else, has anyone else encountered this? Using a semi-ugly
workaround of creating additional...
2005 Dec 20
0
Shared permission problem
...ged on with an account that does not have
access to: Caliber, where as Caliber id Redhat Linux
Samba server
my account is Admin and had all the privilege on the
Samba server, the test1 folder had 777 permission, and
smb.conf look like this:
[test1]
path = /data/test1
Admin user = account1
comment = Data Storage location
path = /storage/Georgia
writeable = yes
browseable = yes
guest ok = no
printable = no
directory mask = 777
valid users = users
Any Idea ??? The Samba server is standalone.
Regards,
Victor
Regards,...