On Aug 29, 2007, at 1:35 PM, Thierry Thelliez wrote:

From the RT_SiteConfig.pm

Set($MailCommand , 'smtp');

That means that RT is trying to do the SMTP connection as the user clicks "Submit" try switching to 'sendmailpipe'

-j

Set($SMTPServer, 'localhost');
Set($SMTPFrom, '[EMAIL PROTECTED]');
Set($SMTPDebug, true);
Set($SendmailPath , 'undef');
Set($SendmailArguments , 'undef');


Thierry Thelliez
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com


Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to