Acess Postfix using PHP

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
sanharsha
Forum Newbie
Posts: 5
Joined: Mon Oct 22, 2007 10:12 pm

Acess Postfix using PHP

Post by sanharsha »

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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Acess Postfix using PHP

Post by Christopher »

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)
phpknight
Forum Newbie
Posts: 3
Joined: Sun Feb 03, 2008 1:02 am

Re: Acess Postfix using PHP

Post by phpknight »

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/
Post Reply