Hi, @asmecher,
I upgrade database to 2.4.8-1, but email sent don’t work, with SMTP-settings in config.inc.php, and without them.
Principal contact field having adress with domain @ssau.ru, equals our SMTP-server.
I attached this logs, maybe it getting some information:
Formed server: mb.ssau.ru
more_gris@mail.ru
mxs.mail.ru
Remote Server returned ‘554 5.7.1 <mxs.mail.ru #5.7.1 smtp; 550 5.7.1 This message was not accepted due to domain owner DMARC policy (RFC 7489) https://help.mail.ru/mail-help/postmaster/dmarc>’
MAIL-LOG with SMTP-setting
Received: from mailfilter.ssau.ru (mailfilter.ssau.ru [91.222.128.20])
by mb.ssau.ru (Postfix) with ESMTP id 84E79448073
for more_gris@mail.ru; Tue, 27 Dec 2016 15:01:04 +0400 (SAMT)
Received: from jbpe.ssau.ru (hosting.ssau.ru [91.222.128.11])
by mb.ssau.ru (Postfix) with ESMTP id 782D8448072
for more_gris@mail.ru; Tue, 27 Dec 2016 15:01:04 +0400 (SAMT)
To: admin admin more_gris@mail.ru
Subject: [JBPE] Editor Decision
Content-Type: text/plain; charset=“utf-8”
X-Mailer: Public Knowledge Project Suite v2
X-Originating-IP: 91.222.128.24
Date: Tue, 27 Dec 2016 15:01:01 +0400
From: admin admin more_gris@mail.ru
Message-ID: 20161227110104.782D8448072@mb.ssau.ru
X-KLMS-Rule-ID: 3
X-KLMS-Message-Action: skipped
X-KLMS-AntiSpam-Status: not scanned, whitelist
X-KLMS-AntiPhishing: not scanned, whitelist
X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.721, not scanned, whitelist
MIME-Version: 1.0
MAIL-LOG without SMTP-setting
Received: from mailfilter.ssau.ru (mailfilter.ssau.ru [91.222.128.20])
by mb.ssau.ru (Postfix) with ESMTP id CD6FB1160B4
for more_gris@mail.ru; Tue, 27 Dec 2016 15:02:54 +0400 (SAMT)
Received: from hosting.ssau.ru (hosting.ssau.ru [91.222.128.11])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by mb.ssau.ru (Postfix) with ESMTP id BC4F41160B2
for more_gris@mail.ru; Tue, 27 Dec 2016 15:02:54 +0400 (SAMT)
Received: from hosting.ssau.ru (localhost [127.0.0.1])
by hosting.ssau.ru (8.14.7/8.14.7) with ESMTP id uBRB2pN6023201
for more_gris@mail.ru; Tue, 27 Dec 2016 15:02:51 +0400
Received: (from jbpe@localhost)
by hosting.ssau.ru (8.14.7/8.14.7/Submit) id uBRB2pRI023200;
Tue, 27 Dec 2016 15:02:51 +0400
Message-ID: 201612271102.uBRB2pRI023200@hosting.ssau.ru
X-Authentication-Warning: hosting.ssau.ru: jbpe set sender to morenov.sv@ssau.ru using -f
To: admin admin more_gris@mail.ru
Subject: [JBPE] Editor Decision
X-PHP-Originating-Script: 1003:String.inc.php
Content-Type: text/plain; charset=“utf-8”
X-Mailer: Public Knowledge Project Suite v2
X-Originating-IP: 91.222.128.24
Date: Tue, 27 Dec 2016 15:02:51 +0400
From: admin admin more_gris@mail.ru
X-KLMS-Rule-ID: 3
X-KLMS-Message-Action: skipped
X-KLMS-AntiSpam-Status: not scanned, whitelist
X-KLMS-AntiPhishing: not scanned, whitelist
X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.721, not scanned, whitelist
MIME-Version: 1.0
And actual setting of mailing in config.inc is there:
[email]
; Use SMTP for sending mail instead of mail()
; smtp = Off
; SMTP server settings
; smtp_server = mb.ssau.ru
; smtp_port = 25
; Force the default envelope sender (if present)
; This is useful if setting up a site-wide noreply address
; The reply-to field will be set with the reply-to or from address.
force_default_envelope_sender = On
; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
; smtp_auth = PLAIN
; smtp_username = morenov.sv
; smtp_password = password
; Allow envelope sender to be specified
; (may not be possible with some server configurations)
; allow_envelope_sender = Off
; Default envelope sender to use if none is specified elsewhere
default_envelope_sender = morenov.sv@ssau.ru
; Enable attachments in the various “Send Email” pages.
; (Disabling here will not disable attachments on features that
; require them, e.g. attachment-based reviews)
enable_attachments = On
; Amount of time required between attempts to send non-editorial emails
; in seconds. This can be used to help prevent email relaying via OJS.
time_between_emails = 3600
; Maximum number of recipients that can be included in a single email
; (either as To:, Cc:, or Bcc: addresses) for a non-priveleged user
max_recipients = 10
; If enabled, email addresses must be validated before login is possible.
require_validation = Off
; Maximum number of days before an unvalidated account expires and is deleted
validation_timeout = 14
Regards,
Sergey Morenov,
Samara University