> -----Original Message----- > From: CM Miller > Sent: Wednesday, March 19, 2003 4:35 PM > Subject: Re: Basic Sendmail Commands? > > See my comments below... > > Correct, for example at the prompt, I type 'mail' and > it either takes me to my user's mailbox or it says, no > mail...this is Sendmail running, correct?
No! The "mail" command is an MUA. Sendmail is an MTA. > > > >Unless I'm mistaken I think you want to know how to > >use an MUA, i.e. you want to use an email program to > > read and write email? > > Right, sort of, I want to become a bit better at using > the Sendmail that I have running by default on my > machine. And I would like to setup Postfix later. > > But for example, I send an email to my yahoo account, > and then I can respond back to it, why is that? Again, sendmail is an MTA. So is Postfix. >From a 30,000 foor view... 1) You write an e-mail using an MUA. 2) When you select the "send" button, the MUA submits this e-mail to an MTA. Sendmail in this case. 3) The MTA then delivers this e-mail to another MTA (yahoo.com using your example). 4) You then use yahoo's MUA (web interface) to view this e-mail. 5) Now you select the reply button using yahoo's MUA. 6) When you select send, yahoo's MUA submits this e-mail to yahoo's MTA for delivery back to you. 7) Yahoo's MTA opens a connection to your MTA (sendmail). 8) Sendmail receives this e-mail from yahoo and (if the mailbox is local) hands this e-mail off to the defined LDA (procmail), which stores it in your mailbox. Sendmail is now out of the picture and waiting for another connection. 9) Using an MUA of your choice, you can now view your reply. Steve Cowles -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list