Hi list, im trying to build a web based system for secure communication build with standard linux software, instead of using CMS based systems. One of the requirements is to send notifications to users when receiving mail. Can a script find information about the mail address of received mails in dovecot logs or is there a better way. -seeberg -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 551 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20140519/33306b11/attachment.sig>
Am 19.05.2014 13:07, schrieb Joakim Seeberg:> Hi list, im trying to build a web based system for secure communication > build with standard linux software, instead of using CMS based systems. > > One of the requirements is to send notifications to users when receiving > mail. > > Can a script find information about the mail address of received mails > in dovecot logs or is there a better way.which sort of notifications? a e-mail "you got new e-mail" hardly makes sense -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 246 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20140519/cacb1fed/attachment.sig>
On Mon, 2014-05-19 at 13:07 +0200, Joakim Seeberg wrote:> Hi list, im trying to build a web based system for secure communication > build with standard linux software, instead of using CMS based systems. > > One of the requirements is to send notifications to users when receiving > mail. > > Can a script find information about the mail address of received mails > in dovecot logs or is there a better way.It depends on your set up and what you're using for your local delivery agent. If you're using LMTP, then I asked a similar question a few days ago: http://dovecot.org/pipermail/dovecot/2014-May/096144.html Another alternative might be to create some sort of procmail script. Andy