Displaying 17 results from an estimated 17 matches for "socketdir".
Did you mean:
socket_dir
2014 Sep 15
1
Multiple Domains/Winbinds, ntlm_auth/wbinfo issue
Ok I'm at a loss, I have 2 instances on winbindd / smbdd / nmbdd running (basically copied to install from samba-multiple-domains.blogspot .com but with my domains and ip's)
But the issue I have is that even though both domains joined, and I can see all the winbinds and smbs running, and no errors in the logs, it appears that wbinfo / ntlm_auth only work with one of the units, no matter
2013 Oct 08
1
Sendmail not presenting AUTH option after EHLO
...RNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
Note: Also tried
define(`confAUTH_OPTIONS', `A')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN')dnl
TRUST_AUTH_MECH(`LOGIN PLAIN')dnl
just to keep things simple.
saslauthd is running, and configured--/etc/sysconfig/saslauthd
SOCKETDIR=/var/run/saslauthd
MECH=pam
FLAGS=
/etc/sasl2/Sendmail.conf contains--
pwcheck_method:saslauthd
/etc/pam.d/smtp contains--
#%PAM-1.0
auth include password-auth
account include password-auth
But when I do "openssl s_client -starttls smtp -connect localhost:587" I don...
2017 Mar 08
4
Up to date guide/information Sendmail SMTP Auth
...; > smart host stuff_).
>
> I wrote this article years ago:
>
> https://www.madboa.com/geek/sendmail-auth/
>
> The configuration outlined there is essentially unchanged today. I
> have it running on a CentOS 7 machine with sendmail 8.14.
>
> The only real change is the SOCKETDIR setting in
> /etc/sysconfig/saslauthd, which is now /run/saslauthd (rather than
> /var/run/saslauthd). And, of course, I use systemctl rather
> thachkconfig to control boot-time behavior.
>
> The trickier bit for me was stopping and restarting the whole SMTP
> toolchain, which in...
2016 Mar 18
0
Fwd: [Issue]: Regarding client socket getting closed from the server once the lxc container is started
...client=0x7fed82bd8ca0, reason=0*
*2016-03-12 08:19:15.942+0000: 1244: debug : virNetClientCloseLocked:648 :
client=0x7fed82bd8ca0, sock=0x7fed82bd8660, reason=0*
Here is the snapshot of code ,
virLXCMonitorPtr virLXCMonitorNew(virDomainObjPtr vm,
const char *socketdir,
virLXCMonitorCallbacksPtr cb)
{
virLXCMonitorPtr mon;
char *sockpath = NULL;
if (virLXCMonitorInitialize() < 0)
return NULL;
if (!(mon = virObjectLockableNew(virLXCMonitorClass)))
return NULL;
if (virAsprintf(&...
2017 Mar 09
3
Up to date guide/information Sendmail SMTP Auth
...ago:
> >>
> >> https://www.madboa.com/geek/sendmail-auth/
> >>
> >> The configuration outlined there is essentially unchanged today. I
> >> have it running on a CentOS 7 machine with sendmail 8.14.
> >>
> >> The only real change is the SOCKETDIR setting in
> >> /etc/sysconfig/saslauthd, which is now /run/saslauthd (rather than
> >> /var/run/saslauthd). And, of course, I use systemctl rather
> >> thachkconfig to control boot-time behavior.
> >
> > Hi Paul,
> >
> > I followed your guide to t...
2017 Mar 08
7
Up to date guide/information Sendmail SMTP Auth
Hello all,
I've been googling my brains out since yesterday looking for up-to-date
information on this matter, and have found information that is anywhere
from 15 to 5 years old. I'd really like some information that much more
up to date on the subject. Specifically configuring Sendmail SMTP
authentication (_no smart host stuff_).
I've got Sendmail 8.14 installed on a CentOS 7.3
2018 Mar 12
2
trashcan on dist. repl. volume with geo-replication
...erd/geo-replication/tar_ssh.pem
master.stime_xattr_name:
trusted.glusterfs.a1c74931-568c-4f40-8573-dd344553e557.d62bda3a-1396-492a-ad99-7c6238d93c6a.stime
changelog_log_file:
/var/log/glusterfs/geo-replication/mvol1/ssh%3A%2F%2Froot%40192.168.178.65%3Agluster%3A%2F%2F127.0.0.1%3Amvol1-changes.log
socketdir: /var/run/gluster
volume_id: a1c74931-568c-4f40-8573-dd344553e557
ignore_deletes: false
state_socket_unencoded:
/var/lib/glusterd/geo-replication/mvol1_gl-node5-int_mvol1/ssh%3A%2F%2Froot%40192.168.178.65%3Agluster%3A%2F%2F127.0.0.1%3Amvol1.socket
log_file:
/var/log/glusterfs/geo-replication/mvol...
2017 Mar 08
0
Up to date guide/information Sendmail SMTP Auth
...ing Sendmail SMTP authentication (_no
> smart host stuff_).
I wrote this article years ago:
https://www.madboa.com/geek/sendmail-auth/
The configuration outlined there is essentially unchanged today. I
have it running on a CentOS 7 machine with sendmail 8.14.
The only real change is the SOCKETDIR setting in
/etc/sysconfig/saslauthd, which is now /run/saslauthd (rather than
/var/run/saslauthd). And, of course, I use systemctl rather than
chkconfig to control boot-time behavior.
The trickier bit for me was stopping and restarting the whole SMTP
toolchain, which includes spamassassin, cla...
2017 Mar 08
0
Up to date guide/information Sendmail SMTP Auth
...gt; I wrote this article years ago:
>>
>> https://www.madboa.com/geek/sendmail-auth/
>>
>> The configuration outlined there is essentially unchanged today. I
>> have it running on a CentOS 7 machine with sendmail 8.14.
>>
>> The only real change is the SOCKETDIR setting in
>> /etc/sysconfig/saslauthd, which is now /run/saslauthd (rather than
>> /var/run/saslauthd). And, of course, I use systemctl rather
>> thachkconfig to control boot-time behavior.
>
> Hi Paul,
>
> I followed your guide to the letter, however I think it se...
2017 Mar 09
0
Up to date guide/information Sendmail SMTP Auth
...>> https://www.madboa.com/geek/sendmail-auth/
> > >>
> > >> The configuration outlined there is essentially unchanged today. I
> > >> have it running on a CentOS 7 machine with sendmail 8.14.
> > >>
> > >> The only real change is the SOCKETDIR setting in
> > >> /etc/sysconfig/saslauthd, which is now /run/saslauthd (rather than
> > >> /var/run/saslauthd). And, of course, I use systemctl rather
> > >> thachkconfig to control boot-time behavior.
> > >
> > > Hi Paul,
> > >
> &...
2019 Sep 11
0
Increase logging verbosity of saslauthd?
...ty of logging for saslauthd?
If you look at the systemd unit for saslauthd, you can see this:
[Unit]
Description=SASL authentication daemon.
After=syslog.target
[Service]
Type=forking
PIDFile=/run/saslauthd/saslauthd.pid
EnvironmentFile=/etc/sysconfig/saslauthd
ExecStart=/usr/sbin/saslauthd -m $SOCKETDIR -a $MECH $FLAGS
RuntimeDirectory=saslauthd
[Install]
WantedBy=multi-user.target
So all you have to do is edit /etc/sysconfig/saslauthd and put the
additional flags in the $FLAGS definition (which is empty by default).
Then the output of the saslauthd will be sent to stdout, which is
captured b...
2018 Mar 13
0
trashcan on dist. repl. volume with geo-replication
...> master.stime_xattr_name: trusted.glusterfs.a1c74931-568
> c-4f40-8573-dd344553e557.d62bda3a-1396-492a-ad99-7c6238d93c6a.stime
> changelog_log_file: /var/log/glusterfs/geo-replica
> tion/mvol1/ssh%3A%2F%2Froot%40192.168.178.65%3Agluster%3A%
> 2F%2F127.0.0.1%3Amvol1-changes.log
> socketdir: /var/run/gluster
> volume_id: a1c74931-568c-4f40-8573-dd344553e557
> ignore_deletes: false
> state_socket_unencoded: /var/lib/glusterd/geo-replicat
> ion/mvol1_gl-node5-int_mvol1/ssh%3A%2F%2Froot%40192.168.
> 178.65%3Agluster%3A%2F%2F127.0.0.1%3Amvol1.socket
> log_file: /var/log/...
2019 Sep 11
3
Increase logging verbosity of saslauthd?
Hi
CentOS 7.X, sendmail.x86_64 8.14.7-5.el7, cyrus-sasl.x86_64 2.1.26-23.el7
There are conflicting message on how to increase the logging of saslauthd.
I know I can do this:
/usr/sbin/saslauthd -d -n0 -m /var/run/saslauthd -a pam
but that requires a terminal as saslauthd logs the output to STDOUT, this is not what I want.
I would like to have it started as a daemon and verbosity of
2018 Mar 13
1
trashcan on dist. repl. volume with geo-replication
...ster.stime_xattr_name:
> trusted.glusterfs.a1c74931-568c-4f40-8573-dd344553e557.d62bda3a-1396-492a-ad99-7c6238d93c6a.stime
> changelog_log_file:
> /var/log/glusterfs/geo-replication/mvol1/ssh%3A%2F%2Froot%40192.168.178.65%3Agluster%3A%2F%2F127.0.0.1%3Amvol1-changes.log
> socketdir: /var/run/gluster
> volume_id: a1c74931-568c-4f40-8573-dd344553e557
> ignore_deletes: false
> state_socket_unencoded:
> /var/lib/glusterd/geo-replication/mvol1_gl-node5-int_mvol1/ssh%3A%2F%2Froot%40192.168.178.65%3Agluster%3A%2F%2F127.0.0.1%3Amvol1.socket
> log_fi...
2018 Jan 19
2
geo-replication command rsync returned with 3
...erd/geo-replication/tar_ssh.pem
master.stime_xattr_name:
trusted.glusterfs.2f5de6e4-66de-40a7-9f24-4762aad3ca96.256628ab-57c2-44a4-9367-59e1939ade64.stime
changelog_log_file:
/var/log/glusterfs/geo-replication/mvol1/ssh%3A%2F%2Froot%4082.199.131.135%3Agluster%3A%2F%2F127.0.0.1%3Asvol1-changes.log
socketdir: /var/run/gluster
volume_id: 2f5de6e4-66de-40a7-9f24-4762aad3ca96
ignore_deletes: false
state_socket_unencoded:
/var/lib/glusterd/geo-replication/mvol1_gl-slave-01-int_svol1/ssh%3A%2F%2Froot%4082.199.131.135%3Agluster%3A%2F%2F127.0.0.1%3Asvol1.socket
log_file:
/var/log/glusterfs/geo-replication/m...
2024 Jan 25
0
[Announce] GnuPG 2.4.4 released
...etection on Windows. [T5768]
* dirmngr: Fix handling of the HTTP Content-Length. [rGa5e33618f4]
* dirmngr: Add code to support proxy authentication using the
Negotiation method on Windows. [T6719]
* gpgconf: Add commands --lock and --unlock. [rG93b5ba38dc]
* gpgconf: Add keyword socketdir to gpgconf.ctl. [rG239c1fdc28]
* gpgconf: Adjust the -X command for the new VERSION file format.
[T6918]
* wkd: Use export-clean for gpg-wks-client's --mirror and --create
commands. [rG2c7f7a5a278c]
* wkd: Make --add-revocs the default in gpg-wks-client. New option
--no-...
2018 Jan 19
0
geo-replication command rsync returned with 3
...tar_ssh.pem
>master.stime_xattr_name:
>trusted.glusterfs.2f5de6e4-66de-40a7-9f24-4762aad3ca96.256628ab-57c2-44a4-9367-59e1939ade64.stime
>changelog_log_file:
>/var/log/glusterfs/geo-replication/mvol1/ssh%3A%2F%2Froot%4082.199.131.135%3Agluster%3A%2F%2F127.0.0.1%3Asvol1-changes.log
>socketdir: /var/run/gluster
>volume_id: 2f5de6e4-66de-40a7-9f24-4762aad3ca96
>ignore_deletes: false
>state_socket_unencoded:
>/var/lib/glusterd/geo-replication/mvol1_gl-slave-01-int_svol1/ssh%3A%2F%2Froot%4082.199.131.135%3Agluster%3A%2F%2F127.0.0.1%3Asvol1.socket
>log_file:
>/var/log/glu...