You could use the RemoteDelivery Mailet for that. For example: <mailet match="[email protected]" class="RemoteDelivery"> <outgoing> file://var/mail/outgoing/ </outgoing> <delayTime> 5 minutes </delayTime> <delayTime> 10 minutes </delayTime> <delayTime> 45 minutes </delayTime> <delayTime> 2 hours </delayTime> <delayTime> 3 hours </delayTime> <delayTime> 6 hours </delayTime> <maxRetries> 25 </maxRetries> <maxDnsProblemRetries> 0 </maxDnsProblemRetries> <deliveryThreads> 1 </deliveryThreads> <sendpartial>true</sendpartial> <bounceProcessor>bounces</bounceProcessor> <gateway> OXserver </gateway> <gatewayPort>25</gatewayPort> </mailet>
Bye, Norman 2009/10/24 Dan Sikorsky <[email protected]>: > Hello, Configuring OpenXchange to do advanced things is a bit of a pain, I am > not that great at messing with postfix. > > I would rather leave my OXserver appliance running on all defaults, it works > pretty good that way. It listens on port 25. > Instead of trying to get it to retrive my emails via Fetchmail, I would like > my james server to deliver directly. > I have the fetchmail installed on OXserver, and configured to get mail for > user Dan on my james pop3 server, for user dan on OX imap. > It does this... I see the mail in my james inbox. OX takes it out, and in > james logs shows the OX server retreiving the mail, it dissappears from > james, but never appears anywhere in my IMAP on oxserver, i think its a > poorly developed solution, as its not really supported int he interface yet. > > So yeah, I can telnet to my port 25 on OXserver, send a mail to my self, how > do I get james to take all emails for say, [email protected] > and send them to oxserver port 25 ? > > Any better ideas on how to do this? I cant have the oxserver sitting on the > internet, because it uses port 25 and my isp blocks it, and I want james to > handle the delivery. > thanks > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
