I also i have this in transport mailet:

<mailet match="All" class="RemoteDelivery">

<!-- alternative database repository example below -->
<outgoing> db://maildb/spool/outgoing </outgoing>

so it should work or not ?

bye



Am Dienstag, den 07.02.2006, 19:40 +0100 schrieb Stefano Bagnara:
> Norman Maurer wrote:
> > Hi,
> > 
> > i have a bit trobule to get james send Bounces im not getting any
> > bounces on testing. Here are the config.xml parts i used:
> 
> 
> I don't see the default RemoteDelivery configured.
> Your james can send mails to spam-box.de, debian-made.de and 
> hiphopcorner.de, but what about all other domains?
> Shouldn't you have a <mailet match="All" class="RemoteDelivery">...etc.. 
> </mailet> at the end of your transport?
> 
> Stefano
> 
> >       <processor name="error">
> >          <!-- If you want to notify the sender their message generated
> > an error, uncomment this       -->
> >          <mailet match="All" class="Bounce"/>
> >          <!-- If you want to notify the postmaster that a message
> > generated an error, uncomment this  -->
> >          <!--
> >          <mailet match="All" class="NotifyPostmaster"/>
> >          -->
> > 
> >          <!-- Logs any messages to the repository specified -->
> >          <mailet match="All" class="ToRepository">
> >             <!--
> >             <repositoryPath> file://var/mail/error/</repositoryPath>
> >             -->
> >             <!-- An alternative database repository example follows. -->
> >             <repositoryPath> db://maildb/deadletter/error
> > </repositoryPath>
> >          </mailet>
> > 
> > 
> > thx guys
> > 
> > 
> >       <processor name="transport">
> >          <mailet match="HostIs=spam-box.de" class="RemoteDelivery">
> >              <outgoing> db://maildb/spool/outgoing1 </outgoing>
> >              <delayTime> 21600000 </delayTime>
> >              <maxRetries> 5 </maxRetries>
> >              <deliveryThreads> 5 </deliveryThreads>
> >              <gateway>192.168.100.1 </gateway>
> >              <gatewayPort>2525</gatewayPort>
> >          </mailet>
> > 
> >          <mailet match="HostIs=debian-made.de" class="RemoteDelivery">
> >              <outgoing> db://maildb/spool/outgoing2 </outgoing>
> >              <delayTime> 21600000 </delayTime>
> >              <maxRetries> 5 </maxRetries>
> >              <deliveryThreads> 5 </deliveryThreads>
> >              <gateway>192.168.100.100 </gateway>
> >              <gatewayPort>2525</gatewayPort>
> >          </mailet>
> > 
> >          <mailet match="HostIs=hiphopcorner.de" class="RemoteDelivery">
> >              <outgoing> db://maildb/spool/outgoing3 </outgoing>
> >              <delayTime> 21600000 </delayTime>
> >              <maxRetries> 5 </maxRetries>
> >              <deliveryThreads> 5 </deliveryThreads>
> >              <gateway>192.168.100.200 </gateway>
> >              <gatewayPort>2525</gatewayPort>
> >          </mailet>
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to