Koozali.org: home of the SME Server

SMTP Server

Offline billturnbull

  • *
  • 14
  • +0/-0
SMTP Server
« on: February 04, 2009, 04:57:12 AM »
Hey all...

I want to use a simple install of SME to throw some internal emails around...

In short I have a Voicemail system that emails the messages to aliases that all end up in the same email box... accessed by IMAP in Outlook express...

However, the SME server doesnt allow me to simply throw emails at it on port 25. I think it is an Authentication issue. (the voicemail system is very simple eg no secure)

Any ideas?
(The SME Server and Voicemail are both in the same subnet...)

Thanks,
Bill

Offline axessit

  • *****
  • 213
  • +0/-0
Re: SMTP Server
« Reply #1 on: February 04, 2009, 11:36:56 AM »
I'm no expert here, but two things worth trying...

1) Check your Proxy settings on the server panel and check the smtp proxy status is disabled or
2) Check the Email - >Change email reception tab and disable SMTP authentication - although this should only be on the internal interface.

Not sure if the Delegate Mail server is an option.....


Offline p-jones

  • *
  • 594
  • +0/-0
Re: SMTP Server
« Reply #2 on: February 04, 2009, 12:13:09 PM »
I am not an expert either but I think SME parses the from Header to ensure it is not working as an email relay.

The voicemail system would need to supply some form of 'from' header. That header would need to contain the valid domain that SME is set to operate in and a valid user on that domain.

So, if you server is on the voicemail.local domain and the vm user is operator then the email user would be from operator@voicemail.local . SME would need a valid user 'operator'

Present SME with this information in the "from" header and it should be all plain sailing....
...

Offline billturnbull

  • *
  • 14
  • +0/-0
Re: SMTP Server
« Reply #3 on: February 05, 2009, 12:33:57 AM »
yeah, I had that already but it still doesnt like it...

I tried to setup a dummy version in Outlook Express, just trying to send SMTP to the SME Server and tried all different combinations of authentication and secure auth that outlook supplies, but still no go...

I tried it on the SBS2003 server Im also running, it works fine... so the voicemail system is running ok...

I just dont seem to be able to use the SME Server as an SMTP server....

hmmmm

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SMTP Server
« Reply #4 on: February 05, 2009, 01:06:14 AM »
However, the SME server doesnt allow me to simply throw emails at it on port 25.

It does. You just have to comply with the protocol defined in RFC 2822.

Quote
I think it is an Authentication issue.

Don't think. Just describe exactly what you are doing and exactly what you see when you try to do it.

Quote
I tried it on the SBS2003 server Im also running, it works fine... so the voicemail system is running ok...

No, that just means that SBS2003 accepts something that SME server doesn't.

Quote
I just dont seem to be able to use the SME Server as an SMTP server....

Then you are probably not talking correct SMTP.


Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SMTP Server
« Reply #5 on: February 05, 2009, 01:10:04 AM »
I am not an expert either but I think SME parses the from Header to ensure it is not working as an email relay.

No. SME server determines whether messages are relay attempts by examining the envelope recipient address ("rcpt to": in SMTP).

Quote
The voicemail system would need to supply some form of 'from' header.

That is true - From and Date headers are mandatory in SMTP, and that requirement is enforced by SME server.

Offline billturnbull

  • *
  • 14
  • +0/-0
Re: SMTP Server
« Reply #6 on: February 06, 2009, 01:27:33 PM »
:) sorted...

It turned out that (for the sake of a simple test) I was using the account: voicemail@voicemail.local to send, receive, from, to and everything else... I guess it just didnt like that... :)

I made another account and sent from one to the other and alllll works as hoped now...

Sorry for the brain fart... :)

Bill