pen is very good idea.š I'd even could write a note regarding it on wiki<br><br><div class="gmail_quote">2010/2/3 Shane Spencer <span dir="ltr"><<a href="mailto:shane@bogomip.com">shane@bogomip.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I agree, send to a local mail server like postfix and set multiple MX<br>
records for your outbound mail in DNS. šOr use the program called<br>
'pen' or its brother 'balance'.<br>
<br>
example:<br>
špen smtp mailhost1 mailhost2 mailhost3<br>
<br>
And send to localhost<br>
<font color="#888888"><br>
- Shane<br>
</font><div><div></div><div class="h5"><br>
On Wed, Feb 3, 2010 at 4:21 AM, Ruslan Zakirov <<a href="mailto:ruslan.zakirov@gmail.com">ruslan.zakirov@gmail.com</a>> wrote:<br>
> Hello, Ilya.<br>
><br>
> I don't think it's good idea to implement more features in SMTP<br>
> transport. It slows down mail sending and after all operations that<br>
> generates mails. Better choice is to use MTA configured in whatever<br>
> you like way and sendmail command in RT.<br>
><br>
> On Wed, Feb 3, 2010 at 4:08 PM, éÌØÑ ûÉÐÉÃÉÎ <<a href="mailto:chipitsine@gmail.com">chipitsine@gmail.com</a>> wrote:<br>
>> hello,<br>
>><br>
>> there's single SMTPServer in RT_Config.pm:<br>
>><br>
>> Set($SMTPServer, 'mail.local');<br>
>><br>
>><br>
>> I'd like to make a patch, which allow multiple smtp-servers, like<br>
>><br>
>> Set(@SMTPServer, (qw('mail1.local' 'mail2.local')) );<br>
>><br>
>> the question is: should I just leave new functionality ? or combined scalar<br>
>> + array autodetection algorithm ?<br>
>> sounds like array-functionality would be enough.<br>
>><br>
>> Cheers,<br>
>> Ilya Shipitsin<br>
>><br>
>> _______________________________________________<br>
>> List info: <a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel" target="_blank">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel</a><br>
>><br>
>><br>
><br>
><br>
><br>
> --<br>
> Best regards, Ruslan.<br>
> _______________________________________________<br>
> List info: <a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel" target="_blank">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel</a><br>
><br>
</div></div></blockquote></div><br>