5 Jan
2017
5 Jan
'17
11:59 a.m.
I have transferred a site to a new server. the old server was using vpopmail one address had a .qmail file that delivered the email locally but ALSO piped it through a php script to write it to a database. I need to replicate this functionality. the user is a virtual user. no attempt at placing a forward file helps. how the heck do i do this? the old .qmail file was like this. /home/vpopmail/domains/[censored]/support/Maildir/ | /usr/local/bin/php -q /home/vpopmail/mail.php the mail.php will be relocated to /home/[censored]/mail.php it delivered a local copy and also piped it through the script. i need to do the same thing in exim4u