public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Re: email problem
   email problem rkruger
@  ` Willem van der Walt
     ` Gregory Nowak
  0 siblings, 1 reply; 6+ messages in thread
From: Willem van der Walt @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

You normally set that in your mail client like in mut or pine.
I use pine so cannot tell you about mut, but look at your configuration 
options for something like from:
Regards, Willem

On Wed, 26 Sep 2007, rkruger@gawab.com wrote:

> 
> Thanks, that did the trick. Now I only have to find out how to let sendmail fil in my email address for me. At the moment no server wants to except my email as there is no email address in the "from" field.
> 
> Take care,
> Rynhardt
>  
> -- original message --
> Subject:	Re: email problem
> From:	Willem van der Walt <wvdwalt@csir.co.za>
> Date:		September 26th 2007 12:19 pm
> 
> Hi,
> Sendmail is the oldest mta and is very powerful, but it is also 
> complicated.
> I suggest you use exim, another program doing the same as sendmail, but a 
> lot less complicated to set up.
> I think your problem is that you must have the mail going out set up not 
> as coming from localhost, but from gawab.com
> Look at /etc/mail/sendmail.mc for changing this for sendmail.
> 
> I think the line you need to edit is:
> dnl MASQUERADE_AS(`mydomain.com')dnl
> HTH, Willem
> 
> On Wed, 26 Sep 2007, rkruger@gawab.com wrote:
> 
> > Hi, 
> > 
> > Thanks for the reply. I have a smarthost at "smtp.gawab.com" which I may 
> > use. It requires authentication. After reading some docs on the net, I 
> > tryed to setup sendmail to talk to the smtp server, but I got the 
> > following error in a reply from the mail system:
> > 
> > ... while talking to smtp.gawab.com.:
> > >>> MAIL From:<rpk@localhost.localdomain> SIZE=674
> > <<< 552 sorry, your envelope sender domain must exist (#5.7.1)
> > 554 5.0.0 Service unavailable
> > 
> > Which setting in sendmail do I have to change to make it work?
> > It is really annoying how I send mail at the time. I have to type the 
> > email on my computer and bluetooth it to my phone to send.
> > Thanks for any help in advance.
> > 
> > Take care,
> > Rynhardt
> > 
> > 
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > 
> 
> -- 
> This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. 
> The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.
> 
> This message has been scanned for viruses and dangerous content by MailScanner, 
> and is believed to be clean.  MailScanner thanks Transtec Computers for their support.
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. 
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their support.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: email problem
@  rkruger
   ` Willem van der Walt
  0 siblings, 1 reply; 6+ messages in thread
From: rkruger @  UTC (permalink / raw)
  To: speakup


Thanks, that did the trick. Now I only have to find out how to let sendmail fil in my email address for me. At the moment no server wants to except my email as there is no email address in the "from" field.

Take care,
Rynhardt
 
-- original message --
Subject:	Re: email problem
From:	Willem van der Walt <wvdwalt@csir.co.za>
Date:		September 26th 2007 12:19 pm

Hi,
Sendmail is the oldest mta and is very powerful, but it is also 
complicated.
I suggest you use exim, another program doing the same as sendmail, but a 
lot less complicated to set up.
I think your problem is that you must have the mail going out set up not 
as coming from localhost, but from gawab.com
Look at /etc/mail/sendmail.mc for changing this for sendmail.

I think the line you need to edit is:
dnl MASQUERADE_AS(`mydomain.com')dnl
HTH, Willem

On Wed, 26 Sep 2007, rkruger@gawab.com wrote:

> Hi, 
> 
> Thanks for the reply. I have a smarthost at "smtp.gawab.com" which I may 
> use. It requires authentication. After reading some docs on the net, I 
> tryed to setup sendmail to talk to the smtp server, but I got the 
> following error in a reply from the mail system:
> 
> ... while talking to smtp.gawab.com.:
> >>> MAIL From:<rpk@localhost.localdomain> SIZE=674
> <<< 552 sorry, your envelope sender domain must exist (#5.7.1)
> 554 5.0.0 Service unavailable
> 
> Which setting in sendmail do I have to change to make it work?
> It is really annoying how I send mail at the time. I have to type the 
> email on my computer and bluetooth it to my phone to send.
> Thanks for any help in advance.
> 
> Take care,
> Rynhardt
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. 
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their support.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: email problem
   ` Willem van der Walt
@    ` Gregory Nowak
       ` Rynhardt P Kruger
  0 siblings, 1 reply; 6+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If using mutt, put something like the below in your $HOME/.muttrc:

my_hdr From: Your name <me@example.com>

where Your Name is your name, and me@example.com is your e-mail
address of course. Hth.

Greg


On Wed, Sep 26, 2007 at 02:50:29PM +0200, Willem van der Walt wrote:
> You normally set that in your mail client like in mut or pine.
> I use pine so cannot tell you about mut, but look at your configuration 
> options for something like from:
> Regards, Willem
> 


- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG+s4O7s9z/XlyUyARAlyyAJ9o9MtqmmYZohPFyS9cVpP458ZWFgCgrIgy
TGxveiZbLdLRf5Df0D1BA7k=
=BDgz
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: email problem
     ` Gregory Nowak
@      ` Rynhardt P Kruger
  0 siblings, 0 replies; 6+ messages in thread
From: Rynhardt P Kruger @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi,

Thanks, I got it working now. Much thanks to every one who helped me. 
I used the $EMAIL variable to set up my address, and I found out (after 
every mailserver rejected my email as spam) to set the DJ option in 
sendmail.cf to "gawab.com".
It's so good to send mail from my computer!
Good day from South-Africa!

Rynhardt

On Wed, Sep 26, 2007 at 02:24:30PM -0700, Gregory Nowak wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> If using mutt, put something like the below in your $HOME/.muttrc:
> 
> my_hdr From: Your name <me@example.com>
> 
> where Your Name is your name, and me@example.com is your e-mail
> address of course. Hth.
> 
> Greg
> 
> 
> On Wed, Sep 26, 2007 at 02:50:29PM +0200, Willem van der Walt wrote:
> > You normally set that in your mail client like in mut or pine.
> > I use pine so cannot tell you about mut, but look at your configuration 
> > options for something like from:
> > Regards, Willem
> > 
> 
> 
> - -- 
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
> 
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> 
> iD8DBQFG+s4O7s9z/XlyUyARAlyyAJ9o9MtqmmYZohPFyS9cVpP458ZWFgCgrIgy
> TGxveiZbLdLRf5Df0D1BA7k=
> =BDgz
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: email problem
@  rkruger
  0 siblings, 0 replies; 6+ messages in thread
From: rkruger @  UTC (permalink / raw)
  To: speakup

Hi, 

Thanks for the reply. I have a smarthost at "smtp.gawab.com" which I may 
use. It requires authentication. After reading some docs on the net, I 
tryed to setup sendmail to talk to the smtp server, but I got the 
following error in a reply from the mail system:

... while talking to smtp.gawab.com.:
>>> MAIL From:<rpk@localhost.localdomain> SIZE=674
<<< 552 sorry, your envelope sender domain must exist (#5.7.1)
554 5.0.0 Service unavailable

Which setting in sendmail do I have to change to make it work?
It is really annoying how I send mail at the time. I have to type the 
email on my computer and bluetooth it to my phone to send.
Thanks for any help in advance.

Take care,
Rynhardt



^ permalink raw reply	[flat|nested] 6+ messages in thread

* email problem
@  rkruger
  0 siblings, 0 replies; 6+ messages in thread
From: rkruger @  UTC (permalink / raw)
  To: speakup

Hi,

I hope someone can help me. 
I have a computer running fedora 6 with a speakup kernel. It has a 
hostname of "rynhardtspc". I have 
problems setting up my email. I tryed using the smtp_url feature of 
mutt, but when I send email with mutt, I get some error message about 
Non-existing DN. The rest of the error message I can't read.
How do I scrole to get to the rest of the error message, I can't find it 
in the docs.
I tryed setting up my email through postfix, but when I send mail I get 
a message about my envelope sender that has to exist.
Can it be that my unusual hostname has any thing to do with this 
problem?

Take care,
Rynhardt



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 email problem rkruger
 ` Willem van der Walt
   ` Gregory Nowak
     ` Rynhardt P Kruger
  -- strict thread matches above, loose matches on Subject: below --
 rkruger
 rkruger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).