Chris wrote: > Hi I am seeing entries in log such as this not telling me why email is > been rejected, is there a way to make exim show the reason and do I > have anything to worry about? > > thanks. > > Chris > > 2006-11-03 21:14:15 H=(CP155.eiulk5oe.com) [58.210.252.34]:9652 > I=[85.14.x.x]:25 F=<[EMAIL PROTECTED]> rejected RCPT > <[EMAIL PROTECTED]>: > > local ips and domains edited out. >
Yes, and at various levels of detail. - add 'log_message' with some form of ID (so you can tell them apart) and a bit of text to the acl's where you would like more log detail. - turn up the general level of log verbosity with 'log_selector = +all. OR pick from the list (in the spec) and selectively add '+<detail>' Comment-out or remove when satisfied, ELSE logs can be huge. No, the rejection you show doesn't appear worrisome. Unless you have obfuscated too heavily, it looks as if a 'forgery' was detected and denied. HTH, Bill -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
