Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Alex Schittko on April 08, 2011, 02:12:28 AM

Title: Windows + NickServ Mail
Post by: Alex Schittko on April 08, 2011, 02:12:28 AM
So first things first, I am not an incompetent baffoon asking "Where is /usr/sbin/sendmail!?" on windows.

I am using Windows Server 2k8 Standard, with Unreal 3.2 and Anope + MS SMTP.

I have MS SMTP Configured to allow connections from ANY IP with NO AUTH (Just for debugging, then I'll start IP restriction)  Under Anope, I have
Code: [Select]
SendMailPath "anopesmtp 127.0.0.1"
The problem I have, is that no email will come through to me on Windows Live.  I placed a test dummy in the Pickup folder, formatted as:
 
Code: [Select]
To: alex@CENSORED
From: testuser@internaldoman.com
Subject: Test dummy

This is a test dummy

It came through, but under Junk (no big deal.)  When I try a /msg NickServ RESEND from IRC, a command line comes up and closes in the windows desktop.  Anope says the email was sent, but it never arrived on my end.

I'm afraid if hotmail is just rejecting the email? Or whats up?
Title: Re: Windows + NickServ Mail
Post by: Adam on April 08, 2011, 02:20:11 AM
I would try telnetting 127.0.0.1 25 and sending a mail by hand and see if that works.
Title: Re: Windows + NickServ Mail
Post by: Alex Schittko on April 08, 2011, 02:32:30 AM
I can connect to it through telnet...

220 Censored.Domain Microsoft ESMTP MAIL Service, Version: 7.0.6001.18000 ready at  Thu, 7 Apr 2011 21:31:47 -0400

EDIT: problem debugged to 'cant relay for rcpt@domain.com'
EDIT2: Set it so only null could relay... problem solved.

Thanks for the telnet idea!
Title: Re: Windows + NickServ Mail
Post by: Adam on April 08, 2011, 02:38:16 AM
Try running anopesmtp by hand?
Title: Re: Windows + NickServ Mail
Post by: Alex Schittko on April 08, 2011, 02:39:56 AM
See EDIT2