Robert Cates wrote:

I didn't setup an SPF for kormar.net until after I noticed this happening; thinking that would help.

You really should have mentioned that before we wasted our time on it.

Why would I remove the SPF when it seems more and more ESPs
(especially the big ones) are using it, at least that's what it seems
to me.

http://david.woodhou.se/why-not-spf.html

Robert Cates wrote:

OK, it looks like I need to tweak my SpamA configuration to work on only incoming mail (which is what I thought I had), but how do I configure Exim (4.54) submission mode for my authenticated and local submissions?

In your RCPT ACL, check any accept clauses that are specific to authenticated or local submission. In the default config, these are:

at the top...
  accept  hosts = :

and then near the bottom...
  accept  hosts         = +relay_from_hosts

  accept  authenticated = *

To each of these accept clauses (but none of the others, which accept mail from remote hosts for local destinations), add:

          control = submission

For more info:
http://exim.org/exim-html-4.50/doc/html/spec_39.html#IX2485

- Marc

--
## 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/

Reply via email to