bug-mailfromd


Search for: Advanced

Re: [Bug-mailfromd] srs (sender rewrite)


> 
> 
> > But I searched a bit on this[1], maybe the marcros ${rcpt_mailer},
> > ${rcpt_host} hold the correct destination?
> 
> That depends on what you call "destination". According to
> Sendmail Installation and Operation Guide, section 5.2:

I have been logging the values when forwarding to a temp email address at xxxx@xxxxxxxxxxx (temp-mail.org)

rcpt_host:shaflyn.com. rcpt_mailer:esmtp

However when I am doing a dig on the mx records, I get this result

[@]# dig +short -t mx shaflyn.com
10 mail.shaflyn.com.

[@]# dig +short mail.shaflyn.com.
157.230.202.57

I was wondering if there is a macro available that has the value mail.shaflyn.com or even better 157.230.202.57?

PS. Do you have by any chance a link to an up to date online manual of sendmail (not pdf). I always tend to find outdated pages, and never a complete overview of these macro's.