Geting mails from another pop server and routing to another smtp server?

Hello, i have a dumb question.How can i configure Sun Java(tm) System Messaging Server 6 2005Q1 to be geting mails from another pop server i.e. pop3.mydomain.com and routing outgoing to smtp.mydomain.com mail server server is qmail....Thank you for your help.
[280 byte] By [SunNnus] at [2007-11-26 10:21:36]
# 1

Not a dumb question at all.

You can't, is the short answer.

Webmail/UWC gives you the option to manually get such mails, but there's no automatic way.

Routing oubound mails is easy.

Grab your favorite text editor, and open your

imta.cnf

file.

Locate the tcp_local channel configuraiton line, down in the bottom part of the file.

Locate the long line that contains the channel keywords.

Add to that line

daemon smtp.routingserver.com

run:

imsimta cnbuild

imsimta restart

jay_plesset at 2007-7-7 2:21:14 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Thank you Jay,

I ve looked to the sources of UWC and MSGR ... it is so obsololette code OMG .. almost completely written in JavaScript ...I cant understand how could Sun sell this product .. eh :)

I am trying to make msgr to take emails automatically .... but i have a few problems .. .like storing passwords somewhere ...it is not good ...

anyway thanks ...

SunNnus at 2007-7-7 2:21:14 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3

Well, the code is what it is.. .

There will be a new version out soon, 6.3. It's currently in beta, and includes much different code for UWC. old ME is no longer truly available by itself.

Getting the server to POP your external mail automatically isn't something that we are moving towards implementing, though.

jay_plesset at 2007-7-7 2:21:14 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...