Displaying 5 results from an estimated 5 matches for "11t10".
Did you mean:
11.10
2024 Dec 16
1
NUT on FBSD 14-2 fails to shut down UPS - select with socket: Invalid argument
...: off
USB : on
Shared Libs required:
libpowerman.so.0
libnetsnmp.so.40
libneon.so.27
libmodbus.so.5
libltdl.so.7
libgd.so.6
Shared Libs provided:
libupsclient.so.6
libnutscan.so.2
libnutclientstub.so.1
libnutclient.so.2
Annotations :
FreeBSD_version: 1400097
build_timestamp: 2024-06-11T10:20:37+0000
built_by : poudriere-git-3.4.1-30-g79e3edcd
port_checkout_unclean: no
port_git_hash : b3aa1ea86
ports_top_checkout_unclean: no
ports_top_git_hash: 492f5a54a
repo_type : binary
repository : FreeBSD
Flat size : 12.9MiB
Is there anything obvious I should be checking?...
2024 Dec 17
1
NUT on FBSD 14-2 fails to shut down UPS - select with socket: Invalid argument
...0
> libnetsnmp.so.40
> libneon.so.27
> libmodbus.so.5
> libltdl.so.7
> libgd.so.6
> Shared Libs provided:
> libupsclient.so.6
> libnutscan.so.2
> libnutclientstub.so.1
> libnutclient.so.2
> Annotations :
> FreeBSD_version: 1400097
> build_timestamp: 2024-06-11T10:20:37+0000
> built_by : poudriere-git-3.4.1-30-g79e3edcd
> port_checkout_unclean: no
> port_git_hash : b3aa1ea86
> ports_top_checkout_unclean: no
> ports_top_git_hash: 492f5a54a
> repo_type : binary
> repository : FreeBSD
> Flat size : 12.9MiB
>
>...
2018 Oct 11
0
Struggling to get dovecot working with postfix auth
...:
> > I suggest using "mode = 0660" instead.
>
> Makes no difference.
That was meant to increase security, not to fix your problem.
> > What exactly do the logs show?
>
> Erm, they show exactly what I posted earlier ?
No. Earlier, you posted this:
> 2018-10-11T10:17:40.491483+01:00 X postfix-authrelay/smtpd[18312]:
> warning: X[X]: SASL PLAIN authentication failed:
That's just a warning about an authentication failure. Now this:
> 2018-10-11T12:14:15.467791+01:00 X dovecot: master: Error:
> bind(/var/spool/postfix-authrelay/private/dovecot-au...
2018 Oct 11
4
Struggling to get dovecot working with postfix auth
On Thursday, October 11, 2018 12:07 PM, Ralph Seichter <m16+dovecot at monksofcool.net> wrote:
> On 11.10.18 11:30, Laura Smith wrote:
>
> > unix_listener /var/spool/postfix-authrelay/private/dovecot-auth {
> > group = postfix
> > mode = 0666
> > user = postfix
> > }
>
> I suggest using "mode = 0660" instead.
Makes no difference.
>
2018 Oct 11
2
Struggling to get dovecot working with postfix auth
...method of TCP SASL is not working either:
250 DSN
ehlo localhost
250-foobar.example.com
250-PIPELINING
250-SIZE 20480000
250-ETRN
250-AUTH PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH PLAIN <none_of_your_business>
535 5.7.8 Error: authentication failed:
and in the logs...
2018-10-11T10:17:40.491483+01:00 X postfix-authrelay/smtpd[18312]: warning: X[X]: SASL PLAIN authentication failed:
####
#### postconf
####
>postconf -a
cyrus
dovecot
> postconf -c /etc/postfix-authrelay | fgrep sasl
broken_sasl_auth_clients = no
cyrus_sasl_config_path =
lmtp_sasl_auth_cache_name =
lmtp...