Displaying 8 results from an estimated 8 matches for "web01".
Did you mean:
web0p1
2007 Nov 13
6
Groups
Hello,
Is it possible to group many nodes together? Suppose I have a large
number of machines that I all want to have the same config - rather
than specify them as individual nodes each inheriting the same config,
I''d like to say that a group inherits a config, and define the group
elsewhere.
Does this sort of construction already exist? Could it be cobbled
together from what we
2019 Aug 09
3
Should dovecot not be using different logging facility and severity levels?
...: unknown user
lev_info:Aug 9 16:19:53 mail03 dovecot: imap-login: Aborted login (auth
failed, 1 attempts in 2 secs): user=<xxxxx>, method=PLAIN, rip=x.x.x.x,
lip=x.x.x.x, TLS, session=<99cO3q+Pix68zmjw>
This is how failed attempts are logged by vsftpd
fac_authpriv:Aug 9 16:24:42 web01 vsftpd[7255]: pam_ldap(vsftpd:auth):
Authentication failure; user=xxxxx
fac_authpriv:Aug 9 16:24:42 web01 vsftpd[7255]: pam_unix(vsftpd:auth):
authentication failure; logname= uid=0 euid=0 tty=ftp ruser=xxxxx
rhost=xxxxx user=xxxxx
fac_ftp:Aug 9 16:24:44 web01 vsftpd[7255]: [xxxxx] FAIL LOGIN...
2009 Aug 05
1
grouping or classifying servers
...t all servers to have a base set of munin
plugins no matter where they are located, using the next node
definition
node /^web(.*)\\.cluster(A|B)\\.(cloud|office|datacenter)\\.mydomain\
\.com$/ {
inclde "site::web-nodes"
}
3. i want just one server to have a config afterwards
node "web01.clusterA.cloud.mydomain.com" {
include "site::cloud::clusterA::web01.clusterA.cloud.mydomain.com"
}
thought that my syntax could be wrong but i hope i got the point.
i did not try that out yet thought but would like to hear your
opinions,
if this is the preffered way to solve my &...
2007 Oct 16
30
Template Nodes considered harmful
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Russ, Digant, *!
Several times on the IRC channel I noticed people having problems getting to
grips with the interaction of scopes when using template nodes[1]. Typically
this looks thus:
| node genericwebserver { stuff }
|
| node ''web01.example.com'' inherits genericwebserver {
| $influence_genericwebserver = "other_stuff"
| }
Due to ''web01.example.com''s scope being "below" or "within" the scope of
genericwebserver, the defined variable never reaches the included resources...
2019 Mar 14
5
regarding ssl certificates
Excuse dopey question.
I'm not exactly clear about certificates.
Apache2 default install has this snake oil certificate
Can make a new one for apache
Can make one for dovecot
Can make one for ssl
Is there supposed to be the one (self signed ) certificate pair in one
place for the machine that each process hands out ?
Can they be moved to another machine ?
mick
--
Key ID C7D6E24C
2019 Mar 14
0
regarding ssl certificates
...pache, dovecot, postfix are all
services/programs. SSL is a protocol/way of encryption. Self-signed
means there is no Certificate Authority backing the legitimacy. Getting
a Let's Encrypt certificate (I recommend certbot) will get you a
legitime certificate, but only for the hostname (e.g.
web01.yourdomain.com) you provide it. This must be traceable to your
machine through DNS, so moving it to another machine would only work if
that machine would completely replace the old machine (domain name) and
the DNS is changed to point to your new IP address (or the old machine
gets taken out of...
2019 Mar 14
5
regarding ssl certificates
...re all
> services/programs. SSL is a protocol/way of encryption. Self-signed
> means there is no Certificate Authority backing the legitimacy. Getting
> a Let's Encrypt certificate (I recommend certbot) will get you a
> legitime certificate, but only for the hostname (e.g.
> web01.yourdomain.com) you provide it. This must be traceable to your
> machine through DNS, so moving it to another machine would only work if
> that machine would completely replace the old machine (domain name) and
> the DNS is changed to point to your new IP address (or the old machine
&g...
2017 Aug 14
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
...value ?
when I attempt to login to pop, I see this:
# doveadm stop
# dovecot
# telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK Dovecot ready.
USER voytek at sbt.net.au
+OK
PASS mypass
-ERR [SYS/TEMP] Temporary authentication failure. [voytek-web01:2017-08-14
22:06:33]
-ERR Unknown command.
-ERR Disconnected for inactivity.
Connection closed by foreign host.
log has:
Aug 15 08:04:33 master: Warning: Killed with signal 15 (by pid=9743 uid=0
code=kill)
Aug 15 08:04:44 master: Info: Dovecot v2.2.31 (65cde28) starting up for
pop3, imap, sieve (...