when i try to send mail to someone on the same server as myself, i always get amessage
bask saying that the "user is unknown". for example, my address is
[EMAIL PROTECTED], and when i try to send mail to say, [EMAIL PROTECTED],
i get the message above. any suggestions?
* Jon Walthour wrote on Thu, Jan 20, 2000 at 14:07 -0500:
> server, just an IP address. So, if I sendmail to
> [EMAIL PROTECTED], it disappears; if I send it to
> [EMAIL PROTECTED], it works. Like I said, strange.
AFAIK you have to use angle Brackets to skip DNS Lookups, i.e.
joeblow@[198.1.2.3]
Eric Smith <[EMAIL PROTECTED]> wrote on Sat, 22 Jan 2000:
> What is the muttrc entry to expire incoming mail after say one hour (if
> that is indeed possible)?
It's not possible to do it automatically (except perhaps when entering a
folder), but you can create a macro that does something like:
Nikola Filipcic <[EMAIL PROTECTED]> wrote on Fri, 21 Jan 2000:
> I was wondering if it's possible to have mutt configured to put apropriate address in
> From: header ,when replying to a message, that depends on which original address
> message was received.
Yes, it's called the $reverse_name vari
install slang (in the ports) and do this:
cd /usr/ports/mail/mutt
make -dUSE_NCURSES_PORT -dUSE_SLANG install
you also need slang for default to work (at least I did)
On Fri, Jan 21, 2000 at 12:43:59AM -0800i, Eugene Lee wrote:
> On Thu, Jan 20, 2000 at 03:36:36PM -0700, Harold Oga wrote:
> :On
Hi
What is the muttrc entry to expire incoming mail after say one hour (if
that is indeed possible)?
--
Eric Smith
[EMAIL PROTECTED]
00 27 21 4265311
Where do you think you're going today?
Lars Hecking <[EMAIL PROTECTED]> wrote:
>
> I agree with and understand everything you wrote above, but according
> my copy of the bat book (1st ed only), the F flag in the F equate
> means "Need From: in header", i.e. concerns From: and Resent-From:
> headers, not the "From " mbox separator.
On Fri, Jan 21, 2000 at 03:19:01PM -0600, David DeSimone wrote:
> I imagine the problem is in the sendmail config, something like this:
>
> Mlocal, P=/usr/bin/rmail, F=lsDFMAw5:/|@m, S=10/30, R=20/40,
> T=DNS/RFC822/X-Unix,
> A=rmail -d $u
>
> This is my particu
Hello!
I have 3 e-mail accounts, all on different systems (my ISP, university and
softhome.net) with different usernames.
On my home linux machine I again use different username (niki) and I downloaad mail
form all 3 e-mail accounts to this local account with fetchmail. So all
e-mail ends up in o
Lars Hecking <[EMAIL PROTECTED]> wrote:
>
> > Whatever MDA you are using, is at fault here. It has put the message
> > into your mailbox, with invalid headers. If you fix the MDA, the bounce
> > problem will go away.
>
> Possibly procmail or formail. But although escaping of bogus \nFrom
> lin
[lengthy explanation]
> I imagine the problem is in the sendmail config, something like this:
>
> Mlocal, P=/usr/bin/rmail, F=lsDFMAw5:/|@m, S=10/30, R=20/40,
> T=DNS/RFC822/X-Unix,
> A=rmail -d $u
>
> This is my particular setting for the "local" MDA, in my
On 01/21, Lars Hecking rearranged the electrons to read:
> Now I *know* these variables won't work for this version of mutt because
> the pgp/gpg interface changed between 1.0 and 1.1 (or 0.95/0.96).
>
> See doc/PGP-Notes.txt and contrib/{gpg,pgp2,pgp5}.rc, and the usual
> funny manual.
Ugh
David DeSimone writes:
> Raju K V <[EMAIL PROTECTED]> wrote:
> >
> > But when I bounce a message, the recepient gets the mail with broken
> > headers. Example:
> >
> > I am bouncing a mail with headers:
> > - SENT HEADERS -
> > From smtp
Raju K V <[EMAIL PROTECTED]> wrote:
>
> But when I bounce a message, the recepient gets the mail with broken
> headers. Example:
>
> I am bouncing a mail with headers:
> - SENT HEADERS -
> From smtp Wed Jan 12 12:38 IST 2000 remote from
Jason Helfman <[EMAIL PROTECTED]> wrote:
>
> In the body of my msgs I have some + signs that have a white box
> around them. What is this an issue of?
Allow me to read some more from the manual to you, so that you need not
send further huge posts to the list:
6.3.75. markers
Type: boolea
In the body of my msgs I have some + signs that have a white box around
them. What is this an issue of?
-
Jason Helfman Linux Advocate & User
http://www.digitalklown.net/pages
Jason Helfman <[EMAIL PROTECTED]> wrote:
>
> I am very new to mutt, and by emailing back and forth with fellow mutt
> users, documentation and the like, I am unable to figure out -- based
> on my .muttrc file --- why email I send out want to go to the record
> of the name it is sent to...for insta
On Fri, Jan 21, 2000 at 01:02:42PM +0100, Dirk Pirschel wrote:
> On Fri, 21 Jan 2000, Ryszard Lach wrote:
>
> > Hi!
> >
> > I have a problem with "charset" variable in mutt. Mutt seems to ignore this
> > variable (I've set it to iso-8859-2), if $LANG environment variable isn't set to
>
> The ch
Browsing through sendmail(8) man page I stumbled upon this option:
-U Initial (user) submission. This should always be set when
called from a user agent such as Mail or exmh and never be
set when called by a network delivery agent such as rmail.
W
> Error in /home/jmnova3/.muttrc, line 102: pgp_v2: unknown variable
> Error in /home/jmnova3/.muttrc, line 103: pgp_v2_language: unknown variable
> Error in /home/jmnova3/.muttrc, line 104: pgp_v2_pubring: unknown variable
> Error in /home/jmnova3/.muttrc, line 105: pgp_v2_secring: unknown varia
Hey, it's me again. Hopefully this will be my last letter with a
problem! :-)
'mutt -v' says : Mutt 1.1.2i (2000-01-08)
So I know it should be able to handle PGP without a problem. However,
when I define a bunch of PGP settings in my .muttrc file as it says I
should be able to, I get the foll
On 01/20, Jean-Sebastien Morisset rearranged the electrons to read:
> Try creating a "mutt-color" script with the following content:
>
> #!/bin/sh
> TERM=xterm-color
> export TERM
> exec mutt $*
Thanks!! This took care of the problem beautifully.
Thanks, also, to everyone else who replied (incl
Hi, folks --
I'm using 0.95.7i with some patches while I wait for a bug resolution in
1.0 and/or 1.0.1 (working with Sec) and I use imap to connect to a
mailbox to prune the spam out before my wife POPs down the contents.
I've checked with my SA and confirmed that the imapd has not changed, so
I
i have no idea why my mail is being fcc'd to the mailing list folder I
am mailing to.? all mail should be going to +sent.
I have specified this in my .muttrc file
-
Jason Helfman
On Fri, 21 Jan 2000, Ryszard Lach wrote:
> Hi!
>
> I have a problem with "charset" variable in mutt. Mutt seems to ignore this
> variable (I've set it to iso-8859-2), if $LANG environment variable isn't set to
The charset variable only affects the Content-Type header of _sent_
mails. (AFAIK)
>
* Jason Helfman <[EMAIL PROTECTED]> [000120 17:16]:
> .. everytime I send a msg, Mutt wants to create a mailbox for it.
I suppose you have "savename" set, ie mails to "user@domain"
are saved in folder "=user". You might want to unset this or
define a fcc-hook to set the folder used for saving th
I found a small problem about $write_inc.
If $write_inc variable is set,
the number of mails be written is printed
when writing the mbox or MMDF mailbox.
But its function does not work on the MH and Maildir mailbox.
It seems that mutt-unstable-2121, the current version of mutt,
has same
On Thu, Jan 20, 2000 at 02:11:40PM -0600, Jamie Novak wrote:
[...]
> Eterm --trans --shade "40%" -T Mutt -n "Electronic Mail" -e mutt
[...]
> What happens, though, is that mutt defaults to a monochrome colour
> scheme when I open it via an exec like that. (It does the same for rxvt
> terms, etc.,
Ryszard Lach <[EMAIL PROTECTED]>:
> I have a problem with "charset" variable in mutt. Mutt seems to ignore this
> variable (I've set it to iso-8859-2), if $LANG environment variable isn't set to
> "pl_PL", and I'd like to keep it set to "C". Do you have any suggestions ?
Can you solve this by se
Hi!
I have a problem with "charset" variable in mutt. Mutt seems to ignore this
variable (I've set it to iso-8859-2), if $LANG environment variable isn't set to
"pl_PL", and I'd like to keep it set to "C". Do you have any suggestions ?
TIA
Siaco.
--
Ryszard Łach
Internet Designers s.c.
http:
hi,
I have linux installed on my local machine. sendmail is configured with
DSsmtp:tagore
But when I bounce a message, the recepient gets the mail with broken
headers. Example:
I am bouncing a mail with headers:
- SENT HEADERS -
>From
On Thu, Jan 20, 2000 at 03:36:36PM -0700, Harold Oga wrote:
:On 03:05 PM 1/20/2000 , Eugene Lee wrote:
:>I have the latest version of Mutt on my FreeBSD 3.3 system. It works
:>fine, except that color support doesn't seem to work. I don't have X
:>on the system. But I continue to get these messa
32 matches
Mail list logo