Displaying 20 results from an estimated 46 matches for "submission_relay_port".
Did you mean:
submission_relay_host
2019 Jul 23
5
submission configuration issues
Hello,
I'm having trouble configuring the submission proxy.
I have configured the submission service as follow:
submission_host = smtp.example.com
submission_relay_host = localhost
submission_relay_port = 8587
submission_relay_rawlog_dir = /var/log/dovecot/
submission_relay_trusted = yes
My main issue is that until I login, dovecot-submission won't connect to the backend and query the capabilities and so won't report the right capabilities.
That mean that the first EHLO message don't...
2019 Dec 11
2
Submission config being ignored
...ut I'm probably doing something wrong.
Expected behaviour: 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 spe...
2019 Jun 21
2
Submission service and SMTP AUTH capability
...I want to configure the
submission service in order to replace the corresponding part in Postfix
(which is my SMTP server).
I configured submission it with just a few options different of the
default ones:
submission_client_workarounds = whitespace-before-path
submission_relay_host = 127.0.0.1
submission_relay_port = 10026
submission_relay_trusted = yes
The issue I'm having is that the SMTP AUTH is enforced and performed
correctly, but it doesn't get published on the server capaabilities when
the connection doesn't come from localhost. This causes issues with some
smtp clients which authentica...
2019 Jul 27
2
submission configuration issues
...aniel Dupas via dovecot wrote:
>> Hello,
>>
>> I'm having trouble configuring the submission proxy.
>>
>> I have configured the submission service as follow:
>>
>> submission_host = smtp.example.com
>> submission_relay_host = localhost
>> submission_relay_port = 8587
> Le 27 juil. 2019 ? 14:30, Stephan Bosch <stephan at rename-it.nl> a ?crit :
>
> On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote:
>> Hello,
>>
>> I'm having trouble configuring the submission proxy.
>>
>> I have configured the s...
2018 Apr 06
2
Dovecot Submission Proxy Auth
...t MAIL AUTH parameter in acl_smtp_mail ACL:
deny
condition = ${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 furth...
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...
2020 Aug 27
2
Sumbission crashes when relaying over TLS
...Trash
}
prefix =
}
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocols = submission
ssl_cert = </etc/ssl/dovecot/server.pem
ssl_client_ca_file = </etc/dovecot/ca.crt
ssl_key = # hidden, use -P to show it
submission_relay_host = localhost
submission_relay_port = 2525
submission_relay_rawlog_dir = %h/rawlog
submission_relay_ssl = starttls
userdb {
args = username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocol submission {
rawlog_dir = %h/rawlog
}
2019 Jul 27
0
submission configuration issues
...gt;>> I'm having trouble configuring the submission proxy.
>>>
>>> I have configured the submission service as follow:
>>>
>>> submission_host = smtp.example.com <http://smtp.example.com>
>>> submission_relay_host = localhost
>>> submission_relay_port = 8587
>
>
>> Le 27 juil. 2019 ? 14:30, Stephan Bosch <stephan at rename-it.nl
>> <mailto:stephan at rename-it.nl>> a ?crit :
>>
>> On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote:
>>> Hello,
>>>
>>> I'm having troub...
2019 Oct 02
2
Home Directory Creation
On 10/1/2019 11:42 PM, Aki Tuomi via dovecot wrote:
> Can you configure mail_debug=yes, try again, and post the logs?
>
> Aki
Hello Aki,
This is the only piece of relevant info I've been getting in the logs,
and I'm trying to figure out how I can get more debug data on this:
Oct 02 07:34:09
imap(asai2 at triata.globalchange.media)<43553><9fylXO6TtycKCgDu>: Debug:
2019 Jan 09
3
Dovecot Submission Proxy Auth
...condition = ${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.d...
2019 Apr 19
1
haproxy + submission services -> postfix failure
...ng or want to check a value.
>> 10-master.conf:
service 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...
2019 Sep 25
4
NFS Locking and Submission Service Authentication
...ervice submission-login {
? inet_listener submission {
??? port = 587
? }
}
ssl_cert = </etc/letsencrypt/live/triata.globalchange.media/fullchain.pem
ssl_key = # hidden, use -P to show it
submission_relay_host = triata.globalchange.media
submission_relay_password = # hidden, use -P to show it
submission_relay_port = 587
submission_relay_ssl = starttls
submission_relay_trusted = yes
submission_relay_user = %u
userdb {
? args = /etc/dovecot/dovecot-mysql.conf
? driver = sql
}
protocol lda {
? mail_plugins =
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://doveco...
2019 Jun 21
0
Submission service and SMTP AUTH capability
...sion service in order to replace the corresponding part in
>Postfix
>(which is my SMTP server).
>I configured submission it with just a few options different of the
>default ones:
>
>submission_client_workarounds = whitespace-before-path
>submission_relay_host = 127.0.0.1
>submission_relay_port = 10026
>submission_relay_trusted = yes
>
>The issue I'm having is that the SMTP AUTH is enforced and performed
>correctly, but it doesn't get published on the server capaabilities
>when
>the connection doesn't come from localhost. This causes issues with
>some
&...
2019 Jul 10
0
Dovecot 2.3.6 on Solaris10: build issues, segfaults
..._t submission_max_mail_size;
unsigned int submission_max_recipients;
const char *submission_client_workarounds;
const char *submission_logout_format;
/* submission backend: */
const char *submission_backend_capabilities;
/* 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_m...
2019 Jul 27
0
submission configuration issues
On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote:
> Hello,
>
> I'm having trouble configuring the submission proxy.
>
> I have configured the submission service as follow:
>
> submission_host = smtp.example.com
> submission_relay_host = localhost
> submission_relay_port = 8587
> submission_relay_rawlog_dir = /var/log/dovecot/
> submission_relay_trusted = yes
>
> My main issue is that until I login, dovecot-submission won't connect to the backend and query the capabilities and so won't report the right capabilities.
>
> That mean that the...
2019 Jul 27
0
submission configuration issues
On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote:
> Hello,
>
> I'm having trouble configuring the submission proxy.
>
> I have configured the submission service as follow:
>
> submission_host = smtp.example.com
> submission_relay_host = localhost
> submission_relay_port = 8587
> submission_relay_rawlog_dir = /var/log/dovecot/
> submission_relay_trusted = yes
>
> My main issue is that until I login, dovecot-submission won't connect to the backend and query the capabilities and so won't report the right capabilities.
That is true and expected. N...
2019 Dec 12
0
Submission config being ignored
...<div>
<br>
</div>
<div>
--
</div>
<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...
2020 Feb 04
0
Submission service, XCLIENT and HELO
...tup based on a
submission server where I run dovecot and a relay server with postfix.
The relevant part of dovecot's config is as follows (sanitized):
hostname = submission.domain.local submission_client_workarounds =
whitespace-before-path submission_relay_host = 192.168.1.1 <- postfix
submission_relay_port = 25 submission_relay_trusted = yes
Postfix is configured as follows:
smtpd_authorized_xclient_hosts = 192.168.1.2 <- submission server
Everything apparently works as expected, meaning that I can correctly
authenticate on the submission server and the email is relayed to
postfix, where I ca...
2020 Sep 26
0
dovecot warns (non-fatal) "invalid EHLO response line: Unexpected character in EHLO keyword" connecting to submission relay ?
On Friday 25 September 2020 12:56:50, PGNet Dev 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 prox...
2019 Oct 03
0
Home Directory Creation
...l
??? mode = 0660
??? user = vmail
? }
? unix_listener stats-writer {
??? group = vmail
??? mode = 0660
??? user = vmail
? }
}
ssl_cert = </etc/letsencrypt/live/triata.globalchange.media/fullchain.pem
ssl_key = # hidden, use -P to show it
submission_relay_host = triata.globalchange.media
submission_relay_port = 587
submission_relay_ssl = starttls
submission_relay_trusted = yes
userdb {
? args = /etc/dovecot/dovecot-mysql.conf
? driver = sql
}
protocol lmtp {
? mail_plugins = " sieve"
}
protocol lda {
? mail_plugins =
}