Re: Using multiple mail server for uploading mail

2001-05-06 Thread Jeff
On Fri, May 04, 2001 at 05:28:53PM -0400, Sam Roberts wrote: > > Maybe I've made this more complicated than I should. What I am trying > > to do is be able to send mail with different return addresses ie. > > [EMAIL PROTECTED] and [EMAIL PROTECTED] Whatever I do, my email always has a > > return

Re: Using multiple mail server for uploading mail

2001-05-04 Thread Ben Reser
This assumes he has edit_headers turned on which by default is turned off. On Fri, May 04, 2001 at 05:28:53PM -0400, Sam Roberts wrote: > If you'r at work, and you want to send mail to people so the from field > says "[EMAIL PROTECTED]", just write the address you want to be from in > the from fi

Re: Using multiple mail server for uploading mail

2001-05-04 Thread Sam Roberts
Quoting Rod Pike <[EMAIL PROTECTED]>, who wrote: > > What part is not working? I thought you said originally that you > > wanted to configure some machine (the workstation or gateway?) to > > forward to one of a set of smtp servers, and to reconfigure which one > > on the fly. > > Mail is current

Re: Using multiple mail server for uploading mail

2001-05-04 Thread Rod Pike
On Tue, May 01, 2001 at 06:02:21PM -0400, Sam Roberts wrote: > Quoting Rod Pike <[EMAIL PROTECTED]>, who wrote: > > > I'm confused, you seem to be mixing IMAP and SMTP up here. Sendmail is > > > an SMTP server and a delivery agent, it is not an IMAP server. IMAP > > > is usually used to READ mail,

Re: Using multiple mail server for uploading mail

2001-05-04 Thread Rod Pike
On Tue, May 01, 2001 at 06:02:21PM -0400, Sam Roberts wrote: > Quoting Rod Pike <[EMAIL PROTECTED]>, who wrote: > > > I'm confused, you seem to be mixing IMAP and SMTP up here. Sendmail is > > > an SMTP server and a delivery agent, it is not an IMAP server. IMAP > > > is usually used to READ mail,

Re: Using multiple mail server for uploading mail

2001-05-01 Thread Sam Roberts
Quoting Rod Pike <[EMAIL PROTECTED]>, who wrote: > > I'm confused, you seem to be mixing IMAP and SMTP up here. Sendmail is > > an SMTP server and a delivery agent, it is not an IMAP server. IMAP > > is usually used to READ mail, and SMTP is always used to SEND mail. > > Sorry if I'm confusing th

Re: Using multiple mail server for uploading mail

2001-05-01 Thread Rod Pike
On Mon, Apr 30, 2001 at 10:27:05AM -0400, Sam Roberts wrote: > Quoting Rod Pike <[EMAIL PROTECTED]>, who wrote: > > Maybe I don't really have mail set up properly on my network and this is > > simpler than I think. I can't really do any of the previously mentioned > > solutions anyway because I a

Re: Using multiple mail server for uploading mail

2001-04-30 Thread Sam Roberts
Quoting Rod Pike <[EMAIL PROTECTED]>, who wrote: > Maybe I don't really have mail set up properly on my network and this is > simpler than I think. I can't really do any of the previously mentioned > solutions anyway because I am using IMAP and it's not that simple to > reconfigure sendmail and r

Re: Using multiple mail server for uploading mail

2001-04-27 Thread Suresh Ramasubramanian
Rod Pike proclaimed on mutt-users that: > server. My IMAP server has a SMART_HOST directive to deliver outbound > mail to my ISP mail server. My IMAP server is set up to masquerade > using my ISP's domain. The consequence is that any set envelope_from masquerading != rewriting, man. What ma

Re: Using multiple mail server for uploading mail

2001-04-27 Thread Rod Pike
On Thu, Apr 26, 2001 at 10:36:59PM -0400, Mr. Wade wrote: > Joshua Haberman wrote: > > * Mr. Wade ([EMAIL PROTECTED]) wrote: > > > Rod Pike wrote: > > > > Can a send hook be used so that ultimately, a different mail server will > > > > be used to send the mail? > > > > > > Just off the top of my

Re: Using multiple mail server for uploading mail

2001-04-27 Thread Sam Roberts
Quoting "Mr. Wade" <[EMAIL PROTECTED]>, who wrote: > Rod Pike wrote: > > Can a send hook be used so that ultimately, a different mail server will > > be used to send the mail? What problem are you trying to solve? nullmailer will queue your mail for delivery, then in the background try a list of

Re: Using multiple mail server for uploading mail

2001-04-26 Thread Fredrik Jagenheim
On Thu, Apr 26, 2001 at 10:36:59PM -0400, Mr. Wade wrote: > > Good point! Before replying, I did a quick skim though the > sendmail manpage looking for just such a command line switch, but > I guess I missed it. (Of course, none of this really addresses > the question of WHY one would want to d

Re: Using multiple mail server for uploading mail

2001-04-26 Thread Mr. Wade
Joshua Haberman wrote: > * Mr. Wade ([EMAIL PROTECTED]) wrote: > > Rod Pike wrote: > > > Can a send hook be used so that ultimately, a different mail server will > > > be used to send the mail? > > > > Just off the top of my head... you could use a send-hook to > > change the $sendmail variable t

Re: Using multiple mail server for uploading mail

2001-04-26 Thread Suresh Ramasubramanian
On Thu, Apr 26, 2001 at 10:14:11PM +0200, Rod Pike typed: > This is probably off topic and more related to sendmail but is anybody > using mutt to upload mail to different mailservers. I have two > mailservers I download from but I currently only know how to configure > mutt and sendmail to send

Re: Using multiple mail server for uploading mail

2001-04-26 Thread Mr. Wade
Rod Pike wrote: > Can a send hook be used so that ultimately, a different mail server will > be used to send the mail? Just off the top of my head... you could use a send-hook to change the $sendmail variable to call a script that would copy an alternate sendmail.cf into /etc/sendmail.cf before p

Re: Using multiple mail server for uploading mail

2001-04-26 Thread Joshua Haberman
* Mr. Wade ([EMAIL PROTECTED]) wrote: > Rod Pike wrote: > > Can a send hook be used so that ultimately, a different mail server will > > be used to send the mail? > > Just off the top of my head... you could use a send-hook to > change the $sendmail variable to call a script that would copy an >