On Mon, May 03, 1999 at 08:46:04PM +0200, J.H.M. Dassen wrote:
> On Mon, May 03, 1999 at 10:32:36 -0700, Paul Nathan Puri wrote:
> > my_hdr From: <[EMAIL PROTECTED]>
>
> The user you run mutt under must be listed in exim's trusted user list. Say
> your local username is "paul", you'd have to have
"Chad A. Adlawan" wrote:
>>
>> >ow btw, how do u send email to all users in ur system w/o having to type
>all
>> >their user names ? i use exim also ...
>>
>> Subscribe them to an announce-only mailing list that you would run.
>>
>
> i think i remember our sysadmin u
>
> >ow btw, how do u send email to all users in ur system w/o having to type all
> >their user names ? i use exim also ...
>
> Subscribe them to an announce-only mailing list that you would run.
>
i think i remember our sysadmin used to do this, i think what he did was
send email to [EM
>ow btw, how do u send email to all users in ur system w/o having to type all
>their user names ? i use exim also ...
>chad
$ edit message_in_file
$ for person in `cat /etc/passwd | awk -F ':' '{if ($3 >= 1000) print $1}'` do
>mail -s "subject here" $person < message_in_file;
> done
$ r
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 4 May 1999 04:04:15 +0800, Chad A. Adlawan wrote:
>ow btw, how do u send email to all users in ur system w/o having to type all
>their user names ? i use exim also ...
Subscribe them to an announce-only mailing list that you would run.
>
> I don't think that is the case. The trusted user just means that it will
> believe the envelope sender field (Sender:) from those users. You should
> NEVER have to put real users in the trusted user field. You shoudl only
> have something like:
>
> trusted_users = mail:news:uucp:root
>
ow b
On Mon, May 03, 1999 at 10:32:36 -0700, Paul Nathan Puri wrote:
> my_hdr From: <[EMAIL PROTECTED]>
The user you run mutt under must be listed in exim's trusted user list. Say
your local username is "paul", you'd have to have something like
trusted_users = mail:paul
in /etc/exim.conf .
HTH,
Ray
--
My mua's are all working except for mutt. Mutt will not send mail. It acts
like it does (no errors), but the mail never gets there.
What could be the problem?
I have attached a copy of my .muttrc file, please look to see if something is
wrong there. I'm at a loss, and would greatly like to us
8 matches
Mail list logo