Displaying 20 results from an estimated 1000 matches similar to: "ACL File"
2015 Feb 25
1
ACL Error
I'm trying to set up global ACLs. I have the following in the config file:
> # acl
> mail_plugins = acl
>
> protocol imap {
> mail_plugins = $mail_plugins imap_acl
> }
>
> plugin {
> # Without global ACLs:
> #acl = vfile
>
> # With global ACL files in /etc/dovecot/dovecot-acls file (v2.2.11+):
> #acl = vfile:/etc/dovecot/dovecot-acl
> acl
2017 Apr 11
0
Vpopmail Error
Stupid copypaste... can you do the change manually, it fails on tabs vs. spaces errors now. We'll get the commit out bit later.
Aki
> On April 11, 2017 at 8:29 PM Bobber <bobber at kc0dxf.net> wrote:
>
>
> Not working:
>
> > patching file userdb-vpopmail.c
> > Hunk #1 FAILED at 54.
> > 1 out of 1 hunk FAILED -- saving rejects to file
2019 Aug 21
0
Serverinfo Error
Hai Bob,
Ok, about the part below.
Is the user "Administrator" available, as in can you login with it.
Or is Adminstrator renamed to an other name?
Then, what is the DC holding the FSMO Roles?
You should try to join that specific server.
Is this a windows server?
Try this command:
samba-tool domain join edm-inc.com DC \
--server=server.fqdn.here \ # << AD-DC server with
2019 Aug 15
1
Reset Locked account
So you have to reset the other account flags after doing it?
On 08/15/2019 02:43 PM, Kris Lou via samba wrote:
> pdbedit -c="[]" <user>
>
> This clears the Account Flags (warning, clears ALL Account flags) that you
> can also view via "pdbedit -Lv <user>"
>
>
> Kris Lou
> klou at themusiclink.net
>
>
> On Thu, Aug 15, 2019 at 12:11
2019 Aug 20
0
Serverinfo Error
I finally got around to doing this and I'm getting python errors again.?
Using Debian Buster but Samba unstable which is version 4.9.11.? Here's
the error when I try to join the domain:
athena2:~# samba-tool domain join edm-inc.com DC -k yes
Finding a writeable DC for domain 'edm-inc.com'
Found DC ads1.edm-inc.com
workgroup is EDM
realm is edm-inc.com
Adding
2017 Apr 11
2
Vpopmail Error
Not working:
> patching file userdb-vpopmail.c
> Hunk #1 FAILED at 54.
> 1 out of 1 hunk FAILED -- saving rejects to file userdb-vpopmail.c.rej
-------- Original Message --------
Subject: Re: Vpopmail Error
From: Aki Tuomi <aki.tuomi at dovecot.fi>
To: dovecot at dovecot.org, Bobber <bobber at kc0dxf.net>
Date: 04/11/2017 12:13 PM
> diff --git
2019 Jul 18
2
Can't find machine account
On 07/17/2019 02:12 PM, Rowland penny via samba wrote:
> On 17/07/2019 19:31, Robert A Wooldridge via samba wrote:
>> Active Directory domain, the only DC is a Server 2003 machine.
> Is the function level set to its highest level ?
Apparently not.? It is set to Windows 2000 level.? It could be set to
Server2003 level but it thinks that one of my file servers is a domain
controller
2017 Apr 11
0
Vpopmail Error
diff --git a/src/auth/userdb-vpopmail.c b/src/auth/userdb-vpopmail.c
index 5042dcf..d344fcd 100644
--- a/src/auth/userdb-vpopmail.c
+++ b/src/auth/userdb-vpopmail.c
@@ -54,7 +54,7 @@ struct vqpasswd *vpopmail_lookup_vqp(struct auth_request *request,
static const char *
userdb_vpopmail_get_quota(const char *template, const char *vpop_str)
{
- const struct var_expand_table *tab;
+
2017 Apr 11
2
Vpopmail Error
Still not working. I'm now getting this error:
> userdb-vpopmail.c: In function ?userdb_vpopmail_get_quota?:
> userdb-vpopmail.c:65:13: error: assignment of member ?key? in
> read-only object
> tab[0].key = 'q';
> ^
> userdb-vpopmail.c:66:15: error: assignment of member ?value? in
> read-only object
> tab[0].value =
2019 Jul 30
2
Serverinfo Error
On 07/30/2019 03:08 AM, Rowland penny via samba wrote:
> I have been thinking about this and reading the code that didn't get
> run and I know think that the OP is at the point that existed before
> 4.6.0, He possibly has missing records in AD, can I suggest he reads
> this:
>
> https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record
athena:~# host -t A
2019 Jul 24
2
DNS add error
I'm trying to add an entry to dns.? The IP is external to the domain's
IP's.? Here's the error:
athena:~# samba-tool dns add athena.edm-inc.com smtp2.edm-inc.com smtp2
A 134.209.164.116
Password for [administrator at EDM-INC.COM]:
ERROR(runtime): uncaught exception - (9717, 'WERR_DNS_ERROR_DS_UNAVAILABLE')
? File
2019 Aug 23
2
New Domain can't connect to localhost
Hai,
A quick reply, i was almost out of the office here..
Your config looks ok except one thing.
You can try switching the hosts, like this.
/etc/nsswitch.conf
hosts:????????? files dns mdns4_minimal [NOTFOUND=return]
I suggest you verify the dns A PTR NS records of the servers.
https://wiki.samba.org/index.php/DNS_Administration
2019 Jul 18
3
Can't find machine account
On 07/18/2019 10:20 AM, Rowland penny via samba wrote:
> I think this could be one of your problems, not entirely sure, but I
> think the minimum function level reliably required is 2003, you may
> have to remove that fileserver.
No joy.? I was able to demote that file server using: samba-tool domain
demote -Uadministrator
And then I promoted the DC to Server 2003 level.? But
2019 Jul 24
2
DNS entry added but not there
Ok, I successfully added a couple of machines to DNS using samba-tool
but when I query with host they are not there.
Here's the command line that I used:
samba-tool dns add ads1.edm-inc.com edm-inc.com smtp A 10.10.1.215
It asks for the domain admin password and returns successfully. But
doing a host smtp returns nothing.
Any ideas?
--
Bob Wooldridge
EDM Incorporated
2019 Jul 17
3
Can't find machine account
On 07/17/2019 12:48 PM, Rowland penny via samba wrote:
>
> What are you trying to join to ?
Active Directory domain, the only DC is a Server 2003 machine.
>
> Have you removed any existing smb.conf file ?
Yes
>
> Can you post the contents of the following files:
>
> /etc/hostname
athena
>
> /etc/hosts
127.0.0.1?????? localhost?????? localhost.localdomain
2019 Oct 07
2
Domain Member Join Problems
I'm setting up a domain member with Debian bust ADC and a Debian bust
domain member.? I've got a windows machine that has joined the domain
and I can login to it.
The Debian domain member is throwing a DNS error when I do net ads join
-Uadministrator:
net ads join -Uadministrator
Enter administrator's password:
kinit succeeded but ads_sasl_spnego_gensec_bind(KRB5) failed for
2019 Jul 23
2
Determine PDC
On 07/23/2019 03:16 PM, Rowland penny via samba wrote:
> Did you actually read my last post ????
>
> If you only transferred 5 of the roles, which of the SEVEN roles did
> you not transfer ?
My bad, I transferred all 7 roles:
SchemaMasterRole owner: CN=NTDS
Settings,CN=ATHENA,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com
InfrastructureMasterRole
2019 Jul 25
2
Serverinfo Error
On 07/25/2019 10:10 AM, Rowland penny via samba wrote:
> How are you logging in to the DC and who as ?
>
> If I login as the user 'rowland' to one of my DCs I get this prompt:
>
> SAMDOM\rowland at dc4:~$
>
> If I login as root, I get this:
>
> root at dc4:~#
>
> Your prompt is:
>
> athena:~#
>
> Which I think means you are doing this as
2019 Jul 25
5
Serverinfo Error
On 07/25/2019 02:33 AM, Rowland penny via samba wrote:
> On 24/07/2019 22:21, Robert A Wooldridge via samba wrote:
>> I'm still trying to figure out of my samba DC which has received by
>> transfer all 7 FSMO roles is actually doing DNS.? When I do this
>> serverinfo command it fails:
>>
>>
>> athena:~# samba-tool dns serverinfo athena
>
> Do you
2017 May 30
3
Still trouble with vpopmail
Getting this error:
> In file included from ../../src/lib/lib.h:6:0,
> from auth-common.h:4,
> from userdb-vpopmail.c:5:
> ../../config.h:791:0: note: this is the location of the previous
> definition
> #define VERSION "2.2.30"
> ^
> userdb-vpopmail.c: In function ?userdb_vpopmail_get_quota?:
> userdb-vpopmail.c:72:6: