linux - Error when closing pipe to sendmail -


i using perl module mail::builder::simple send email. using sendmail utility. error when sending email

error when closing pipe sendmail:  trace begun @ /usr/local/share/perl5/email/sender/transport/sendmail.pm line 79 

i sure it's permission issue, not sure exact permission missing. idea missing.

i see error message in file located @ /var/spool/clientmqueue/:

550 5.0.0 access denied 554 5.0.0 service unavailable 

i got fixed

go /etc/hosts.allow

add line

sendmail:all @ end of file , restart sendmail service.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -