Re: sendmail errorless error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



urgrue wrote:

> i normally test our mail servers using a telnet to port 25. but 
> something is very different about one mail server. our client hasnt 
> complained so im assuming the mail server works. but if i telnet in, 
> when i get to MAIL FROM: blah@xxxxxxxxxx, the response is simply:
> 553 5.3.0 blah@xxxxxxxxxxxxx >blah<@domain.com.
> 
> what does >this< mean?

Essentially, it means that the check_mail ruleset resolved to:

	$#error $@ 5.3.0 $: 553 >blah<@domain.com.

As for why that happens, try:

	$ sendmail -bt
	ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
	Enter <ruleset> <address>
	> .Dclient_name=mail.foo.com
	> .Dclient_addr=123.123.123.123
	> check_mail blah@xxxxxxxxxx

That will show the flow of the address through the rulesets.

If you want more information, add -d21.x to the command, where x is an
integer controlling the level of detail (1 is the default, 2 shows $&
substitutions, 4 shows all rewrites, 12 shows every rule which is
tried).

-- 
Glynn Clements <glynn.clements@xxxxxxxxxx>
-
: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Newbie]     [Audio]     [Hams]     [Kernel Newbies]     [Util Linux NG]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Device Drivers]     [Samba]     [Video 4 Linux]     [Git]     [Fedora Users]

  Powered by Linux