Hi there!
First of all I'd like to thank all you guys at Anope for providing this VERY cool services pack - and even FOR FREE!!!
I'm kind of new to IRC (I've been using it for approximately 2 years) and I'm even newer to running a whole IRC server including services but I'm learning fast (myself being asked), haha!
So far I have it all running just fine and I've tought myself a lot of features but one thing I JUST CAN'T figure out is how to get to receive the email Anope should send upon registering a nick?
I have searched Google and read a lot of topics in this forum but none of them seemed to cover a solution for my problem so now I try to post it. I have even tried MANY different "settings" in the services.conf file under both the NickServ and Email sections...
Following is a copy+paste (exept for all the explanatory text, to shorten it up) of my services.conf file:
###########################################################################
#
# Mail-related options
#
###########################################################################
UseMail
SendMailPath "anopesmtp 127.0.0.1"
SendFrom "someadress@somemailprovider.somedomain"
#RestrictMail
MailDelay 30s
#DontQuoteAddresses
#ForkForMail
###########################################################################
#
# NickServ configuration
#
###########################################################################
NSForceEmail
NSEmailReg
#NSDefNone
NSDefKill
NSDefKillQuick
NSDefSecure
NSDefPrivate
NSDefHideEmail
NSDefHideUsermask
#NSDefHideQuit
#NSDefMsg
NSDefMemoSignon
NSDefMemoReceive
NSDefAutoop
NSDefLanguage 1
NSRegDelay 30s
NSResendDelay 30s
NSExpire 21d
NSRExpire 1d
NSMaxAliases 10
NSAccessMax 32
NSEnforcerUser enforcer@dj-plexi.dk
#NSEnforcerUser enforcer
NSReleaseTimeout 1m
NSAllowKillImmed
#NSNoGroupChange
#NSListOpersOnly
NSListMax 50
NSGuestNickPrefix "PNIS"
NSSecureAdmins
NSStrictPrivileges
NSModeOnID
#NSRestrictGetPass
NSNickTracking
#NSAddAccessOnReg
###########################################################################
As I said I really have tried MANY settings - especially the
SendMailPath "anopesmtp 127.0.0.1"
have I "fooled around" with according to some of the many topics I've read around the Internet.
I tried the localhost (127.0.0.1) IP, my external (ISP) IP, my computers (DHCP) IP, my website hosts mailserver IPs (they provide one that requires authentication and one that does not) and I've even tried the DNS adresses for these IPs.
I can see that Anope launches a console and closes this again whereafter a notice is being sent to me:
-NickServ- A passcode has been sent to someadress@somemailprovider.somedomain, please type /msg NickServ confirm <passcode> to complete registration
but I just never receive the email!
The email in the
SendFrom "someadress@somemailprovider.somedomain"
directive DOES exist and I even tried using an emailadress that is located on the server of my website host - still no email.
Any info I've forgotten? I don't know but I THINK I've provided a damn lot of info compared to what people normally do when posting on forums!
ANY help is GREATLY appreciated - thanks in advance!