V S R A, Prasad (Prasad) wrote: > Is there anything I missed? I have my variables in config.pm as > $MailCommand = 'sendmail'; > $SendmailArguments="-oi"; > $SendmailPath = "/usr/lib"; $SendmailPath should probably be "/usr/lib/sendmail". If that fails, try $MailCommand = 'sendmailpipe'; $SendmailArguments="-oi -t';