Displaying 4 results from an estimated 4 matches for "mail_serv".
Did you mean:
mailserv
2009 Sep 17
1
Bind 9.3.4-10.P1.el5_3.3 check-names and underscores
Updating old CentOS 4 DNS servers to CentOS 5, one of our zones has a number
of entries with underscores in. Starting named results in the following
error and named refusing to start.
masters/example.com.db:33: mail_server.example.com: bad owner name
(check-names)
I've tried including
check-names master ignore;
in the options but this isn't making any difference. I've read a lot of
debate on whether underscores should be allowed, but for the time being
we're stuck with these entries so I need to...
2010 Jul 30
3
Puppet dashboard and environments
...r-simple external_node script for versions 0.23 and later
> cat <<"END"
> ---
> classes:
> - common
> - puppet
> - dns
> - ntp
> environment: production
> parameters:
> puppet_server: puppet.example.com
> dns_server: ns.example.com
> mail_server: mail.example.com
> END
> exit 0
And here''s the default output from the external node tool.
> - name: server.example.com
> parameters: {}
>
> classes: []
>
...without the environment defined.
At the moment, all of our testing environment clients are defined...
2011 Nov 09
6
Postfix mail server procedure
CentOS Community,
I was wondering if anyone had a good resource or procedure for a step by
step in installing a mail server with Centos. There ARE documents on
google, however almost all that i've found were outdated from 2005. Does
anyone know where I can find this type of document for a mailserver
Postfix + MySQL + SpamAssassin + ClamAV + Squirrelmail + Postfixadmin, etc?
2008 Nov 14
11
External_nodes definition not working. Client states "could not find node"
Hello folks,
Im trying to migrate from static nodes-definition to external nodes
definition.
My script looks like this stolen from
http://reductivelabs.com/trac/puppet/wiki/ExternalNodes:
{{{
#!/usr/bin/perl -w
use warnings;
use YAML qw( Dump );
use Switch;
#initialize vars
our @classes;
our %parameters;
Function to fill @classes and %parameters with correct values
....
print Dump( {