* Question about mail server @ 2004-03-10 19:55 Tony Gogoi 2004-03-10 20:47 ` Matías López Bergero 2004-03-10 22:45 ` Jeffrey Morse 0 siblings, 2 replies; 9+ messages in thread From: Tony Gogoi @ 2004-03-10 19:55 UTC (permalink / raw) To: linux-admin Hello, What can be possible reasons for which a mail client (Outlook Express) does not retrieve mail from the Linux mail server ? I created a user account "mtwain" on a mail server. Any mail sent to this account gets appended to /var/spool/mail/mtwain which means messages correctly enter mtwain's mailbox (on the server). However, outlook express is not able to retrieve mails from /var/spool/mail of the linux server. All it displays are "no new messages" each time even though the account on Outlook express has been set to POP3 and mtwain and /var/spool/mail/mtwain still has messages in it. /var/spool/mail of the mail server resides on an NFS server which is correctly mounted as one can view the contents of /var/spool/mail from the email server. This problem is for any new user account only. And there are no problems for mtwain to send mail as well. Thanks, Tony ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Question about mail server 2004-03-10 19:55 Question about mail server Tony Gogoi @ 2004-03-10 20:47 ` Matías López Bergero 2004-03-10 21:18 ` Tony Gogoi 2004-03-10 21:33 ` Adam Lang 2004-03-10 22:45 ` Jeffrey Morse 1 sibling, 2 replies; 9+ messages in thread From: Matías López Bergero @ 2004-03-10 20:47 UTC (permalink / raw) To: Tony Gogoi; +Cc: linux-admin The user can read /var/spool/mail/user? Tony Gogoi wrote: > Hello, > > What can be possible reasons for which a mail client (Outlook Express) > does not retrieve mail from the Linux mail server ? > > I created a user account "mtwain" on a mail server. Any mail sent to this > account gets appended to /var/spool/mail/mtwain which means messages > correctly enter mtwain's mailbox (on the server). > > However, outlook express is not able to retrieve mails from > /var/spool/mail of the linux server. All it displays are "no new messages" > each time even though the account on Outlook express has been set to POP3 > and mtwain and /var/spool/mail/mtwain still has messages in it. > > /var/spool/mail of the mail server resides on an NFS server which is > correctly mounted as one can view the contents of /var/spool/mail from the > email server. > > This problem is for any new user account only. And there are no problems > for mtwain to send mail as well. > > > Thanks, > Tony ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Question about mail server 2004-03-10 20:47 ` Matías López Bergero @ 2004-03-10 21:18 ` Tony Gogoi 2004-03-10 21:33 ` Adam Lang 1 sibling, 0 replies; 9+ messages in thread From: Tony Gogoi @ 2004-03-10 21:18 UTC (permalink / raw) To: Matías López Bergero; +Cc: linux-admin Yes, on executing su - mtwain ls -l /var/spool/mail shows -rw------ Thanks Tony On Wed, 10 Mar 2004, [ISO-8859-1] Matías López Bergero wrote: > The user can read /var/spool/mail/user? > > Tony Gogoi wrote: > > Hello, > > > > What can be possible reasons for which a mail client (Outlook Express) > > does not retrieve mail from the Linux mail server ? > > > > I created a user account "mtwain" on a mail server. Any mail sent to this > > account gets appended to /var/spool/mail/mtwain which means messages > > correctly enter mtwain's mailbox (on the server). > > > > However, outlook express is not able to retrieve mails from > > /var/spool/mail of the linux server. All it displays are "no new messages" > > each time even though the account on Outlook express has been set to POP3 > > and mtwain and /var/spool/mail/mtwain still has messages in it. > > > > /var/spool/mail of the mail server resides on an NFS server which is > > correctly mounted as one can view the contents of /var/spool/mail from the > > email server. > > > > This problem is for any new user account only. And there are no problems > > for mtwain to send mail as well. > > > > > > Thanks, > > Tony > > > Tony Gogoi - To unsubscribe from this list: send the line "unsubscribe linux-admin" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Question about mail server 2004-03-10 20:47 ` Matías López Bergero 2004-03-10 21:18 ` Tony Gogoi @ 2004-03-10 21:33 ` Adam Lang 1 sibling, 0 replies; 9+ messages in thread From: Adam Lang @ 2004-03-10 21:33 UTC (permalink / raw) Cc: linux-admin Was there any modifications that was done to the file? Certain characters are sued to mark read and unread messages and ones set for download. If any of the characters are messed up, it will assume there are no messages to download. ----- Original Message ----- From: "Matías López Bergero" <mlopezb@udesa.edu.ar> To: "Tony Gogoi" <tgogoi@cse.Buffalo.EDU> Cc: <linux-admin@vger.kernel.org> Sent: Wednesday, March 10, 2004 3:47 PM Subject: Re: Question about mail server > The user can read /var/spool/mail/user? > > Tony Gogoi wrote: > > Hello, > > > > What can be possible reasons for which a mail client (Outlook Express) > > does not retrieve mail from the Linux mail server ? > > > > I created a user account "mtwain" on a mail server. Any mail sent to this > > account gets appended to /var/spool/mail/mtwain which means messages > > correctly enter mtwain's mailbox (on the server). > > > > However, outlook express is not able to retrieve mails from > > /var/spool/mail of the linux server. All it displays are "no new messages" > > each time even though the account on Outlook express has been set to POP3 > > and mtwain and /var/spool/mail/mtwain still has messages in it. > > > > /var/spool/mail of the mail server resides on an NFS server which is > > correctly mounted as one can view the contents of /var/spool/mail from the > > email server. > > > > This problem is for any new user account only. And there are no problems > > for mtwain to send mail as well. > > > > > > Thanks, > > Tony > > > - > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html - To unsubscribe from this list: send the line "unsubscribe linux-admin" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Question about mail server 2004-03-10 19:55 Question about mail server Tony Gogoi 2004-03-10 20:47 ` Matías López Bergero @ 2004-03-10 22:45 ` Jeffrey Morse 2004-03-11 16:45 ` Tony Gogoi 1 sibling, 1 reply; 9+ messages in thread From: Jeffrey Morse @ 2004-03-10 22:45 UTC (permalink / raw) To: Tony Gogoi; +Cc: linux-admin If you connect to the server from a telnet session using the mtwain account can you see that the mailbox has messages in it? Use the "top" command from within the telnet session to view the message body. --Jeff * On [03-10-2004 14:55 -0500] Tony Gogoi <tgogoi@cse.Buffalo.EDU> wrote: > > Hello, > > What can be possible reasons for which a mail client (Outlook Express) > does not retrieve mail from the Linux mail server ? > > I created a user account "mtwain" on a mail server. Any mail sent to this > account gets appended to /var/spool/mail/mtwain which means messages > correctly enter mtwain's mailbox (on the server). > > However, outlook express is not able to retrieve mails from > /var/spool/mail of the linux server. All it displays are "no new messages" > each time even though the account on Outlook express has been set to POP3 > and mtwain and /var/spool/mail/mtwain still has messages in it. > > /var/spool/mail of the mail server resides on an NFS server which is > correctly mounted as one can view the contents of /var/spool/mail from the > email server. > > This problem is for any new user account only. And there are no problems > for mtwain to send mail as well. > > > Thanks, > Tony > > > > - > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Question about mail server 2004-03-10 22:45 ` Jeffrey Morse @ 2004-03-11 16:45 ` Tony Gogoi 2004-03-11 17:01 ` Adam Lang 0 siblings, 1 reply; 9+ messages in thread From: Tony Gogoi @ 2004-03-11 16:45 UTC (permalink / raw) To: Jeffrey Morse; +Cc: linux-admin I haven't connected to the server using telnet due to extremely strict firewall settings on that. However it appears there is more than meets the eye. The setting actually is | | Foundary Switch (performs load balancing) | | | | | | | [Mail-Server 1] [Mail Server 2] There is also an NFS server on which /var/spool/mail is stored. So, mail is not physically stored in the mail servers. Mail server-1 is the primary mail server. Mail server 2 has RAID-1. One of its hard disks was replaced last week. Since then it intermittenly generates "disk at (0,0,1,0) returned SCSI status:2 ...." and "disk at (0,0,1,0) returned request sense at ..... Non recoverable error". When Mail server 2 is turned off everthing's fine. When mail server 2 is turned on, only the newly created user account (after replacement of HD) "mtwain" fails to receive messages, though it can send messages. Outlook express does not return error though. And the interesting thing is, even though Mail server 2 is turned on, POP-3 exchanges take place bewteen Mail server 1 and the host machine. And yet, the outlook express on the host machine does not retrieve messages for account "mtwain" which it does successfully when mail server 2 is turned off. I get the feeling that the RAID-1 disk which generates intermittent "error" messages is the cause but don't know why. Thanks, Tony On Wed, 10 Mar 2004, Jeffrey Morse wrote: > If you connect to the server from a telnet session using the mtwain > account can you see that the mailbox has messages in it? Use the "top" > command from within the telnet session to view the message body. > > > --Jeff > > * On [03-10-2004 14:55 -0500] Tony Gogoi <tgogoi@cse.Buffalo.EDU> wrote: > > > > Hello, > > > > What can be possible reasons for which a mail client (Outlook Express) > > does not retrieve mail from the Linux mail server ? > > > > I created a user account "mtwain" on a mail server. Any mail sent to this > > account gets appended to /var/spool/mail/mtwain which means messages > > correctly enter mtwain's mailbox (on the server). > > > > However, outlook express is not able to retrieve mails from > > /var/spool/mail of the linux server. All it displays are "no new messages" > > each time even though the account on Outlook express has been set to POP3 > > and mtwain and /var/spool/mail/mtwain still has messages in it. > > > > /var/spool/mail of the mail server resides on an NFS server which is > > correctly mounted as one can view the contents of /var/spool/mail from the > > email server. > > > > This problem is for any new user account only. And there are no problems > > for mtwain to send mail as well. > > > > > > Thanks, > > Tony > > > > > > > > - > > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > - > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Tony Gogoi ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Question about mail server 2004-03-11 16:45 ` Tony Gogoi @ 2004-03-11 17:01 ` Adam Lang 2004-03-11 17:02 ` Tony Gogoi 0 siblings, 1 reply; 9+ messages in thread From: Adam Lang @ 2004-03-11 17:01 UTC (permalink / raw) Cc: linux-admin Maybe the account is on both servers, but the data is only being stored on one? ----- Original Message ----- From: "Tony Gogoi" <tgogoi@cse.Buffalo.EDU> To: "Jeffrey Morse" <jeffmorse@m4cc.com> Cc: <linux-admin@vger.kernel.org> Sent: Thursday, March 11, 2004 11:45 AM Subject: Re: Question about mail server > > I haven't connected to the server using telnet due to extremely strict > firewall settings on that. However it appears there is more than meets the > eye. > > > The setting actually is > > | > | > Foundary Switch (performs load balancing) > | > | | > | | > | | > [Mail-Server 1] [Mail Server 2] > > There is also an NFS server on which /var/spool/mail is stored. So, mail > is not physically stored in the mail servers. > > Mail server-1 is the primary mail server. > > Mail server 2 has RAID-1. One of its hard disks was replaced last week. > Since then it intermittenly generates "disk at (0,0,1,0) returned SCSI > status:2 ...." and "disk at (0,0,1,0) returned request sense at ..... Non > recoverable error". > > When Mail server 2 is turned off everthing's fine. When mail server 2 is > turned on, only the newly created user account (after replacement of HD) > "mtwain" fails to receive messages, though it can send messages. Outlook > express does not return error though. > > And the interesting thing is, even though Mail server 2 is turned on, > POP-3 exchanges take place bewteen Mail server 1 and the host machine. And > yet, the outlook express on the host machine does not retrieve messages > for account "mtwain" which it does successfully when mail server 2 is > turned off. > > I get the feeling that the RAID-1 disk which generates intermittent > "error" messages is the cause but don't know why. > > Thanks, > Tony > > > > On Wed, 10 Mar 2004, Jeffrey Morse wrote: > > > If you connect to the server from a telnet session using the mtwain > > account can you see that the mailbox has messages in it? Use the "top" > > command from within the telnet session to view the message body. > > > > > > --Jeff > > > > * On [03-10-2004 14:55 -0500] Tony Gogoi <tgogoi@cse.Buffalo.EDU> wrote: > > > > > > Hello, > > > > > > What can be possible reasons for which a mail client (Outlook Express) > > > does not retrieve mail from the Linux mail server ? > > > > > > I created a user account "mtwain" on a mail server. Any mail sent to this > > > account gets appended to /var/spool/mail/mtwain which means messages > > > correctly enter mtwain's mailbox (on the server). > > > > > > However, outlook express is not able to retrieve mails from > > > /var/spool/mail of the linux server. All it displays are "no new messages" > > > each time even though the account on Outlook express has been set to POP3 > > > and mtwain and /var/spool/mail/mtwain still has messages in it. > > > > > > /var/spool/mail of the mail server resides on an NFS server which is > > > correctly mounted as one can view the contents of /var/spool/mail from the > > > email server. > > > > > > This problem is for any new user account only. And there are no problems > > > for mtwain to send mail as well. > > > > > > > > > Thanks, > > > Tony > > > > > > > > > > > > - > > > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > > > the body of a message to majordomo@vger.kernel.org > > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > - > > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > > > Tony Gogoi > - > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Question about mail server 2004-03-11 17:01 ` Adam Lang @ 2004-03-11 17:02 ` Tony Gogoi 2004-03-11 18:18 ` Bad sectors that come and go Darío Mariani 0 siblings, 1 reply; 9+ messages in thread From: Tony Gogoi @ 2004-03-11 17:02 UTC (permalink / raw) To: Adam Lang; +Cc: linux-admin Yes, the account is on both servers, but /var/spool/mail is on the NFS server not on any mail server. On Thu, 11 Mar 2004, Adam Lang wrote: > Maybe the account is on both servers, but the data is only being stored on > one? > > ----- Original Message ----- > From: "Tony Gogoi" <tgogoi@cse.Buffalo.EDU> > To: "Jeffrey Morse" <jeffmorse@m4cc.com> > Cc: <linux-admin@vger.kernel.org> > Sent: Thursday, March 11, 2004 11:45 AM > Subject: Re: Question about mail server > > > > > > I haven't connected to the server using telnet due to extremely strict > > firewall settings on that. However it appears there is more than meets the > > eye. > > > > > > The setting actually is > > > > | > > | > > Foundary Switch (performs load balancing) > > | > > | | > > | | > > | | > > [Mail-Server 1] [Mail Server 2] > > > > There is also an NFS server on which /var/spool/mail is stored. So, mail > > is not physically stored in the mail servers. > > > > Mail server-1 is the primary mail server. > > > > Mail server 2 has RAID-1. One of its hard disks was replaced last week. > > Since then it intermittenly generates "disk at (0,0,1,0) returned SCSI > > status:2 ...." and "disk at (0,0,1,0) returned request sense at ..... Non > > recoverable error". > > > > When Mail server 2 is turned off everthing's fine. When mail server 2 is > > turned on, only the newly created user account (after replacement of HD) > > "mtwain" fails to receive messages, though it can send messages. Outlook > > express does not return error though. > > > > And the interesting thing is, even though Mail server 2 is turned on, > > POP-3 exchanges take place bewteen Mail server 1 and the host machine. And > > yet, the outlook express on the host machine does not retrieve messages > > for account "mtwain" which it does successfully when mail server 2 is > > turned off. > > > > I get the feeling that the RAID-1 disk which generates intermittent > > "error" messages is the cause but don't know why. > > > > Thanks, > > Tony > > > > > > > > On Wed, 10 Mar 2004, Jeffrey Morse wrote: > > > > > If you connect to the server from a telnet session using the mtwain > > > account can you see that the mailbox has messages in it? Use the "top" > > > command from within the telnet session to view the message body. > > > > > > > > > --Jeff > > > > > > * On [03-10-2004 14:55 -0500] Tony Gogoi <tgogoi@cse.Buffalo.EDU> wrote: > > > > > > > > Hello, > > > > > > > > What can be possible reasons for which a mail client (Outlook Express) > > > > does not retrieve mail from the Linux mail server ? > > > > > > > > I created a user account "mtwain" on a mail server. Any mail sent to > this > > > > account gets appended to /var/spool/mail/mtwain which means messages > > > > correctly enter mtwain's mailbox (on the server). > > > > > > > > However, outlook express is not able to retrieve mails from > > > > /var/spool/mail of the linux server. All it displays are "no new > messages" > > > > each time even though the account on Outlook express has been set to > POP3 > > > > and mtwain and /var/spool/mail/mtwain still has messages in it. > > > > > > > > /var/spool/mail of the mail server resides on an NFS server which is > > > > correctly mounted as one can view the contents of /var/spool/mail from > the > > > > email server. > > > > > > > > This problem is for any new user account only. And there are no > problems > > > > for mtwain to send mail as well. > > > > > > > > > > > > Thanks, > > > > Tony > > > > > > > > > > > > > > > > - > > > > To unsubscribe from this list: send the line "unsubscribe linux-admin" > in > > > > the body of a message to majordomo@vger.kernel.org > > > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > - > > > To unsubscribe from this list: send the line "unsubscribe linux-admin" > in > > > the body of a message to majordomo@vger.kernel.org > > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > > > > > > > > Tony Gogoi > > - > > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > - > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Tony Gogoi ^ permalink raw reply [flat|nested] 9+ messages in thread
* Bad sectors that come and go 2004-03-11 17:02 ` Tony Gogoi @ 2004-03-11 18:18 ` Darío Mariani 0 siblings, 0 replies; 9+ messages in thread From: Darío Mariani @ 2004-03-11 18:18 UTC (permalink / raw) Cc: linux-admin Hello: I have a dual xeon server with an Adaptec 29320 and a Seagate Cheetah UW320 SCSI. I do the following: 1) I install RedHat 9.0 (also tried Fedora and SuSe 9.0) 2) I run badblocks, no bad sectors reported. 3) I run stress (http://weather.ou.edu/~apw/projects/stress/) for a while. 4) I run badblocks again, now there are bad sectors reported. If I repeat these steps, I get the same results (with different sectors reported as bad). I think that the problem is the SCSI driver but I'm clueless, so can anyne give me some hints on where the problem is? We had the same problem with an IBM disk (same characteristics), with the diference that RH 9.0 hanged when installing. Thanks, Darío - To unsubscribe from this list: send the line "unsubscribe linux-admin" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-03-11 18:18 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-03-10 19:55 Question about mail server Tony Gogoi 2004-03-10 20:47 ` Matías López Bergero 2004-03-10 21:18 ` Tony Gogoi 2004-03-10 21:33 ` Adam Lang 2004-03-10 22:45 ` Jeffrey Morse 2004-03-11 16:45 ` Tony Gogoi 2004-03-11 17:01 ` Adam Lang 2004-03-11 17:02 ` Tony Gogoi 2004-03-11 18:18 ` Bad sectors that come and go Darío Mariani
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).