Re: user masquerading with qmail
On Thu, Apr 12, 2001 at 07:39:28PM +1000, Damon Muller wrote:
> Quoth Florian Reiser,
> > where do I have to put MAILHOST and MAILUSER to get user masquerading with
> > qmail working? In the FAQ they say you should put them in your environment. So
> > I've put them in the .bashrc of the user, but the user wasn't masqueraded.
> > So what is the correct place for these variables?
>
> It depends a little on what you're doing. Calling mutt in an Eterm, for
> example (like I do), didn't set it, so I just created a little wrapper
> script:
>
> #!/bin/sh
> QMAILUSER="blah"
> QMAILHOST="blah.com"
> http_proxy="http://proxy:8080/"
>
> export QMAILUSER QMAILHOST http_proxy
>
> /usr/bin/mutt
The wrapper script works well, thanx.
[snip]
...
[snip]
>
> --
> Damon Muller | Did a large procession wave their torches
> Criminologist/Linux Geek | As my head fell in the basket,
> http://killfilter.com | And was everybody dancing on the casket...
> PGP (GnuPG): A136E829 | - TBMG, "Dead"
>
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
Greetings
Florian Reiser
Reply to: