Displaying 20 results from an estimated 9000 matches similar to: "LMTP tcp listener with auth?"
2018 Sep 12
1
LMTP tcp listener with auth?
Hi Stephan,
On Wed, 12 Sep 2018, Stephan Bosch wrote:
> LMTP currently does not support AUTH.
Bummer. Thought so.
> What is your use case? Most people hide LMTP behind a firewall, or don't
> expose it through TCP/IP in the first place.
The port is currently only available to a few trusted machines, but having
auth available would have been a nice benefit in case the firewall
2018 Sep 12
2
LMTP tcp listener with auth?
I am wondering if it's possible to have a tcp listener for LMTP do
authentication and not accept any unauthenticated mail.
My configuration looks like the following:
service lmtp {
inet_listener lmtp {
address = 192.168.0.1 127.0.0.1
port = 24
}
}
This gives me a network reachable lmtp socket, but of course no
autentication. When reading the docs, it seems though that only
2018 Sep 12
0
LMTP tcp listener with auth?
Op 12-9-2018 om 11:13 schreef Andreas Thienemann:
> I am wondering if it's possible to have a tcp listener for LMTP do
> authentication and not accept any unauthenticated mail.
>
> My configuration looks like the following:
>
> service lmtp {
> ? inet_listener lmtp {
> ??? address = 192.168.0.1 127.0.0.1
> ??? port = 24
> ? }
> }
>
> This gives me a
2018 Sep 09
3
Dsync deleting mailboxes due to duplicate UIDs
Hi Sami,
On Sun, 9 Sep 2018, Sami Ketola wrote:
> Is it possible to get imapc rawlogs to analyze? create a directory that
> is writeable and add -o imapc_rawlog_dir=/path/to/directory to command
> line.
Tried that. Thanks for the suggestion, that is actually really helpful.
If anyone wants to play along at home, the files in that directory are
created with the permissions of
2014 Jun 25
0
imap/pop3/lmtp proxy question/problem
Dear list,
We are finally back to our task of migrating from cyrus to dovecot.
dovecot mostly does what we want in terms of POP3/IMAP server. Now we
are preparing for migration. The plan is to use dovecot as proxy for
not-yet migrated accounts. This works wonderfully for IMAP but not for
LMTP. Here's what I find in the logs when I try to deliver e-mail to
the dovecot lmtp port:
Jun 25
2010 May 20
2
Receive Mail via lmtp/tcp
hi,
we have IMAP and SMTP (sendmail(solaris)) on different hosts. Sendmail
delivers Mails via LMTP to Cyrus and Cyrus puts the mails into the
(hopefully) right box. Now I want to replace the Cyrus host with
Dovecot.
I've searched a bit in Google but there isn't much about LMTP via TCP in
combination with DoveCot. Version 2 seems to be get the feature, but we
have round about 5k users, so
2005 Dec 14
1
writing an MDA, help me avoid corrupted indexes
Hello.
First, I want to thank those responsible for Dovecot IMAP as it was a
real treat to implement in comparison to my mostly-failed attempts with
Cyrus. The passwd-file authentication was exactly what I needed as I
really didn't want to have to deal with PAM or LDAP but where I am
setting up a server with virtual accounts.
I'm using Postfix as an MTA, and it quite handily passes
2004 Jun 02
3
mta/mda config
Hi all,
I'm at the stage of planning our new mail system and am evaluating dovecot for
it.
For large mailstore setups, it makes sense to split maildirs across many
directories. I see that setting default_mail_env to something like
maildir:/var/imap/domain/%1d/%d/%1u/user/%u/ would create almost identical
on-disk layout as multidomain cyrus setup. Now, as dovecot does not have its
own
2015 Aug 16
0
Multidomain / IP Address Setup (Dovevot 2.2.10 on CentOS7 ) is failing: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM
>But can you explain why you use globally:
>
>ssl_cert = </etc/ssl/dovecot.pem
>ssl_key = </etc/ssl/private/dovecot.pem
>
>and certs for any additional Domain each?
>
>##
>local_name mail.pettijohn-web.com {
> ssl_cert = </etc/ssl/mail.pettijohn-web.com.crt
> ssl_key = </etc/ssl/private/mail.pettijohn-web.com.key
>}
>##
he configured the top
2011 Nov 24
3
Problem with lmtp proxy
Hello everyone,
I have set up postfix to deliver mails to dovecot (2.0.16) using LMTP. On the other hand, I've successfully configured the IMAP proxy setting in dovecot in order to be able to distribute mailboxes among different servers. I wanted to do the same proxy at LMTP level, but it's not working. If I put lmtp_proxy = no, then everything works ok (assuming the mailbox is local),
2019 Dec 16
0
Local lmtp proxy on backend server
Hi Aki,
I also tried with changing the original ldap source to svr2. Although
everywhere svr2 is configured, still mails keep being delivered locally
on svr1. Do I need to configure more than 20-lmtp.conf?
[@svr1 conf.d]# cat 20-lmtp.conf | grep -v '^#'
lmtp_proxy = yes
protocol lmtp {
# Space separated list of plugins to load (default is global
mail_plugins).
mail_plugins
2014 Aug 22
1
LMTP and passdb deny=yes not working
Hi all,
I start this on in a new thread. I setup the deny-user setting to
temporarily prevent users from logging in and (that would be great) also
stop mail delivery for said user. All this is because of our upcoming
migration.
Now it seems that lmtp is ignoring this setting. This is from the logfile:
Aug 21 13:01:00 klee dovecot: lmtp(pid): Connect from IP
Aug 21 13:01:00 klee dovecot:
2010 Jul 07
1
Director service for LMTP in 2.0rc1
Hello,
has anyone a running setup for LMTP proxy and the director service ?
pop3/imap/managesieve is properly working, but i have problems with
LMTP. I set it up as described in the conf.d/10-director.conf
From the user_db i get proxy=y and no proxyhost as described for imap/pop3
But lmtp is complaining about the missing host:
Jul 07 15:00:48 auth: Debug: master in: PASS 1
user56
2020 Nov 03
0
Delivering locally through the Submission Server
On Mon, Nov 02, 2020 at 09:33:08PM +0100, R. Diez wrote:
> OK, so I gather that the Submission Server cannot do that (yet).
And probably would never do. It isn't its job description.
Actually, it is just a convenience/workaround feature, which comes handy
only if your own MTA cannot handle dovecot's SASL authentication (must be
something real strange) or there are some
2018 Apr 08
0
lda fails in parse_angle_addr if sieve is enabled
Hi all,
Reverted back to 2.2.34 and pigeonhole 0.4.22 and (after reverting
config changes) it's working again including Sieve.
I was notified of commit
https://github.com/stephanbosch/dovecot-core/commit/6553f20bb31b5f0eebb73a0db526f00816b47d71
which I'll try. It's in a different option -f (not -d) but will try.
Cheers, Bernard.
2018-04-08 20:10 GMT+02:00 Bernard Spil <brnrd at
2019 Nov 28
2
sendmail -> lmtp 501 5.6.0 Data format error
When changing in a working setup sendmail.mc
From this
MAILER(smtp)dnl
MAILER(procmail)dnl
To this
FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp')dnl
MAILER(local)dnl
I am getting these errors '501 5.6.0 Data format error' and '
Unrecognized host name'.
What should I change in my lmtp config? Could this be related that
messages are being relayed from
2014 May 30
1
Disabling plus sign extension delimiter in lmtp listener (or userdb)
Hello
We have migrated our email services from a server, which did not support IMAP
and folders, therefore threated the plus sign + as a normal character in a
part of an email address.
Our new server delivers the emails via lmtp to dovecot.
the few users which got a + character in the username first could not log-in
(fixed by adding + to auth_username_chars).
Now the next problem turn out to
2011 Mar 22
2
http://wiki2.dovecot.org/MailServerOverview contains poppycock
Just having another look at http://wiki2.dovecot.org/MailServerOverview
, it seems to have some statements in it which are misleading, and some
which are really ... well ... wrong.
Quote: "With the possible, optional, exception of the deliver MDA,
Dovecot is not involved with reception, delivery, and storage of mail.
That function is provided by a MTA such as postfix
2007 Dec 18
1
Deliver, sendmail, virtual users, and catch-all addresses
I have spent a long time looking into this and can't find the answer
I'm looking for, so I'm asking here. I'm cutting the example down to
just the bare minimums. This is NOT my actual configuration, but is
sufficient for asking this question:
How can I use dovecot's deliver LDA to deliver to virtual users, but
then have unknown virtual users fall back to catch-all
2013 Aug 06
1
dovecot, spamassasin and lmtp
Hi,
Ok, so I got rid of my procmail in favor of dovecot lmtp as my MDA.
However, I lost the ability to tag the emails as SPAM or not. Before, this
is done by procmail. Filtering is done by the Evolution client.
Is there a way to do something similar now? I still want my filtering to be
done by the Evolution. So I need something similar what procmail is doing
i.e. altering the email header and