[JDEV] Email trasnport
Jeremy Nickurak
gehn at email.com
Tue Dec 4 18:46:17 CST 2001
On Mon, 2001-12-03 at 10:14, Julian Fitzell wrote:
> Admittedly in many cases this isn't a good thing. I already run a real
> SMTP server on my jabber machine so I don't have this option... I've
> often thought of modifying the code so you can forward messages to a
> certain virtual domain through to the transport on the command line but
> have never got around to it.
I can't speak for other SMTP packages but under exim I was able to run
both by making exim forward email for jmail.mydomain to the smtp
transport's port (5225 in my case):
# In general options:
relay_domains = jmail.mydomain
# In transports:
jabber_smtp:
driver = smtp
port = 5225
end
# In Routers:
jabberrouting:
driver = domainlist
self = send
route_list = "jmail.mydomain jmail.mydomain byname"
transport = jabber_smtp
--
Jeremy Nickurak -= gehn at email.com =-
"For every complex problem there is an answer
that is clear, simple, and wrong. "
-- H L Mencken
More information about the JDev
mailing list