Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Windows + NickServ Mail  (Read 3815 times)

0 Members and 1 Guest are viewing this topic.

Alex Schittko

  • Anope User
  • Offline Offline
  • Posts: 3
Windows + NickServ Mail
« 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?
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Windows + NickServ Mail
« Reply #1 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.
Logged

Alex Schittko

  • Anope User
  • Offline Offline
  • Posts: 3
Re: Windows + NickServ Mail
« Reply #2 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!
« Last Edit: April 08, 2011, 02:39:45 AM by Alex Schittko »
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Windows + NickServ Mail
« Reply #3 on: April 08, 2011, 02:38:16 AM »

Try running anopesmtp by hand?
Logged

Alex Schittko

  • Anope User
  • Offline Offline
  • Posts: 3
Re: Windows + NickServ Mail
« Reply #4 on: April 08, 2011, 02:39:56 AM »

See EDIT2
Logged
Pages: [1]   Go Up