Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Can I use POP3 and IMAP simultaneously?
Name: Abraham Date: March 27, 2002 at 12:00:18 Pacific
Comment:
I'm running a PostFix email server using POP3. I wish to install a web mail service utilizing such a utility as WebMail. However, considering the implications of web based mail, I would like to use IMAP for the web based mail access and POP for the normal workstation access. Is this possible? Or would I have to use only IMAP or POP either/or? I was planning on using Courier-IMAP in conjunction with sqwebmail or webmail.
Name: John Date: March 27, 2002 at 12:08:56 Pacific
Reply:
Yeah you can use it. all Imap does is look at exsisting pop accounts. I have never personally set it up bit I have read about it. Check out my webmail (you can only look at the front screen. http://209.23.157.26/cgi-bin/neomail.pl it is software called neomail. do a search at sourceforge.net for it. it is very very very easy to install.
John
0
Response Number 2
Name: danny Date: March 27, 2002 at 13:45:59 Pacific
Reply:
Absolutly you can. Imap is using tcp143 and pop3 is using tcp110
0
Response Number 3
Name: Abraham Date: March 27, 2002 at 15:23:28 Pacific
Reply:
Thanks for the quick replies. I wasn't sure if they would intuitively operate in different sessions (ports) or not. IMAP will look at accounts (not POP accounts per say) but I was concerned that the way that postfix's POP support and Courier-IMAP interacted with postfix's maildirs would render them incompatible with each other either due to permissions or ports/sessions. Thanks again!
0
Response Number 4
Name: Abraham Date: April 4, 2002 at 15:47:41 Pacific
Reply:
I ended up using OpenWebMail, a fork of Neomail. This avoids the POP/IMAP issue completely by directly manipulating the mailbox files. Great system, easy to use and install except for some poorly implemented and documented paths for redhat/mandrake users.
Summary: I have verified that the IMAP/POP3 package is installed (imap-2001a). POP3 and IMAP services are set to run at startup. Xinetd has been restarted. No firewall or ipchains blocks seem to be in place...
Summary: I'm just learning perl and I have a question. Can I use awk in a perl script? I tried this @s_users=`/usr/bin/last | head |awk {'print $1'}"` ; but it didn't work. The result is just the commans last...
Summary: I am trying to compile a C program on linux, which is running perfactly on Dos/Windows plateform. But finally i have to run this program on linux. It is giving a error that 'undefined reference to 'it...