Yes this seemed to do the trick. Thanks for the response.

Eric

;  > I have just migrated to qmail from sendmail 8.8.8 (Solaris)
;  > 
;  > We have a web based email system that is using the following 
;  > syntax:
;  > 
;  > /usr/lib/sendmail -f 'sendingdomain.com <[EMAIL PROTECTED]>' -bm
; 
; Try /usr/lib/sendmail -f '[EMAIL PROTECTED]' -bm
; 
; The address handed to the -f should be an RFC821 address, since it's
; used to set the envelope sender, not an RFC822 address.

Reply via email to