wie...@porcupine.org (Wietse Venema) writes: > A. Schulze: >> >> Eric Abrahamsen: >> >> > It works fine, until I try to add postscreen into the mix. >> you did not post a complete config. but you may check your master.cf: >> >> master.cf without postscreen: >> smtp inet n - n - - smtpd >> >> master.cf with postscreen: >> smtp inet n - n - 1 postscreen >> smtpd pass - - n - - smtpd > > And with different services on different IP addresses: > > master.cf with postscreen: > 1.2.3.5:smtp inet n - n - 1 postscreen -o > smtpd_service_name=smtpd_1.2.3.5 > smtpd_1.2.3.5 pass - - n - - smtpd > > Ditto for the service on 1.2.3.4. > > Wietse
Awesome! That worked like a charm. Noel had me worried for a second there, but it looks like most of the necessary gyrations I'd already gone through -- that last step with smtpd_service_name was very simple. Thanks to Benny also for the cleanups and pointers, I was fishing a bit for help like that. Thanks again to all, Eric