Relaying SMTP mail?
Okay, here's the situation.
I have a domain with no internal DNS server and I cannot set one up: Don't ask.
I have a Unix box and a Win2k Server.
I want to relay emails from Unix to the SMTP running on Win2k.
I can send SMTP emails just fine from the Win2k box.
In the Unix hosts, I added the ip and name of the win2k server.
192.168.100.10 WinServer : just for example
When I try sending an email from Unix, it gets returned with "reason: 501 5.5.4 Invalid Address".

I get a Hello back from the Win2k box in the returned email so I know it is hitting the Win server.
Any advice would be greatly appreciated... tia
I have a domain with no internal DNS server and I cannot set one up: Don't ask.
I have a Unix box and a Win2k Server.
I want to relay emails from Unix to the SMTP running on Win2k.
I can send SMTP emails just fine from the Win2k box.
In the Unix hosts, I added the ip and name of the win2k server.
192.168.100.10 WinServer : just for example
When I try sending an email from Unix, it gets returned with "reason: 501 5.5.4 Invalid Address".

I get a Hello back from the Win2k box in the returned email so I know it is hitting the Win server.
Any advice would be greatly appreciated... tia
0
Comments
# "Smart" relay host (may be null)
# Relay host to forward outgoing mail not in the local domain to.
# To forward ALL mail to this relay host, uncomment the appropriate
# rule in ruleset 0, as indicated by the ruleset's comments.
#DSmailer:relayhostname
DSsmtp:WinServer
How do I do that? Is there a way to capture what commands unix is sending?
I'm guessing that the unix clients are sending and incomplete domain string.
Thanks for all your help hypermood.
The unix hosts file had WinServer.domain.com. instead of WinServer.domain.com
I removed the last dot and voila!