This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Email into SPAM
#1
Hi I have a problem with sending email from LM5:

I use this setting:
Code:
local settings = {
    -- "from" field, only e-mail must be specified here
    from =  email,
    -- smtp username
    --user = '',
    -- smtp password
    --password = '',
    -- smtp server
    server = '192.168.206.70',
    -- smtp server port
    port = 25,
    -- enable ssl, required for gmail smtp
    --secure = 'sslv23',
  }

The email is marked SPAM and the server output is:

(I deleted the "from" and the "to" email and replaced with "***")

from=<***> to=<***>
proto=ESMTP helo=<localhost>
Nov 26 14:37:33 smtpservice1 postfix/cleanup[23052]: AAD0E255: message-id=<>
Nov 26 14:37:33 smtpservice1 opendkim[22852]: AAD0E255: can't determine
message sender; accepting


Can someone help me?

Thanks
Reply


Messages In This Thread
Email into SPAM - by Mirco - 26.11.2020, 14:52
RE: Email into SPAM - by Daniel - 26.11.2020, 16:31
RE: Email into SPAM - by admin - 26.11.2020, 17:01
RE: Email into SPAM - by Mirco - 30.11.2020, 07:43
RE: Email into SPAM - by admin - 30.11.2020, 07:53
RE: Email into SPAM - by Mirco - 01.12.2020, 07:54

Forum Jump: