Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: WeAraBs.Net on May 01, 2010, 02:59:56 PM

Title: new to Anope services
Post by: WeAraBs.Net on May 01, 2010, 02:59:56 PM
hello all
 its my first time to use the anope services , i installed it yesterday
 i have anope-1.8.4  with Unreal3.2.8.1  ....

after test i noticed some problem :

Quote
1- i cant receive email when i register my nick
2-when i try to identify my nick like this /id nick pass this msg shown NickServ›] Your nick isn't registered.
3- idont know how to load modules to it

last thanks alot and i wish to solve these small problems.

Quote
i used before  Auspice Services i like it but no support for it
Title: Re: new to Anope services
Post by: Whrenn Project on May 01, 2010, 03:04:35 PM
did you use the confirm command as the email says?
Title: Re: new to Anope services
Post by: WeAraBs.Net on May 01, 2010, 03:06:43 PM

thanks alot Whrenn for the reply

 Hmm i cant recieve any msg from the services to the email

dunno why
Title: Re: new to Anope services
Post by: lavinpj1 on May 01, 2010, 03:07:13 PM
Quote
1- i cant receive email when i register my nick

If you want that, enable NSEmailReg in the config. If e-mails are still not sent, check the SendMailPath directive and be sure it's the correct configuration for your sendmail.

Quote
2-when i try to identify my nick like this /id nick pass this msg shown NickServ›] Your nick isn't registered.

Identify command is: /msg NickServ identify yourpassword

If this still doesn't work, ensure you registered the nickname correctly. Register command is: /msg NickServ register password e-mail

Quote
3- idont know how to load modules to it

First compile it: http://wiki.anope.org/index.php/Modules:Usage:Compiling

Then read the help: /os help modload

Phil
Title: Re: new to Anope services
Post by: WeAraBs.Net on May 01, 2010, 11:35:20 PM


thx Phil  for the help

al done now and work but i still have problem in register nick

Quote
no email sent and i enabled NSEmailReg and in SendMailPath still SendMailPath /usr/sbin/sendmail

can u tell me what can i put instead of SendMailPath /usr/sbin/sendmail

and how can i enable the RAW command?

and thx alot for the help

Regards
Title: Re: new to Anope services
Post by: Whrenn Project on May 02, 2010, 01:09:55 AM
http://www.anope.org/faq.php?cat=3#9
Title: Re: new to Anope services
Post by: WeAraBs.Net on May 02, 2010, 01:23:14 AM

 hello Whrenn 
 
 thanks for the reply ,, i need to fix the register email first

Title: Re: new to Anope services
Post by: Whrenn Project on May 02, 2010, 01:27:54 AM
you put the path to the sendmail binary in the SendMailPath.

If you are unsure where sendmail is try (on *nix): locate sendmail or whereis sendmail

If you are using the Windows version then you must first install and configure sendmail, which i can not help you with.