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]