Displaying 20 results from an estimated 21 matches for "submission_relay_ssl_verify".
2019 Dec 11
2
Submission config being ignored
...ur: have messages sent to submission ports (25, 465) relayed to `submission_relay_host`.
--
root at imapproxy1:~# cat /etc/dovecot/conf.d/20-submission.conf
submission_logout_format = in=%i out=%o
submission_relay_host = smtp.prorelay.nl
submission_relay_port = 587
submission_relay_ssl = starttls
submission_relay_ssl_verify = no
service submission {
}
service submission-login {
inet_listener submission_25 {
port = 25
}
inet_listener submission_465 {
port = 465
ssl = yes
}
}
--
What happens instead: Dovecot is attempting to send mail to the host specified in the passdb file:
root at imapproxy1:~# cat /etc/virtual...
2020 Nov 12
1
Submission service capabilities listing
...ee any traffic until after I send the
EHLO command. Dovecot states that CHUNKING is available, but the backend
host does not have that capability.
Is there a way to disable CHUNKING explicitly?
Thanks.
submission_relay_host = x.x.x.x
submission_host?????? = x.x.x.x
submission_relay_ssl? = no
submission_relay_ssl_verify = no
protocol submission {
? passdb {
??? driver = static
??? args?? = host=x.x.x.x proxy=y nopassword=y port=587
? }
}
2018 Apr 06
2
Dovecot Submission Proxy Auth
...ion = ${if eq{$interface_port}{10025}}
condition = ${if eq{$authenticated_sender}{}}
message = All connections on port $interface_port need MAIL AUTH sender
- in Dovecot, add the following submission parameters
submission_relay_port = 10025
submission_relay_ssl = starttls
submission_relay_ssl_verify = no
All the remaining parts of the Dovecot config is the default for submission protocol/service, copied either from the sources (default config) or from here:
https://wiki.dovecot.org/Submission
Feel free is you have any further questions.
Regards,
Paul
>
> I use Exim+Dovecot (Exim4U...
2020 Sep 25
3
dovecot warns (non-fatal) "invalid EHLO response line: Unexpected character in EHLO keyword" connecting to submission relay ?
I'm setting up an alternative submission relay host for dovecot. Atm, it's pointing @ fastmail.com.
with dovecot config,
submission_relay_host = smtp.fastmail.com
submission_relay_port = 465
submission_relay_ssl = smtps
submission_relay_ssl_verify = no
submission_relay_trusted = yes
submission_relay_user = 'acctID at mydomain.com'
submission_relay_password = 'acctPWD'
submission relay via dovecot proxy works as expected -- mail's delivered/received by intended recipient.
in local dovecot logs I notice
==...
2019 Jan 09
3
Dovecot Submission Proxy Auth
...= ${if eq{$authenticated_sender}{}}
>> message = All connections on port $interface_port need MAIL AUTH sender
>>
>> - in Dovecot, add the following submission parameters
>>
>> submission_relay_port = 10025
>> submission_relay_ssl = starttls
>> submission_relay_ssl_verify = no
>>
>> All the remaining parts of the Dovecot config is the default for submission protocol/service, copied either from the sources (default config) or from here:
>>
>> https://wiki.dovecot.org/Submission
>>
>> Feel free is you have any further questions....
2019 Apr 19
1
haproxy + submission services -> postfix failure
...ice submission-login {
inet_listener submission {
port = 587
haproxy = yes
}
}
service lmtp {
inet_listener lmtp {
port = 24
haproxy = no
}
}
>> 20-submission.conf
submission_relay_host = postfix.mail-server
submission_relay_port = 25
submission_relay_ssl = starttls
submission_relay_ssl_verify = yes
Then because it might help to give the other side of the connection
configuration for postfix, here is the relevant information:
>> master.cf:
smtp inet n - - - 1 postscreen
smtpd pass - - - - - smtpd
>> mai...
2019 Jul 10
0
Dovecot 2.3.6 on Solaris10: build issues, segfaults
...bilities;
/* submission relay: */
const char *submission_relay_host;
in_port_t submission_relay_port;
bool submission_relay_trusted;
const char *submission_relay_user;
const char *submission_relay_master_user;
const char *submission_relay_password;
const char *submission_relay_ssl;
bool submission_relay_ssl_verify;
const char *submission_relay_rawlog_dir;
unsigned int submission_relay_max_idle_time;
unsigned int submission_relay_connect_timeout;
unsigned int submission_relay_command_timeout;
/* imap urlauth: */
const char *imap_urlauth_host;
in_port_t imap_urlauth_port;
int parsed_workarounds;
};...
2019 Dec 12
0
Submission config being ignored
...<div>
root@imapproxy1:~# cat /etc/dovecot/conf.d/20-submission.conf
<br>submission_logout_format = in=%i out=%o
<br>submission_relay_host = smtp.prorelay.nl
<br>submission_relay_port = 587
<br>submission_relay_ssl = starttls
<br>submission_relay_ssl_verify = no
<br>
<br>service submission {
<br>}
<br>
<br>service submission-login {
<br>inet_listener submission_25 {
<br>port = 25
<br>
<br>}
<br>inet_listener submission_465 {
<br>por...
2020 Sep 26
0
dovecot warns (non-fatal) "invalid EHLO response line: Unexpected character in EHLO keyword" connecting to submission relay ?
...wrote:
> I'm setting up an alternative submission relay host for dovecot. Atm, it's pointing @ fastmail.com.
>
> with dovecot config,
>
> submission_relay_host = smtp.fastmail.com
> submission_relay_port = 465
> submission_relay_ssl = smtps
> submission_relay_ssl_verify = no
> submission_relay_trusted = yes
> submission_relay_user = 'acctID at mydomain.com'
> submission_relay_password = 'acctPWD'
>
> submission relay via dovecot proxy works as expected -- mail's delivered/received by intended recipient.
>
> in...
2019 Jan 09
0
Dovecot Submission Proxy Auth
...5}}
> condition = ${if eq{$authenticated_sender}{}}
> message = All connections on port $interface_port need MAIL AUTH sender
>
> - in Dovecot, add the following submission parameters
>
> submission_relay_port = 10025
> submission_relay_ssl = starttls
> submission_relay_ssl_verify = no
>
> All the remaining parts of the Dovecot config is the default for submission protocol/service, copied either from the sources (default config) or from here:
>
> https://wiki.dovecot.org/Submission
>
> Feel free is you have any further questions.
>
> Regards,
> Pau...
2020 Jul 19
2
submission proxy -- where to config/present client cert?
?I've a dovecot instance setup with submission proxy,
protocols = imap lmtp submission sieve
hostname = internal.mx.example.com
submission_relay_host = internal.mx.example.com
submission_relay_port = 465
submission_relay_trusted = yes
submission_relay_ssl = smtps
submission_relay_ssl_verify = yes
service submission-login {
inet_listener submission {
address = 10.2.2.10, 127.0.0.1
port = 50465
ssl = yes
}
}
protocol submission {
ssl_cert = < /sec/vmail/mx.example.com.server.EC.crt.pem
ssl_key = < /sec/vmail/mx.example.com.server.EC.key.pem
ssl_verify_clie...
2019 Jan 09
0
Dovecot Submission Proxy Auth
...nder}{}}
>>> message = All connections on port $interface_port need MAIL AUTH sender
>>>
>>> - in Dovecot, add the following submission parameters
>>>
>>> submission_relay_port = 10025
>>> submission_relay_ssl = starttls
>>> submission_relay_ssl_verify = no
>>>
>>> All the remaining parts of the Dovecot config is the default for submission protocol/service, copied either from the sources (default config) or from here:
>>>
>>> https://wiki.dovecot.org/Submission
>>>
>>> Feel free is you have an...
2020 Sep 23
2
BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."
> On 22/09/2020 21:00 PGNet Dev <pgnet.dev at gmail.com> wrote:
>
>
> On 9/22/20 10:51 AM, Aki Tuomi wrote:
> >>>
> >
> > Well, dovecot does not actually do any parsing for system-wide openssl.cnf. This sounds more like OpenSSL issue than dovecot issue.
>
> I've NO issue with that config/setting with any _other_ app -- whether in general
2018 Apr 06
2
Dovecot Submission Proxy Auth
Hi,
Thanks you very much. This did the trick!
> On 6. Apr 2018, at 15:56, Stephan Bosch <stephan at rename-it.nl> wrote:
>
>
>
> Op 6-4-2018 om 13:52 schreef Paul Hecker:
>> Hi,
>>
>> Dovecot 2.3.1 (8e2f634). Could not get Dovecot to forward the (plain) authentication to the SMTP server using submission. Reason why I need it is sender spoofing (do not
2019 Jul 09
6
Dovecot 2.3.6 on Solaris10: build issues, segfaults
Hopefully, there is some fix for issue 3 which is beyond my
skill to fix.
Issue 1) Need recent gcc version
Building Dovecot versions <=2.2.x using gcc 3.4.4 worked,
but this gcc version fails to build 2.3.x properly: symptoms
include compile failures and executable crashes that depended
on the amount of optimization used, which is usually a sign of
compiler bugs. (It could also be
2020 Aug 27
2
Sumbission crashes when relaying over TLS
Hello,
I'm trying to set up the submission proxy, but if I set
submission_relay_ssl = starttls, it crashes. Without it, it works.
Please find the details below.
Thanks,
Alec
dovecot[256855]: submission-login: Login: user=<alec>, method=PLAIN, rip=::1, lip=::1, mpid=257033, secured, session=<kMd1B9uthLUAAAAAAAAAAAAAAAAAAAAB>
dovecot[256855]:
2020 Jul 03
0
Quota: How/where to set/change
...ay_command_timeout = 5 mins
| submission_relay_connect_timeout = 30 secs
| submission_relay_host =
| submission_relay_master_user =
| submission_relay_max_idle_time = 29 mins
| submission_relay_password =
| submission_relay_port = 25
| submission_relay_rawlog_dir =
| submission_relay_ssl = no
| submission_relay_ssl_verify = yes
| submission_relay_trusted = no
| submission_relay_user =
| submission_ssl = no
| submission_timeout = 30 secs
| syslog_facility = mail
| userdb {
| args =
| auth_verbose = default
| default_fields =
| driver = passwd
| name =
| override_fields =
| result_failure = continue...
2020 Aug 25
2
zlib errors after upgrading
> On 25/08/2020 14:35 Robert Nowotny <rnowotny at rotek.at> wrote:
>
>
> I get ZLIB Errors after dovecot upgrade from 2.3.10.1 to 2.3.11.3
>
>
> Aug 21 15:27:34 lxc-imap dovecot: imap(acsida)<63870><jZk...>: Error: Mailbox Sent: UID=40826: read(zlib(/home/vmail/virtualmailboxes/acsida/storage/m.2409)) failed:
2013 Jul 02
0
Dovecot METADATA plugin configuration
...= 15 mins
stats_user_min_time = 1 hours
submission_host =
submission_relay_host =
submission_relay_master_user =
submission_relay_max_idle_time = 29 mins
submission_relay_password =
submission_relay_port = 25
submission_relay_rawlog_dir =
submission_relay_send_xclient = no
submission_relay_ssl = no
submission_relay_ssl_verify = yes
submission_relay_user =
syslog_facility = mail
userdb {
args = /etc/dovecot/dovecot-pgsql.conf
default_fields =
driver = sql
override_fields =
}
valid_chroot_dirs = /var/mail/
verbose_proctitle = yes
verbose_ssl = no
version_ignore = no
protocol imap {
mail_max_userip_connectio...
2019 Mar 30
3
Trying to track down source of duplicate messages
...nts = 0
submission_relay_command_timeout = 5 mins
submission_relay_connect_timeout = 30 secs
submission_relay_host =
submission_relay_master_user =
submission_relay_max_idle_time = 29 mins
submission_relay_password =
submission_relay_port = 25
submission_relay_rawlog_dir =
submission_relay_ssl = no
submission_relay_ssl_verify = yes
submission_relay_trusted = no
submission_relay_user =
submission_ssl = no
submission_timeout = 30 secs
syslog_facility = mail
userdb {
args =
auth_verbose = default
default_fields =
driver = passwd
name =
override_fields =
result_failure = continue
result_internalfail = contin...