On 21 Jul 2011, at 06:52, Marin, Patricia wrote:
> When I am using sendmail -io -t on a perl script or command line, the mail 
> never get send but when I add -f<email> email is send.  The  configuration I 
> have is windows with apache2triad from 2006.

XMail's sendmail interface is a bit different than most others; check the docs. 
 Also check that your script is giving the mail in on stdin; I know for a fact 
that Win32 does not handle pipes with grace.  It may be easier to just convert 
to the use of SMTP on localhost:25.

Cheers,
Sabahattin
_______________________________________________
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

Reply via email to