Displaying 20 results from an estimated 80000 matches similar to: "New to list / SQL AUTH"
2014 Nov 03
2
Example records for SQL AUTH
Hi,
Where can I get examples for the records for the "users" table?
For SHA512-CRYPT, I tried:
replace into users values ('a at a.com','a.com',ENCRYPT('b', CONCAT('$6$',
SUBSTRING(SHA(RAND()), -16))),'',0,0,'true');
schema is:
CREATE TABLE `users` (
`username` varchar(255) NOT NULL,
`domain` varchar(255) NOT NULL,
2019 Dec 10
2
Dovecot SASL
Howdy,
I know i've asked this before, but i think i got really no answer.
I'd like to have dovecot SASL, to check AUTH against an SQL table, instead
of dovecot SASL use the AUTH MECH for imap/pop3.
I want this, to have the same behavior as I have now, where i use postfix
with cyrus SASL on a different table (with the same login details), and when
i have an user that his accounts
2014 Oct 13
4
Compile dovecot with sieve/managesieve support
I see,
If i need anything else i'll post,
Thanks,
> -----Original Message-----
> From: Larry Rosenman [mailto:larryrtx at gmail.com]
> Sent: segunda-feira, 13 de Outubro de 2014 21:05
> To: Jorge Bastos
> Subject: Re: Compile dovecot with sieve/managesieve support
>
> Pigeonhole does ManageSieve as well......
>
> On 10/13/14, Jorge Bastos <mysql.jorge at
2019 Nov 13
2
SASL AUTH with postfix
Jorge Bastos via dovecot skrev den 2019-11-13 22:00:
> How can i have the same with dovecot SASL?
> Thanks in advanced,
https://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Hi benny,
Thanks,
That's exactly what i have in postfix:
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
plus:
smtpd_sasl_local_domain = fastmail
but the user that i have
2014 Oct 14
7
Request to list owner
Hi list owner,
Sorry for this.
Is it possible to change the reply-to in mailman to be the list, and not the
person who replied?
Also the [Dovecot] on the subject would be handy.
Just two things to get better.
Thanks,
2015 Jun 23
2
dovecot auth using 100% CPU
Jorge Bastos <mysql.jorge at decimal.pt> wrote:
> What do you see in the logs?
> My guess is that someone is trying a brute force auth against you,
Thanks Jorge, I think this is the answer. I'm using dovecot for exim4 SMTP
authentication. The exim4 logs show brute force attacks.
--
Edward.
2019 Nov 13
2
SASL AUTH with postfix
Hi,
I just moved from Cyrus SASL to Dovecot SASL, with postfix.
Works great, and no issue with non-ascii chars, has i had with Cyrus.
With Cyrus i was getting the username/passwd via SQL, with this:
sql_select: select password from smtp_auth_users where username='%u@%r' and
status='true'
worked ok for users with email addresses, and i had some special users that
were just a
2019 Nov 14
1
SASL AUTH with postfix
On 2019-11-14 15:41, Benny Pedersen via dovecot wrote:
> Jorge Bastos via dovecot skrev den 2019-11-14 16:25:
>
>> I've tried to search for the realm part in dovecot but didn't found it,
>> Could you guide me to it?
>
> doveconf -d | grep realm
>
> doveconf -n if more help is needed
Thanks Benny,
It was in my front and didn't saw it.
Now i need to
2019 Nov 14
2
SASL AUTH with postfix
Hi Benny,
I've tried to search for the realm part in dovecot but didn't found it,
Could you guide me to it?
-----Original Message-----
From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of Benny Pedersen via
dovecot
Sent: 13 de novembro de 2019 23:33
To: dovecot at dovecot.org
Subject: Re: SASL AUTH with postfix
Jorge Bastos via dovecot skrev den 2019-11-13 23:53:
> Jorge
2014 Oct 13
2
Mailbox format (was: RE: Compile dovecot with sieve/managesieve support)
Guys,
Whats the best mailbox format:
- dbox
- mbox
- maildir
- ?!?
Pros and cons?
> -----Original Message-----
> From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Jorge
> Bastos
> Sent: segunda-feira, 13 de Outubro de 2014 21:35
> To: dovecot at dovecot.org
> Subject: RE: Compile dovecot with sieve/managesieve support
>
> I see,
>
> If i need
2017 Dec 29
2
Random delivery
Howdy,
I?d like to achieve something that i don?t know if it?s possible.
I have account info at domain.tld and when an email is received, I want to
forward it to several accounts, always in this order:
? Email1 at domain.tlf
? Email2 at domain.tld
? Email3 at domain.tld
And when it reached email3 at domain.tld it starts again with email1 at domain.tld
Would something like
2019 Jul 23
3
Help with IMAP IDLE
Well,
I've been doing some research, and it seems that msoutlook 2016 and 2019
doesn't quite have imap idle support.
The odd part, is that when i had DBMail, it was IDLE'ing (i swear),
Would dbmail send something different that make it work? It was an old
version of dbmail, 2.3.7 i believe, from about 2012 or so.
And no, it wasn't the outlook options "send/receive", i
2019 Jun 20
4
LastLogin update
Howdy,
I'd like an adive on what to use.
I have sql users, and i want to have the lastlogin of them, what is the
native option for this:
* Using last_login plugin which will give me the last login?
* Use postlogin for imap and pop3n which will give me besides
lastlogin the IP and protocol?
Thanks in advanced,
-------------- next part --------------
An HTML attachment was
2017 Dec 30
2
Random delivery
"Jorge Bastos" <mysql.jorge at decimal.pt> writes:
> I?d like to achieve something that i don?t know if it?s possible.
It's almost always possible; it really depends on how much work
you want to do.
> I have account info at domain.tld and when an email is received, I want to
> forward it to several accounts, always in this order:
>
> ? Email1 at domain.tlf
2019 Jun 20
1
LastLogin update
Hi,
Cool howto, and for protocol would this have that option also?
From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of Adrian Minta via
dovecot
Sent: Thursday, June 20, 2019 18:37
To: dovecot at dovecot.org
Subject: Re: LastLogin update
Hi,
this seems to work very well:
https://docs.iredmail.org/track.user.last.login.html
You could also add "rip = $rip" in
2018 Jan 12
2
Save login's to a table
Hi,
I'd like to have the logins that the accounts do, saved in a *sql table,
with login name | IP | datetime, for audit porposes.
How could I achieve that, if possible?
Thanks in advanced,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180112/10e98846/attachment.html>
2019 Jul 21
4
Help with IMAP IDLE
Hi,
I'm becaming crazy about this!
I've asked before, not no matter what i do or conf, never works.
How can i make IDLE work for real with MSOutlook, so that i can receive
emails when they arrive, instead of changing folder/get out and in my
account?
Here's my conf, should it be reflected in postconf -n (is it the running
conf?):
==================
root at
2015 Jun 21
3
dovecot auth using 100% CPU
Every few days I find that dovecot auth is using all my CPU.
This is from dovecot 2.2.13, I've just upgraded to 2.2.18
strace -r -p 17956 output:
Process 17956 attached
0.000000 lseek(19, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
0.000057 getsockname(19, {sa_family=AF_LOCAL, NULL}, [2]) = 0
0.000043 epoll_ctl(15, EPOLL_CTL_ADD, 19, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP,
2015 Apr 27
3
Extra help, Hotmail nightmare
Hi,
Some extra help.
How would I make hotmail accept my emails and not make them go to junk
folder?
Is there any trick to do this?
Thanks in advanced,
Jorge Bastos
2015 Apr 26
1
Encrypt messages on filesystem
Hi,
If for some reason I want the received messages to be automatic encrypted on
the file system, how should/to do it?
If there's any nice howto out there please let me know.
Thanks in advanced,