Re: How can I use outgoing mail server not local host?
I think this depends on your Mail Transfer Agent (MTA), not the Mail User Agent (MUA). I use Mutt and qmail. I tell qmail where/how to send e-mail. Mutt just dumps it to the SMTP server. I am currently using four different hosts for outgoing mail with my ISP being the default. HTH, Jeff Quoting [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > I want to use outgoing mail server not `local host'. > How can I do? > > Thanks, > Dong-gyoo > > -- >
Re: How can I use outgoing mail server not local host?
Quoting Fairlight <[EMAIL PROTECTED]>: > On Wed, Sep 08, 1999 at 05:50:35PM -0500, Jeff Taylor blurted: > > I think this depends on your Mail Transfer Agent (MTA), not the Mail > > User Agent (MUA). I use Mutt and qmail. I tell qmail where/how to > > send e-mail. Mutt just dumps it to the SMTP server. I am currently > > using four different hosts for outgoing mail with my ISP being the > > default. > Actually, I am wrong. First time today ;) Mutt calls a program, not an SMTP server. In /usr/local/etc/Muttrc there is a # set sendmail="/usr/sbin/sendmail -oem -oi" # set sendmail_wait=0 I suspect these are the defaults. I am using qmail's sendmail wrapper. I might be able to fiddle with the settings and use qmail-inject or mailsubj directly. There may be some minimalist MTA that just dumps it to the SMTP server or your choice. Jeff > I took it to mean he wants to have -no- MTA at all and just redirect all > outbound mail to another server's MTA (a-la Outlook, Netscape, etc). I can > see why this might be desirable, however a look through the manual left me > clueless as to how to accomplish it. I don't think the feature exists. If > it -does- exist, the sendmail variable section in the manual should be > changed to crossreference to it, IMHO. :) > > The answer seems to be a minimalistic need to have your own local MTA, set > the sendmail variable correctly for it, and configure your MTA to use > whatever host as a "smart relay". > > mark-> >
Re: please help
Sasha, What is your sendmail variable set to? The default works for me and I am using qmail's sendmail wrapper/clone. Jeff Quoting Jeff Taylor <[EMAIL PROTECTED]>: > Hello, > > I have read the online help manual all the way through, and can not figure > this problem out. Just wondering if you can shed some light on this error > message: > > Every time I try to send something, I get: "Error sending message child > exited 127 ()." > > 1. I use sendmail all the time, it's configured properly and I know it works > for sure. > 2. Mutt binary is located in my home directory/mutt. > 3. The muttrc file points to the correct sendmail binary, and is located in > the mutt directory. > > Any ideas? If you can't help, could you point me in the right direction? > > Thanks a lot in advance, > > -Sasha > >
coloring in just one mailbox
I would like to color all e-mail from lists in just the $folder. I am using: folder-hook !'!' color index black white ~l folder-hook '!' color index yellow white ~l I end up with all mailboxes colored yellow on white. What am I doing wrong. TIA, Jeff
Re: Read only folders
Quoting Goran Koruga <[EMAIL PROTECTED]>: > Hi everyone, [snip] > folder-hook "." "set read_only=yes" > folder-hook \! "set read_only=no" > folder-hook (debian-*|mutt|pick6|staff|linux|slang) "set read_only=no" > -- > Depending on your directory structure \! may match all folders! It appears that the match is on any part of the full path. For example, if the default mailbox is ~/Maildir/ and the folders (or other mailboxes) are in ~/Maildir/folders/, then the pattern \! matches both the default mailbox and all folders. Try the pattern '\!$' (with or without the quotes). This solved my problem with coloring e-mail from lists only in \!$ :) HTH, Jeff
[Slightly OT] OSS & Best Practices
Apologies to non-developers for a slightly off topic post. I am writing on Open Source Software & Best Practices (e.g., peer review, source code management, ego-less programming, and defect tracking). The first draft is at muskrat.home.texas.net/oss_bp.html. I am looking for other examples. If you have any comments, stories, etc. please e-mail with them directly. Thank you, Jeffrey L. Taylor