centos - How to output detail message about 5.x.x error on Sendmail -


i'm using sendmail version 8.14.4 on centos 6.3. sendmail.cf of sendmail left default of centos.

sendmail not output detail response message below.

aug  8 21:44:44 localhost sendmail[5075]: u78cicqr005073: to=hogehoge@grandeur09.com, delay=00:00:02, xdelay=00:00:02, mailer=esmtp, pri=120005, relay=mail.grandeur09.com. [124.24.34.228], dsn=5.1.1, stat=user unknown 

on other hand, postfix can output detail response below.

aug  8 21:43:40 localhost postfix/smtp[4993]: ea843120806: to=<hogehoge@grandeur09.com>, relay=mail.grandeur09.com[124.24.34.228]:25, delay=0.32, delays=0.01/0.01/0.28/0.01, dsn=5.1.1, status=bounced (host mail.grandeur09.com[124.24.34.228] said: 550 5.1.1 <hogehoge@grandeur09.com>: recipient address rejected: user unknown in local recipient table (in reply rcpt command)) 

the below message important me.

user unknown in local recipient table (in reply rcpt command)) 

do know how output detail response message returned downstream smtp server?

i tried raise log level, useless.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -