On Wed, 22 Nov 2017 16:35:33 +0100 Andrej Sagadin <[email protected]> wrote:
> Hello, > why i get relay attempts after connect to listenport2 with correct > authentication. > here are the logs from my assp and postfix. > > bye, > Andrej > > assp log:Nov-22-17 16:21:02 [Worker_2] [TLS-in] [TLS-out] > *188.64.25.10* info: authentication - plain is used > Nov-22-17 16:21:03 m-64063-02416 [Worker_2] [TLS-in] [TLS-out] > [RelayAttempt] *188.64.25.10* <*[email protected] > <[email protected]>*> to: *[email protected] <[email protected]>* > relay attempt blocked for unknown local sender address Not sure as to your issues, but one solution maybe to use something ilke pop-before-smtp. Its legacy stuff should not be necessary with SMTP auth, but if your having problems it may help. Just a perl script edit as needed, stores IPs in a db. ASSP uses that DB as a temporary accept all for any IPs in there. Older but should still work, does for me. http://popbsmtp.sourceforge.net/ I have used it, still in use for some things in some cases and works well. Just have to adjust timeout to suit your needs. I tend to go with like 15 minute relay window. -- William L. Thomson Jr. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
