- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: "Webmail for NUTS" and I really mean it
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2006 11:57 PM
09-03-2006 11:57 PM
"Webmail for NUTS" and I really mean it
One of my mail server has Postfix,courrier-IMAP,squirrel mail and
TRENDMICRO IMSS(5.5) installed.Since yesteray I am not able to open
my webmail.
My SMTP,POP and even IMAP is running properly. I have restarted apache
it is running properly.
I have even manualy started IMSS daemon(S99IMSS and regserver) but it
is of no use.
When I try to open my webmail using IE it shows error code 400 but
with FireFox it is showing InterScan Error so I doubt the problem is
with IMSS but have no clue how to go about it cause while restarting
IMSS it successfully comes up.
Subho
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 12:06 AM
09-04-2006 12:06 AM
Re: "Webmail for NUTS" and I really mean it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 12:33 AM
09-04-2006 12:33 AM
Re: "Webmail for NUTS" and I really mean it
1) Squirrelmail requires an imap server running on port 143. Make sure dovecot is installed then:
chkconfig --level 345 dovecot on
service dovecot start
Try again, checking the /var/log/maillog for errors.
Respond to the errors and report back.
Please post the error you are getting.
Also, for a test, shut down trend micro and see if its interfering with normal mail operations.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 12:36 AM
09-04-2006 12:36 AM
Re: "Webmail for NUTS" and I really mean it
I am using RHEL ES 3 and my disk is not full.
Rgds,
Subho
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 02:10 AM
09-04-2006 02:10 AM
Re: "Webmail for NUTS" and I really mean it
InterScan Error
InterScan HTTP Version 3.81-Build_1022 $Date: 12/19/2003 17:51:0017$
Unknown URL type: /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 02:47 AM
09-04-2006 02:47 AM
Re: "Webmail for NUTS" and I really mean it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 03:53 PM
09-04-2006 03:53 PM
Re: "Webmail for NUTS" and I really mean it
First of all, THINK and RETHINK what modifications have occured between the last time the system was working (last restart/reload) and the time you have noticed the error for the first time (any software upgrade maybe?)
I would say that most probably you have a broken configuration somewhere in squirrel, which is not serving the login pages as it should. However, this might relate to an error in the results reported by courier. I would definitely start by rechecking the configuration of apache related to squirrel (access rights,
Keep an eye on the logs of apache for squirrel (access.log, so that you know EXACTLY what URL is accessed AND error.log so that you know equally precisely what URL triggers the error). Corelate that with courier logs (usually /var/log/maillog unless you have modified something); you can increase the verbosity of squirrel editing the configuration files (placed in /etc/authlib/ if your courier-authlib is new; otherwise they are somewhere under /usr/share/courier-something if memory serves me well) -- look for the DEBUG_LOGIN option in authdaemonrc). Try to temporarily disable IMSS and see if the errors still occur. If they do, the erorr is not in IMSS; if they do, you have found the culprit.
Since the errors occur when you try to READ the mail, postfix is out of the question; it is only used when you SEND an email. I suggest trying to isolate the problem: if possible, use a regular email client instead of squirrel to access the courier server directly (You might eventually use telnet (telnet imap-server 143) but you would need to know the IMAP commands in order to issue them manually). If it's OK, the problem is somewhere between apache and squirrel; if not, it's between squirrel and courier.