Displaying 20 results from an estimated 10000 matches similar to: "Personal Sieve Resieving Default Sieve?"
2009 Nov 10
10
Un-recognised routes that do exist, using namespaces & subdomain checking
I''m getting really cheesed off with RSpec not matching some of my
routes when controller testing when I have subdomain checking
(courtesy of subdomain-fu) on namespaces. These routes appear in the
rake routes output, and work fine via HTTP requests .
The really annoying thing is it''s working fine for routes that aren''t
at the root of the namespace.
E.g. say I have
2010 Jul 27
1
dovecot lda & sieve: resubmit folder for resieving
Hi,
I'm currently restructuring my mail archives and migrated from a decade
and a half old procmail supported solution to sieve.
While doing so I often found that I'd like to filter a bunch of messages
(with "bunch" in the area of 1-10K) with my shiny new sieve script. I
found in the wiki a way to do that:
http://wiki.dovecot.org/HowTo/RefilterMail
And it works well, it picks
2010 May 28
0
dynamically generating subdomains using subdomain-fu
hi,
I am using subdomain-fu for creating subdomains . My doubt is how
can we give the subdomains in the etc/hosts ,when the sub-domains are
dynamicallybeing created.
Ex: i created a subdomain called "user1" and i specified this in etc/
hosts file.So eveery time i cant specify the subdomain which is being
created.So can i ovecome this problem.
--
You received this message because
2018 Mar 04
1
Samba AD + Kerbero + NFS "Client no longer in database"
I am soo lost trying to get Samba AD 4.7.5 as a Kerberos source for
NFSv4. The NFS server is the Samba AD server running Ubuntu Server
16.0.4.3 and the client is Linux Mint 18.3
This export WORKS and mounts on client
########## /etc/exports ##########
/mnt/fileshare *(rw,no_subtree_check,async)
############################
This export DOES NOT
########## /etc/exports ##########
2012 May 10
2
Postfix Query
Hello,
Another question!!
Was just trying to sort out mail delivery to subdomains. I set up my
system so that I have a mail address of tim at subdomain.example.com. I've
sorted out Postfix to correctly identify this and pass on to Dovecot for
delivery but Dovecot doesn't seem to deliver where I want it to. Ideally
I would like to have a structure so that mail is delivered to
2016 May 27
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
I had left my config alone for now and dhcp still writes to
DOMAIN1.SUBDOMAIN.TLD. But samba has been complaining about not being able
to write to bind in its zone.
[2016/05/27 07:30:06.738434, 0]
../source4/dsdb/dns/dns_update.c:295(dnsupdate_nameupdate_done)
../source4/dsdb/dns/dns_update.c:295: Failed DNS update -
NT_STATUS_UNSUCCESSFUL
If you are right about it using kerberos I think I am
2016 May 18
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
So I had dhcp, radvd and bind working together nicely and now I threw in a
wrench of setting up an AD DC
I want to change my dhcp server setting to put client's into the new AD
Domain but am a little hesitant as it is all working so nicely with DDNS
I'm starting to think all I need to do is edit just my dhcpd.conf and
change occurrences of DOMAIN1.SUBDOMAIN.TLD to
2016 May 27
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
https://wiki.samba.org/index.php/Configure_BIND_as_backend_for_Samba_AD
helped me find that I needed to add
options {
[...]
tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
[...]
};
That seems to have fixed my errors with DNS
On Fri, May 27, 2016 at 9:26 AM, Rowland penny <rpenny at samba.org> wrote:
> On 27/05/16 14:37, Jeff Sadowski wrote:
>
2016 May 27
1
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
On Fri, May 27, 2016 at 10:23 AM, Rowland penny <rpenny at samba.org> wrote:
> On 27/05/16 17:11, Jeff Sadowski wrote:
>
>> https://wiki.samba.org/index.php/Configure_BIND_as_backend_for_Samba_AD
>> helped me find that I needed to add
>>
>> options {
>> [...]
>> tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
>>
2020 Aug 06
2
CentOS 8 DNS resolution not working as expected
[root at localhost ~]# lsb_release -d
Description: CentOS Linux release 8.2.2004 (Core)
[root at localhost ~]# cat /etc/resolv.conf
# Generated by NetworkManager
search subdomain.company.com company.com
nameserver 1.2.3.4
nameserver 5.6.7.8
[root at localhost ~]# host foo
foo.subdomain.company.com has address 1.2.3.4
[root at localhost ~]# host foo.subdomain
Host foo.subdomain not found:
2020 Aug 06
3
CentOS 8 DNS resolution not working as expected
Pete Biggs writes:
> On Thu, 2020-08-06 at 10:26 +0100, isdtor wrote:
> > [root at localhost ~]# lsb_release -d
> > Description: CentOS Linux release 8.2.2004 (Core)
> > [root at localhost ~]# cat /etc/resolv.conf
> > # Generated by NetworkManager
> > search subdomain.company.com company.com
> > nameserver 1.2.3.4
> > nameserver 5.6.7.8
> >
2012 Nov 09
8
method conditional option pattern
When I have this pattern
sign_me(@user, :event => :authentication, :subdomain => subdomain)
how can I write it to avoid sending the :subdomain option if subdomain.nil?
( if possible ..)
sign_me(@user, :event => :authentication #?, :subdomain =>
subdomain unless subdomain.nil? )
--
You received this message because you are subscribed to the Google Groups
2006 Mar 23
10
Domain Requirements in Routes (Edge Rails)
I saw on the bottom of the following page that you can route requests to
different controllers based upon which subdomain is being requested.
http://wiki.rubyonrails.com/rails/pages/Routes
with_options :requirements=>{:subdomain=>''first.com''} do
map.connect '''', :controller => "first/catalog"
map.connect ''featured'',
2018 Feb 21
1
Cannot get DOMAIN\administrator mapped to root on domain member
On a domain member, I cannot get DOMAIN\administrator to login mapped to
root. On my Samba AD DC, this does work and when I login there, I get a
# prompt.
Here is my smb.conf on the domain member
[global]
security = ADS
workgroup = SUBDOMAIN
realm = SUBDOMAIN.DOMAIN.COM
log file = /usr/local/samba/var/%m.log
log level = 3
bind interfaces only =
2006 Jun 09
2
Virtualhost, Alias & Subdomains
I am having a problem with subdomains, alias & virtual hosts
Centos 4.3, Apache 2.0.52 & PHP 5.04
I can get the primary to work, but not the aliased servers.
http.conf extract
*********
NameVirtualHost *
<VirtualHost *>
ServerName www.domain.com
DocumentRoot /var/www/html/domain/
ServerAlias www.altdomain.com <http://www.altdomain.com>
</VirtualHost>
<VirtualHost
2017 Nov 14
2
Join a subdomain DC to a domain DC
>
> Does nobody read the Samba wiki ???
>
What??? Samba has a wiki ??? *Bazinga *:D
As far as I am aware, AD subdomains do not work correctly with Samba AD.
>
> What you have done with the new DC, is what you should have done in the
>
> first place, created a subdomain of your main dns domain and used this
>
> for the AD dns domain and realm.
>
>
I started in
2016 Dec 19
4
Automatic creation of local users
I’ve actually found a solution to my problem, but I wanted to post it here, since someone else might have the problem in the future, and I think it would be nice if I could spare them the week of Googling I needed.
Basically, I have an AD member server, running Samba 4.2.10 (on Centos 7.2.1511). Here’s my smb.conf:
[global]
workgroup = SUBDOMAIN
server string = Samba Server
2018 Oct 15
1
bind9 and samba 4.9.1
Hello,
I have the following problem with my bind9 together with samba 4.9
SerNet. If I start the bind9 I got the following error-message:
---------------
Oct 15 20:35:50 addc2 named[2269]: Loading 'AD DNS Zone' using driver dlopen
Oct 15 20:35:50 addc2 named[2269]: samba_dlz: started for DN
DC=zfd,DC=forumzfd,DC=de
Oct 15 20:35:50 addc2 named[2269]: samba_dlz: starting configure
Oct 15
2016 Apr 20
1
Ubuntu 14.04 samba update
I added
log level = 10
log file = /var/log/samba/%m.log
to my smb.conf
in the logs when I run wbinfo -u I get
[2016/04/20 08:24:15.864222, 3, pid=19397, effective(0, 0), real(0, 0),
class=winbind] ../source3/winbindd/winbindd_misc.c:237(winbindd_domain_info)
[19441]: domain_info [SUBDOMAIN]
[2016/04/20 08:24:15.864238, 10, pid=19397, effective(0, 0), real(0, 0),
class=winbind]
2015 Nov 17
2
Join Samba without GC role
On Tue, 2015-11-17 at 08:27 +0000, Luchko Dmitriy wrote:
> I created test environment: 1 root domain, 2 subdomain. I created
> about 250000 user accounts in subdomain 2 (sub2.company.com) ntds.dit
> 14gb. Joining samba in first subdomain (sub1) was without problem.
> But in production environment (with a lot of domains and objects)
> python process was hung with 100% CPU (after 6