Acess Postfix using PHP
Moderator: General Moderators
Acess Postfix using PHP
hi, im developing a web mail application. i need to know how could i access the files in a postfix mail server. If some one has a sample code please be kind enough to share it with me.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Acess Postfix using PHP
I think almost all mail system store mail in either maildir or mbox formats. If you can find a reader for the one you are using it should work.
(#10850)
Re: Acess Postfix using PHP
You can access mail with imap php functions.
http://www.php.net/manual/en/function.imap-open.php
Postfix -MTA (mail transfer agent) , is used to send mail, not to access mail directly.
______________________________________________________________
The opensource virtual machine: http://vbox.innotek.de/
The opensource virtual mainframe machine: http://www.hercules-390.org/
http://www.php.net/manual/en/function.imap-open.php
Postfix -MTA (mail transfer agent) , is used to send mail, not to access mail directly.
______________________________________________________________
The opensource virtual machine: http://vbox.innotek.de/
The opensource virtual mainframe machine: http://www.hercules-390.org/