help SASL configuration

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

help SASL configuration

Post by Suratka »

Hello everyone.
The sasl module in anope is active,
in my unrealircd.conf I activated:
set {
sasl-server "services.myserver.net";
};
I tried to give the command: / cap ls
this is the result.

Code: Select all

[17:39] CAP LS unrealircd.org/plaintext-policy=user=allow,oper=warn,server=deny unrealircd.org/link-security=2 extended-join chghost cap-notify userhost-in-names multi-prefix away-notify account-notify sasl=EXTERNAL,PLAIN tls
-
I want to prevent access to all unregistered ipv4 and ipv6, except for france, belgium and italy.
how it is set up now there is no restriction. if I insert the SASL into the mirc client or do not insert it, within it.
how can I do?
in short words,
It doesn't do its job. do I have to configure anything else?

questa è un connessione senza account registrato che è entrata.

Code: Select all

[17:51] Caps supported: unrealircd.org/plaintext-policy=user=allow,oper=warn,server=deny unrealircd.org/link-security=2 extended-join chghost cap-notify userhost-in-names multi-prefix away-notify account-notify sasl=EXTERNAL,PLAIN tls
-
[17:51] SASL authentication failed
-
[17:51] Caps set: extended-join chghost cap-notify userhost-in-names multi-prefix away-notify account-notify sasl=EXTERNAL,PLAIN
Locked