That depends on what you consider "receive" mail. You can easily bring in mail envelopes since they normally contain text/plain or quoted-printable encoded MIME parts. I wrote an LMTP service for OpenQM that accepts local delivery connections via Inetd and stores in either Maildir or mbox style storage using "q-pointers". You could pull mail from a POP3 server with fetchmail. You could read mbox or Maildir formats directly from the local machine. There are numerous options to obtain the mail data, but what are you planning on doing with the envelope and the contents inside it? If you want to write a webmail application, then consider using an existing application like Roundcube and then consider integration with your MV system from that viewpoint.
Regards, ---------------------------------------- Glen Batchelor IT Director All-Spec Industries phone: (910) 332-0424 fax: (910) 763-5664 E-mail: [email protected] Web: http://www.all-spec.com Blog: http://blog.all-spec.com ---------------------------------------- > -----Original Message----- > From: [email protected] [mailto:u2-users- > [email protected]] On Behalf Of Burwell, Ed > Sent: Wednesday, June 24, 2009 6:45 PM > To: U2 Users List > Subject: [U2] Unix mail server? > > We can send email from our rs/6000 (AIX version 5.3) using sendmail and > it works great. > > Is it possible to receive email also? > > Thanks. > > Ed > > (We are running Unidata version 7.1) > > ______________________________________________________________________ > This e-mail has been scanned by MCI Managed Email Content Service, using > Skeptic(tm) technology powered by MessageLabs. For more information on > MCI's Managed Email Content Service, visit http://www.mci.com. > ______________________________________________________________________ > _______________________________________________ > U2-Users mailing list > [email protected] > http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
