Hello fellows ! � James 2.1.3 on Win2k Pro platform is in question. � 1)What exactly does <deliveryThreads> mean in a RemoteDelivery tag ? Does this mean that setting it to N would make James attempt delivery of N mails simultaneously to the specified gateway ?
<mailet class="RemoteDelivery" match="HostIs=abc.com"> <outgoing>file://var/mail/relay2/</outgoing> <delayTime>300000</delayTime> <maxRetries>6</maxRetries> <deliveryThreads>50</deliveryThreads> -- ??? <gateway>192.168.1.2</gateway> <gatewayPort>25</gatewayPort> </mailet> � 2)What is the relation between Spool threads and <deliveryThreads> ? Does the number of spool threads serve as a master total of possible <deliverythreads>?E.g: If i have two <remotedelivery> tags set up, do i have to keep the TOTAL of <deliveryThreads> (of both gatewatys) equal to the number of Spool threads? <spoolmanager> <threads>30</threads> --- ??? 3) I use a DNS to deliver outbound mails. Often I see mails remaining in the outbound queue even if the <delaytime> has been passed and often never retrying the mails to be delivered. Where should i start scratching ? <mailet class="RemoteDelivery" match="CheckOutgoing=192.168.1.2"> <outgoing>file://var/mail/out_relay/</outgoing> <delayTime>300000</delayTime> <maxRetries>6</maxRetries> <deliveryThreads>50</deliveryThreads> </mailet> __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
