Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 ... 8 9 [10]
 91 
 on: January 25, 2023, 06:50:26 PM 
Started by Arno - Last post by Arno
Hi,

In my research on how mails are sent I found a bug.
Where to report a bug? At https://github.com/anope/anope there is no possibility to open an issue.

Never programmed in C++, but in mail.cpp at line 30 a file is opened to compose the mail.
The file is 'sendmail' (configured in services.conf).

But sendmail is the program to send mail. This can't be right.

 92 
 on: January 22, 2023, 02:47:11 PM 
Started by Arno - Last post by Arno
Hi,

After installing and configuring an irc server and anope I'm testing to register a nick.
Anope doesn't send a mail to the user. See subject.

For mail postfix is installed to relay mails to my ISP.
In a shell on same server:
sendmail -F "IRC" -f "irc@example.com" user@example.com < mail.txt
This command sends mails successfully.

In services.conf I tried several settings for sendmailpath.
Full path to sendmail, just sendmail. With and without -t option.
Postfix first listened on port 587 then also 25.
Postfix listens on 127.0.0.1 now. Before I tried <ip address 192.168.x.y>

Version of anope is 2.0.9-1 on Debian 11.

How can mails be send by anope?
The only error message is 'Error delivering mail for ...'
How do I debug this?


 93 
 on: January 16, 2023, 11:29:12 PM 
Started by chris - Last post by chris
Thank you for answering it. I didn't know if it was an Anope or Unreal issue thus it was posted in both locations to cover all the bases.

 94 
 on: January 16, 2023, 10:43:04 PM 
Started by chris - Last post by Lord255
oh god. you spam multiple forums with this. :\

anyway: https://forums.unrealircd.org/viewtopic.php?p=40376#p40376
i answered there. :)

 95 
 on: January 16, 2023, 09:22:50 PM 
Started by chris - Last post by chris
I started a new post since this is similar to low's post but not the same.

server name and password have been edited for security.

Config from Unreal:

Code: [Select]

/* Special SSL/TLS servers-only port for linking */
listen {
        ip *;
        port 6900;
        options { tls; serversonly; }
}

link services.example.com
{
        incoming {
                mask 127.0.0.1;
        }

        password "*************************";

        class servers;
}


and in Anope:

Code: [Select]

uplink
{
        host = "127.0.0.1"
        ipv6 = no
        ssl = yes
        port = 6900
        password = "*************************"
}


Starting Anope up with the above configurations and I get this:

Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1/6900) with protocol UnrealIRCd 4+
Successfully connected to uplink #1 127.0.0.1:6900
Lost connection from uplink #1 (127.0.0.1:6900): Connection reset by peer

If it remove the TLS option from Unreal and change Anope to SSL = no. Then it works.

Anope 2.0.12, build #2, compiled 21:35:45 Jan 15 2023
Using configuration file conf/services.conf
Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1/6900) with protocol UnrealIRCd 4+
Successfully connected to uplink #1 127.0.0.1:6900
Successfully linked, launching into background...


 96 
 on: January 15, 2023, 06:29:31 PM 
Started by Tobi - Last post by Sadie
If you're not a developer you probably want to be using InspIRCd v3 (stable) not v4 (dev).

You can find the docs for that at https://docs.inspircd.org/3/modules/spanningtree/#uline

 97 
 on: January 15, 2023, 03:11:07 PM 
Started by Tobi - Last post by Tobi
 
in the inspirc v4 it is no longer called uline. it <service server="services.example.com" silent="yes">

it works thank you

 98 
 on: January 15, 2023, 02:51:56 PM 
Started by Tobi - Last post by Lord255
did you set your services server as uline?
also: did you mess around with the flags what services bots are having?

 99 
 on: January 15, 2023, 02:50:01 PM 
Started by Tobi - Last post by Tobi
Hello,

Anope 2.0.12
Inspircd inspircd 4.00a18


i get this message on irc no matter what i want to do with nickserv, chanserv


ChanServ is not a network service! Please inform a server operator as soon as possible.


how can i fix this? thanks

Regards


 100 
 on: December 19, 2022, 05:02:46 PM 
Started by Rafael Grether - Last post by Rafael Grether
Hi guys, I need a help.

I modified ACCESS_CHANGE level from 10 to 6 for my channel.
Then I added some operator at level 6 (/cs access #chan add nick 6)

So, this channel operator at level 6, can add other in levels bellow (1 - 5).
BUT this channel operator at level 6, cannot add other OP throw /cs aop #chan add nick

Why? AOP isn't level 5?
If yes, why "/cs access #chan add othernick 5" works for him, but "/cs aop #chan add othernick", don't ?

Many Thanks,
Grether

Pages: 1 ... 8 9 [10]