109836 +/- 0.031550 time.euro.apple.com 17.253.14.251
So, first there seems to be a bug in this somewhere since dovecot is clearly
getting wrong time info. Then this also seems related to dovecot eventually
crashing on me.
J
> On Feb 10, 2025, at 11:15, John Muccigrosso wrote:
>
> After last
After last week's struggle with the new version and my conf file, I got
everything working. Now however dovecot crashes on me every few hours.
The logs show a bunch of this kind of warning, which I find mention of on the
internets:
> Feb 07 15:13:47 imap(58317): Warning: Time moved forward 48.8
Done. Thanks.
J
> On Feb 1, 2025, at 11:51, Aki Tuomi wrote:
>
> Unless there is such setting somewhere in your base config, I would strongly
> suggest
>
> auth_username_format = %{user|lower}
>
> Aki
>> On 01/02/2025 12:18 EET John Muccigrosso via dovecot
{
passwd_file_path = /Users/%{user}/passwd
}
---
Thanks to Timo and Aki for the help.
> On Feb 1, 2025, at 10:16, Timo Sirainen via dovecot
> wrote:
>
> On 1. Feb 2025, at 10.27, John Muccigrosso via dovecot
> wrote:
>>
>> Fatal: setrlimit(RLIMIT_DATA, 2147483648): Invalid
t/homebrew/etc/dovecot/dovecot.conf: service(log): vsz_limit is too low
> On Feb 1, 2025, at 08:55, John Muccigrosso wrote:
>
> On Feb 1, 2025, at 07:31, Aki Tuomi via dovecot wrote:
>
>> You sure the default internal group isnt _dovecot as well?
>
> I'm not sur
fig/guides/quick.html
passdb passwd-file {
passwd_file_path = /path/to/passwd
}
Still not working.
Anyway, this is quite long now, so thanks for any suggestions.
Jackie
> On Jan 31, 2025, at 07:09, Aki Tuomi via dovecot wrote:
>
>
>> On 30/01/2025 20:05 EET John Muccigr
I got bitten by the upgrade from 2.3 to 2.4 on my MacOS laptop. I know enough
to be dangerous here and had a set-up that was working fine, but now I can't
quite figure out how to modify my conf file to work correctly.
The current error I'm getting is that there is no group "dovecot" even though
y your script and adapt it to Net::SMTP.
See more and better docs on: https://perldoc.perl.org/Net::SMTP
The real reason we're all harping on this is because you're opening
yourself to any other badly written CGI script on your web server and
giving it access to your dovecot instanc
a message to mroe than 300 people at once?
But again, the details matter, so please let us know more of what
you're doing.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
at the full lmtp logging from connect to when it gives the
error, is there some pattern there that is different for when the
problem happens compared to when it doesn't?
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe se
3_id. That way you would
get a row inserted per userid and pop3_ip combination and the timestamp
would be the last time that userid and pop3_ip logged in.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
> "Hadmut" == Hadmut Danisch via dovecot writes:
> Hi,
> I'm using dovecot, running Ubuntu 24.04 with dovecot
> 1:2.3.21+dfsg1-2ubuntu6 and postfix. Since Ubuntu dropped mailfilter
> for 24.04, I am replacing mailfilter with the sieve filter.
> Problem/Question:
> I am using something l
>>>>> "falsifian" == falsifian writes:
> "John Stoffel" wrote:
>> >>>>> "James" == James Cook via dovecot writes:
>>
>> > Moving mail files between Maildir mailboxes often confuses doveadm
>> > sync
> "James" == James Cook via dovecot writes:
> Moving mail files between Maildir mailboxes often confuses doveadm
> sync: I end up with copies in both the original and new maildir.
> Exact details and script to reproduce follow.
Are you accessing your Maildir from both a mail client, as well
you try
to compile that file by hand, and removing some of the options like
the -D__FORTIFY__ or other stuff like that. Get it down to a simple
test case if at all possible.
John
> gcc -v output:
> Reading specs from /usr/lib64/gcc/aarch64-slackware-linux-gnu/14.2.0/specs
> COLLECT_
.html
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
you are using dovecot only as
an imap server and using exim to send emails, what is the relation
between your problem and the dovecot configuration? I didn't see one,
but maybe I'm misunderstanding something about the problem you are seei
the output of these:
doveconf sendmail_path
doveconf submission_host
What is the way you want to deliver email to from dovecot lda to exim,
via sendmail command, via port 25 or something else?
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
our where it refuses to run, is a much better situation,
since I just have a cron job that checks if it is not running and starts
dovecot by which time ipv6 is ready.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
args = /usr/local/libexec/dovecot/checkpassword2
username_filter = us...@user2.local.one
default_fields = domain=local.one
override_fields = user=us...@local.one
}
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
blem, given that you are handing off
authentication to a php script, my suggestion would be to update that
script so that it handles all the use cases directly. In Dovecot you
will only need to define one passdb that calls the script.
John
On 01/08/2024 15:17, zaxwat93--- via dovecot
re is neither a
success or error, and those cases should still be treated as failures or
subject to further patching.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
ox_user is not a member of group mailbox_user?
What does grep mailbox_user /etc/passwd show?
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
not convinced you'd need to worry about STDIN and STDOUT. You could
check this easily by having a test script which returns a non zero value
(e.g. exit 1).
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
On 24/07/2024 10:48, Rosario Esposito via dovecot wrote:
Hi John,
I'm not sure the DB lookup key includes the username ("resposit" in my
case)
I tried to see what gets written in .dovecot.lda-dupes but it looks
like a binary file (doveadm dump does not help). This is wh
cript being executed (for example on mail delivery by lmtp/lda)?
When you say the date changes of the message can you give an example of
what you are seeing?
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovec
to dovecot is the same one for
both aliases I suspect it will work.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
On 18/07/2024 14:41, Rachel Roch via dovecot wrote:
When attempting a doveadm backup, e.g. :
doveadm -D backup -Ru user tcp:foo.example.com:12345
Hi Rachel
maybe that should be with tcps
doveadm -D backup -Ru user tcps:foo.example.com:12345
John
p3 and smtp where you have users logging
in. If you want to have last_login for lmtp without that error, I'd need
a bit more info
What are the contents of /etc/dovecot/inc.d/inc.lastlogin.sql.conf
(masking any passwords) and what is the out
services where it is not needed. You
have it configured globally at the moment.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
le you are using lmtp to deliver email from postfix to
dovecot, disabling lmtp will stop the flow of new email.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
box_alias last_login"
So it would make sense to remove last_login from the general
mail_plugins setting and add it only to the protocol specific
mail_plugins section for the protocols where you want it be used.
John
___
dovecot mailing list --
ta clone plugin if you still want to publish the quota to mysql
tables. I don't know if it's possible to use a domain quota with quota
count plugin. I didn't see an explicitly documented way.
John
___
dovecot mailing list -- dovecot@dove
influences the results? Or do
you now see it working with both debugging and without debugging?
Thanks
John
On 15/07/2024 19:58, Christian H. Kuhn via dovecot wrote:
I did. Do not know why all those dlopen() failed, but as i’m told to
ignore those messages, i did ;-)
BTW: home dir is wrong
t qno
Password:
passdb: qno auth failed
extra fields:
user=qno
Hi QNo
I can't see why this happening. Only suggestion I have is to run those
commands with -D to get more detailed info.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubs
On 12/07/2024 21:14, James Cook wrote:
On Fri, Jul 12, 2024 at 06:28:13PM GMT, John Fawcett via dovecot wrote:
Hi James
I want to avoid the -1 parameter because it doesn't do deletes in the
target.
-l, not -1.
Thanks I missed that - so locking can be done within Dovecot
on
clustered file systems, which leads me to believe that there would still
be sufficient residual risk to require a backup copy of the mailboxes
with doveadm sync or other tools.
John
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
being able to control it.
It's a disaster recover rather than high availability solution, but I
think it can work. Others may already have got working implementations
and thought through some of the implications.
John
___
dovecot mailing list -- do
you've got some specific issue or question just post it to
the list. For configuration issues it helps if you post your
configuration "dovecot -n" output and relevant logging. Hope that helps
John
___
dovecot mailing list -- dovecot@d
Corrected a typo in the previous message, should have read
sieve_filter_exec_timeout and not sieve_pipe_exec_timeout
On 10/07/2024 10:41, John Fawcett wrote:
On 10/07/2024 09:40, John Fawcett via dovecot wrote:
On 09/07/2024 09:02, Meinhard Schneider via dovecot wrote:
Hello,
I have
On 10/07/2024 09:40, John Fawcett via dovecot wrote:
On 09/07/2024 09:02, Meinhard Schneider via dovecot wrote:
Hello,
I have set both the values for "sieve_execute_exec_timeout" and
"sieve_extension_exec_timeout" to 60 sec, but according to the log,
this does no
How can I configure that the external script gets more time for
execution? And what can I do so that - should the script terminate
contrary to expectations or be killed in the timeout - the mail is not
lost but simply processed further?
Many thanks & best regards
Meinhard
Hi Joan
not sure what OS you're using, so just a guess: but maybe this is
selinux related or something similar. When it's the OS providing the
error code to dovecot, it's very unlikely to be anything in dovecot itself.
On 06/07/2024 12:51, Joan Moreau via dovecot wrote:
No error on the error
uture.
Just a doubt, when scheduling doveadm sync at short intervals. Will
doveadm sync work ok if more than one job is overlapping (i.e. new cron
job starts but old one is still running) or should I define some locking
mechanism to ensure that there is no more than one sync job running?
Thanks
ilbox2_before =file:/usr/lib/dovecot/sieve/report-ham.sieve
imapsieve_mailbox2_causes = APPEND
imapsieve_mailbox2_name = INBOX
John
On 02/07/2024 14:51, postfix_dovecot--- via dovecot wrote:
Gotcha
It looks like you nailed it John! (Log and config attached)
The log looks now very different and
I'd
mention it before you decide to spend time on setting it up.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
On 03/07/2024 20:53, postfix_dovecot--- via dovecot wrote:
Hi John,
again you're hitting the point!
I put a "report-spam.sieve fired!" and "report-ham.sieve fired!" debug message in the
scripts and monitored with "journalctl -u dovecot -f | grep fired&qu
esses per connection?
Thanks
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
sieve_mailbox1_name = INBOX/Junk
imapsieve_mailbox2_before =file:/usr/lib/dovecot/sieve/report-ham.sieve
imapsieve_mailbox2_causes = APPEND
imapsieve_mailbox2_name = INBOX
John
On 02/07/2024 14:51, postfix_dovecot--- via dovecot wrote:
Gotcha
It looks like you nailed it John! (Log an
plugin code MOVE and COPY are treated
almost the same, so my rule with COPY fire on MOVE too. In your case the
event you're getting is APPEND, but none of your rules have that as a
cause so won't match even if the mailbox matches.
John
On 02/07/2024 12:07, John Fawcett via dovecot wrote
unk
imapsieve_mailbox2_before =file:/usr/lib/dovecot/sieve/report-ham.sieve
imapsieve_mailbox2_causes = COPY
imapsieve_mailbox2_from = INBOX/Junk
imapsieve_mailbox2_name = *
If you apply one of those solutions and repeat the test unsuccessfully,
it would be good to see the logging from
On 01/07/2024 22:09, postfix_dovecot--- via dovecot wrote:
Hi John,
the prefix is just a sign of my desperation - I tried all sorts of variations
yesterday and now forgot to undo it.
There’s a very detailed tutorial available (German language) with Debian 10.
Just the sieve
On 01/07/2024 03:32, Benjamin Rose via dovecot wrote:
On 6/30/24 16:48, John Fawcett via dovecot wrote:
On 30/06/2024 07:17, Benjamin Rose via dovecot wrote:
Hello,
I'm in the process of moving our mail server from RHEL 6 to RHEL 9.
We will be moving to:
# dovecot --version
2
directory .sieve or sieve?
sieve = file:~/sieve;active=~/.dovecot.sieve
sieve_dir = ~/.sieve
Also, I was curious if your inboxes are really under /var/spool/mail/%u
and your indexes under /home/%u/indexes?
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
On 30/06/2024 19:57, postfix_dovecot--- via dovecot wrote:
Tried it now in every known combination. Nothing changes. It's my 7th evening
about this and I'm starting to despair :(
Hi Jens
any chance of posting the debugging from that test in case it gives any
clu
the one in your rule 1.
It's a wild guess on my part, but maybe changing the rules to use
"INBOX/Spam" might just solve it.
When the rules match you should see a message like "Matched static
mailbox rule n" where n=1,2 etc in the debugging output.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
e is nothing stopping the
community from doing that where needed. But given the issues mentioned,
can anyone point to reproducable issue reports with the current packaged
versions in Debian? (apart from the non working mail crypt plugin
mentione
> "Entrepreneur" == Entrepreneur AJ via dovecot
> writes:
Ok so does it work moving mails to a new folder or not? The lots
are showing a bunch of useless (to this problem of saving mails to a
new folder) SSL: issues.
The rest of the log lines look good, since you can look up user
> "Entrepreneur" == Entrepreneur AJ via dovecot
> writes:
> Migrating everything to a k0s kubernetes cluster, trying to migrate
> dovecot and all so far seems to be well with PVC for mail storage,
> ssl working great, authentication vis PostgreSQL working great.
So how do you have your
am, why not just move it to your spam folder, and then have
rspamd go through your junk folder once a day instead?
Have you looked at the system logs for memory problems when these
hardlink files are created? Are you running out of memory on general
on this mail server?
Instead of focusing
On 09/06/2024 18:39, Aki Tuomi via dovecot wrote:
On 09/06/2024 16:50 EEST John Fawcett via dovecot wrote:
The files themselves didn't make it through the list server. I'll try
with .txt
On 09/06/2024 15:42, John Fawcett via dovecot wrote:
Hi
Just in case this is useful more
The files themselves didn't make it through the list server. I'll try
with .txt
On 09/06/2024 15:42, John Fawcett via dovecot wrote:
Hi
Just in case this is useful more generally, I'm posting it to the list.
While Dovecot has an access control via allow_nets, it is a user
tworks that would otherwise be blocked or deny additional
ips/networks.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
-le...@dovecot.org
Hi Jeff
I've no experience with using sqlite with dovecot but there is
documentation here:
https://doc.dovecot.org/configuration_manual/authentication/sql/#sqlite
The same page also contains configurations for other db servers.
and_errors = 20
managesieve_login_max_command_errors = 3
I have similar doubts about imap error limits but I'll start with sieve
ones.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
/.dovecot.sieve`,
again a `default.sieve` in each of these user’s centralized `sieve`
directories, sieve scripts silently fail to run. No messages of any kind found
in any log files.
I don't believe that the active option can take the "file:" prefix.
John
So, with the same exact same c
>>>>> "Peter" == Peter via dovecot writes:
> On 14/04/24 12:09, John Stoffel via dovecot wrote:
>> I think you need to update both places, so that your username and
>> password checks are done with lowercase usernames.
> Generally speaking you want
> "lua8ds---" == lua8ds--- via dovecot writes:
> Updating:
> args = username_format=%Ln
> under userdb did not fix my issue.
> My server still rejects incoming emails with uppercase username e.g.
> USERNAME@tld.
> In /etc/dovecot/conf.d/auth-passwd-file.conf.ext, before I updated with y
See attached script I used. If you get EOF then you've hit the crash.
John
-Original message-
From: Aki Tuomi
Sent: Wednesday, 20th March 2024, 8:40
To: John van der Kamp ; John van der Kamp via
dovecot
Subject: RE: Crash in dovecot snippet when
received header as well as something that was tacked on later by
exchange.
The main bug is not fixed by just removing that filter: chaining filters is
probably very broken when using the imapc backend, and it might be broken in
other unknown scenarios.
Regards,
John
-Original m
n main (argc=, argv=) at
./src/imap/main.c:575
John
imapc-snippet-crash.sh
Description: application/shellscript
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
e your
imap-postlogin service definition:
unix_listener imap-postlogin {
}
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
you don't have any
other issues.
I don't normally run debug mode, but when I have done so, I have seen
that too.
best regards
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
any user flags" or for that matter
"if there's any flags". The flagged criteria only checks for the
\Flagged flag, so the behaviour where it disappears from the folder when
removing \Flagged looks correct.
John
___
dovecot mail
d be an initial load of all the quotas when dovecot
starts, or could that be a performance issue? Maybe even doveadm quota
recalc should propagate or contain an option to propage quotas so that
even if it can't be done on dovecot startup, at least it can be done on
demand by the a
On 15/01/2024 01:10, m87562...@gmail.com wrote:
John Fawcett wrote:
On 13/01/2024 14:01, Matt wrote:
Hi,
I'm trying to setup quota with the following
layout
CREATE TABLE "domain" (
e the quota: Dovecot
will generate the queries.
On a final note, before you invest time in this, it may be worthwhile
keeping an eye on the future plans
https://doc.dovecot.org/3.0/installation_guide/upgrading/from-2.3-to-3.0/
You could use the count backend with quota plugin (whi
x27;s linked to soemthing specific in your dovecot-virtual
file(s).
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
Hi,
since I upgraded dovecot to version 2.3.21 on a FreeBSD 13.2 system, I've been seeing a
few occurences of the following warnings daily:
Jan 11 13:13:25 dimokritos dovecot[33170]: lmtp(user1)<8209>:
Warning: mdbox /var/vmail/users/user1/mdbox/storage: Inconsistency in map index (5,40 != 5,
On 04/01/2024 08:21, Aki Tuomi via dovecot wrote:
On 03/01/2024 23:38 EET John Fawcett wrote:
Hi
I have recently rectified an old configuration error whereby I had virtual
users' home and mail directories set to the same value.
I used option 3 from "ways to set up home direct
g an autocreate option for home directories?
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
On 03/01/2024 10:16, Aki Tuomi via dovecot wrote:
On 09/12/2023 15:02 EET John Fawcett wrote:
Hi
I've just made updated versions of 3 patches against the latest release
2.3.21 in case they are useful to someone or might get considered for
official inclusion.
2048 (bit); sigalg: RSA-SHA256
v:NotBefore: Dec 3 06:29:22 2023 GMT; NotAfter: Mar 2 06:29:21
2024 GMT
...
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
Hi
I've just made updated versions of 3 patches against the latest release 2.3.21
in case they are useful to someone or might get considered for official
inclusion.
John
dovecot-2.3.21-tika-http-auth.patch
Allows specification of username and password in the fts_tika setting for basic
auth ag
send an email to dovecot-le...@dovecot.org
Thanks Aki, with this info I solved it. I didn't get to the bottom of
which process needed the extra_groups attribute, but changing the files
group ownership to dovecot was just as good.
John
___
do
ee what I am missing?
Thanks
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
> iterate_query only works with
> userdb {
> driver = sql
> args = /path/to/auth-sql.conf.ext
> }
> Aki
>> On 02/12/2023 00:02 EET John Stoffel wrote:
>>
>>
>> >>>>> "John" == John Stoffel writes:
>>
>> Do I t
listing which userdb block failed would be a help, since you
can have multiple ones defined.
In any case, I've got it working now once I updated both areas in my
configuration which referred to the 'static' driver.
Thanks, really appreciate your help and all the work you guys
>>>>> "John" == John Stoffel writes:
Do I think I'm on the right track here, since I removed the following
from /etc/dovecot/conf.d/auth-sql.conf.ext
#userdb {
# driver = static
# args = uid=mail gid=mail home=/var/mail/%d/%n
#}
So now my error
. Any hints on
what I've done wrong here? Do I need a more complete sqlite3 schema?
I wish I could get more debugging info on what query it's trying to
run and the error(s) it's getting.
Thanks,
John
# 2.3.21 (47349e2482): /etc/dovecot/dovecot.conf
# Pig
Hi Alex,
I don't know anything about SELinux, beyond that it's a pain to work
with and causes all kinds of funky issues. Make sure you turn on
verbose logging with SELinux so that you can see all that it's doing,
but honestly, I cannot help you much more.
John
> jus
;t write
somewhere tells me that your systems is locked down really hard in
some manner.
The fd not supporting epoll() is also suspect to me. Can you give
more details on your system setup? Do you have apparmor turned on?
Have you looked in your system logs as well?
John
> dovecot auth se
>>>>> "Oliver" == Oliver Glas writes:
https://mimedefang.org/ is where I'd go to look for details on how to
implement it. I haven't done it myself.
> Is it possible to get a documentation for that ?
> Or a description how to implement that ?
&g
; plugin / extension ? If so, how to implement and use that ?
milters are what you want. MIMEdefang is one.
John
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
> "michele" == michele clark--- via dovecot writes:
> We have an install of Dovecot running with Postfix and Roundcube
> using virtual mail to allow us to connect to our AD domain which got
> messed up after a power issue.
Was this working before the AD problems, or is this a new install?
On 4/19/23 4:34 PM, John Gateley via dovecot wrote:
Hello,
For mobile clients (gmail on Android), I need a server side searching
solution.
...
Thank you everyone for the suggestions. I will try them and report back.
John
___
dovecot
?
* I cannot afford much, this is a home mailserver for my wife and I,
but I could pay a small consulting fee.
I use ansible to deploy the server, I'd be willing to contribute the
playbooks somewhere for documentation, or help with the docs.
Thanks!
agree. It's just so simple to use purely virtual users,
even if you are pulling the login info from LDAP/AD for real users.
But you don't need to allow *any* logins to the dovecot or postfix
server using local logins at all. It's just better security.
John
st.
Also, have you compared your postfix and dovecot setups? There are
good docs out there on how you combine them to use the same
authentication backend.
And the info you posted really don't help much, since you don't post
any log messages from when the authentication fails. That will tell
you more I'm sure.
John
> "Claudio" == Claudio Corvino writes:
> I have an external MTA configured with Postfix that delivers email to an
> internal IMAP/LMTP
> Dovecot server configured to bind an LDAP to check if users exist.
You should have postfix do the checking for whether or not users exist
and then have p
1 - 100 of 685 matches
Mail list logo