similar to: got a listener on 993

Displaying 2 results from an estimated 2 matches similar to: "got a listener on 993"

2020 Apr 14
0
got a listener on 993
Maybe this thread can help you with your first question : https://dovecot.org/pipermail/dovecot/2014-August/097488.html On 13.4.2020. 20:52, David Mehler wrote: > Hello, > > Before I get in to my question is ssl on 993 or starttls on 143 better > from a security perspective? > > I've noticed that I've got a dovecot listener on port 993, below is my > doveconf -n
2009 Oct 24
5
BUG? $name inside a definition 'method signature' different to within a body ?
If I have something like this: ---------------------------------------- define bar($thing="/tmp/$name") { file { $thing: ensure => present } } class foo { somedef{ "bar": } } ---------------------------------------- puppet will try to create a file called ''/tmp/foo'' , not /tmp/bar. It seems like if I try to access $name inside the ''default