You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install and configure your own mail server (ex: postfix)
Enable secure SMTP by activating submission (port 587) (authentication required)
Execute a test email with nextcloud (in settings)
Expected behaviour
Receive the test email.
Actual behaviour
Jun 24 00:59:35 mail postfix/submission/smtpd[20965]: NOQUEUE: reject: RCPT from some.domain.org[1.2.3.4]: 554 5.7.1 <some.domain.org[1.2.3.4]>: Client host rejected: Access denied; from=[email protected] to=[email protected] proto=ESMTP helo=<something.net>
It means nextcloud did a RCPT command before AUTH. In nextcloud settings you can configure your SMTP settings with "Authentication required" (checkbox). I did it but the error persist. I didn't check into the source code but it seems its a nextcloud bug.
Mail app
Mail app version: N/A
Mailserver or service: Postfix/Dovecot with Submission
Transport security - IMAP: SSL/TLS
Transport security - SMTP: STARTTLS
Number of accounts: 3
Mail app version build date: (only if you are using a Nightly Build)
Server configuration
Operating system: Linux itx 4.4.14 #2 SMP Fri Jun 24 13:38:27 CDT 2016 x86_64
The text was updated successfully, but these errors were encountered:
zen0x90
changed the title
[BUGS] nextcloud not using AUTH command even when "Authentication required" checked
[BUG] nextcloud not using AUTH command even when "Authentication required" checked
Jun 24, 2017
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and questions.
lockbot
locked and limited conversation to collaborators
Nov 20, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Expected behaviour
Receive the test email.
Actual behaviour
Jun 24 00:59:35 mail postfix/submission/smtpd[20965]: NOQUEUE: reject: RCPT from some.domain.org[1.2.3.4]: 554 5.7.1 <some.domain.org[1.2.3.4]>: Client host rejected: Access denied; from=[email protected] to=[email protected] proto=ESMTP helo=<something.net>
It means nextcloud did a RCPT command before AUTH. In nextcloud settings you can configure your SMTP settings with "Authentication required" (checkbox). I did it but the error persist. I didn't check into the source code but it seems its a nextcloud bug.
Mail app
Mail app version: N/A
Mailserver or service: Postfix/Dovecot with Submission
Transport security - IMAP: SSL/TLS
Transport security - SMTP: STARTTLS
Number of accounts: 3
Mail app version build date: (only if you are using a Nightly Build)
Server configuration
Operating system: Linux itx 4.4.14 #2 SMP Fri Jun 24 13:38:27 CDT 2016 x86_64
Web server: nginx/1.10.2 (fpm-fcgi)
Database: sqlite3 3.13.0
PHP version: 5.6.30
Modules loaded: Core, date, ereg, libxml, pcre, fileinfo, filter, hash, SPL, json, mcrypt, pcntl, session, bz2, posix, Reflection, standard, SimpleXML, sockets, imap, sysvmsg, sysvsem, sysvshm, xml, xmlwriter, mysqlnd, cgi-fcgi, bcmath, openssl, calendar, ctype, curl, dba, dom, enchant, mbstring, ftp, gd, gettext, gmp, iconv, intl, ldap, exif, mysql, mysqli, odbc, zlib, PDO, pdo_mysql, pdo_sqlite, PDO_ODBC, pspell, shmop, snmp, soap, sqlite3, tokenizer, wddx, xmlreader, xsl, zip, Phar, redis, Zend OPcache
Nextcloud version: 11.0.3 (stable) - 11.0.3.2
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from:
List of activated apps:
App list
Enabled:
Disabled:
The content of config/config.php:
Config report
The text was updated successfully, but these errors were encountered: