Questions tagged [dovecot]

QUESTIONS ABOUT POSTFIX ADMINISTRATION ARE OFF-TOPIC. Dovecot is an IMAP and POP3 server for Linux

Dovecot is an open-source IMAP and POP3 server for Linux originally developed by Timo Sirainen in 2002.

Please note that https://serverfault.com/ is another Stack Exchange website where you can ask especially configuration specific problems.

Useful links

343 questions
0
votes
1 answer

Sieve and MIME extension

I have a sieve filter which looks like: require ["mime", "imap4flags"]; if header :mime :contenttype "Content-Type" "message/upload-notification" { setflag "\\Seen"; } when I try to complie it to a binary version for Dovecot I'm receiving an…
JackTheKnife
  • 3,795
  • 8
  • 57
  • 117
0
votes
1 answer

Global sender/contact photo across webmail and email clients

PayPal, Amazon, and other large companies set a contact/sender photo in their automatic emails. This looks very professional, however, documentation on how to do this seems to be very limited. To elaborate, by default, most email services have a…
OpFor
  • 25
  • 5
0
votes
2 answers

Configure SPF, MX and Postfix for sending email from SMTP relay

After searching for a while and reading a lot of examples, cases and/or answer on Google and Stackoverflow, I didn't find a solution for my problem. I'm more and more confused with the notion of SPF and relay, so I'm asking my question here hoping…
jquiaios
  • 567
  • 3
  • 15
0
votes
1 answer

Postfix: which option for multiple domains and multiple users?

Our server will have three domains: example.net, example.org, and example.nl. For each, the info@... and webmaster@... should be working (but can be shared / forwarded to one). For the .org and .nl domains those will be the only users. For the .net…
Jerry
  • 221
  • 1
  • 5
  • 11
0
votes
0 answers

Postfix content_filter bcc

There is a way to check BCC recipient using content_filter= in postfix master? The point is I have a script called "tool" which I called from postfix like: flags=Rq user=filter argv=/usr/local/bin/tool -f ${sender} -- ${recipient} And all works…
user3612491
  • 223
  • 3
  • 7
0
votes
1 answer

How can I use CONDSTORE in dovecot

I'm devoloping a webmail! There is a problem.When dovecot receives a new mail how can I trigger my customer program. I have found the notify plugin of dovecot in url 'http://wiki2.dovecot.org/Plugins' However it does not tell me how to use that I…
kevinsir
  • 147
  • 1
  • 8
0
votes
0 answers

Check dovecot (md5crypt) login with php/mysql

How can check if a given user/pass is correct with the stored login information from Dovecot in a MySQL DB? Passwords are currently stored in md5crypt. I want to do this with PHP and MySQL query if possible, not with /usr/bin/doveadm auth
Xairoo
  • 335
  • 1
  • 9
0
votes
1 answer

Dovecot + Roundcube cannot login by webmail

I have postfix + Dovecot + roundcube set up on a Ubuntu 14.04. I can correctly send and receive email for my domain name using Thunderbird. I correctly connect to my IMAP and POP 3 server using Thunderbird using STARTTLS. But I can't connect using…
0
votes
1 answer

create VIEW in mysql from two tables

I have a table with users for my mail server. This table for imap authenication in…
0
votes
1 answer

Dovecot and UPDATE MySQL query

I need to know what the boxes do not use e-mail and delete them. I wanted to change dovecot-sql.conf: UPDATE users SET last_=NOW() WHERE username = '%u' but the result is "0" Help me. tnx
0
votes
1 answer

postfix+dovecot doesn't receive email

Could you please help me with dovecot's issue, couldn't receive email. Bunch of postfix+dovecot+squirrelmail Here is my postconf -n [root@mail Maildir]# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory…
Anario
  • 27
  • 6
0
votes
1 answer

dovecot post-login variables get email user

I have been able to successfully use the script provide by dovecot.org for executing actions post IMAP login. That script is generously provided here: http://wiki2.dovecot.org/PostLoginScripting However, I can find no way to grab the actual email…
jeffschips
  • 147
  • 1
  • 8
0
votes
1 answer

Dovecot mail location issue

Issue Dovecot does not use mail_location as I expect. I want to provide email service for users in LDAP directory. User accounts are virtual accounts stored in an LDAP and they ARE NOT mapped to local users. Details Package versions OS …
Israel
  • 3,252
  • 4
  • 36
  • 54
0
votes
1 answer

How to generate a salted SHA-512 password hash for Dovecot with PHP

I am getting stuck by creating a working salted SHA-512 hash for Dovecot using PHP. When create a non-salted hex-formated hash everthing works fine. add a salt to the hash, I am not able to verify the hash with "doveadm pw" anymore. Here's my code: …
Thomas M.
  • 600
  • 1
  • 6
  • 14
0
votes
1 answer

Custom routing of mail from mail server(Postfix, Dovecot) to tigase xmpp server

we need to reroute mail as xmpp packet from postfix to tigase server. Does anyone help.
Parvinder Singh
  • 163
  • 3
  • 11