Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Please help - configuring e-mail

1 view
Skip to first unread message

D'Arcy J.M. Cain

unread,
Mar 20, 2008, 9:36:10 AM3/20/08
to netbsd unix, port...@netbsd.org, netbs...@netbsd.org
I have Cc'd and redirected followups to netbs...@NetBSD.org. This
question is not i386 specific.

On Thu, 20 Mar 2008 06:39:00 +0100
"netbsd unix" <nbs...@gmx.net> wrote:
> I am trying to configure NetBSD to send and receive e-mails. I read the chapter 26 e-mail of the NetBSD guide, but this does not really bring me forward. I am using NetBSD 4.0 as a desktop without X. All distribution sets are installed except X. All I want is to be able to be a home user in a text-only NetBSD system. I would also like to mention, I once tried NetBSD with X and Sylpheed on the same machine with the same connection, and it worked flawlessly.

It is possible for an MUA (Mail User Agent or "client") to work even if
you don't have a local MTA (Mail Transfer Agent or "server") if you are
set up to send outgoing email through a server that trusts you. Have
you tried elm or mutt on your text only system?

> I tried to follow the steps in the guide, but when I had to do
>
> postmap /etc/postfix/generic
>
> as described in Chapter 26, it just complained that the hostname is empty. How do I set the hostname? I have no idea, I tried various things (which I don't remember, sorry - I tried to set it in rc.conf, in /etc/hosts, and with the command hostname).

Are you sure that you have "hostname=mybox" or whatever you call your
machine?

> I tried the example
>
> sendmail myusername
>
> but I get nowhere anything (I am quite sure I did it correctly, I tried many times):

I guess sendmail is looking for an SMTP server and you don't have one
yet. Try this command:

date | mail -s TEST myusername

I believe that this does not use the local MTA.

> OK, so what do I have to do in order to set up e-mail? I want to know the STEPS!

Try going through /etc/postfix/main.cf and let me know what changes you
do to get it going. Did you perhaps add a myhostname or mydomain
value? The default (not defined) should work in most cases.

> So far, I understand it as follows; however, when I tried it yesterday, it failed:
>
> in /etc/hosts add:
> 10.0.0.217 mynet
> (I am in an internal network of my dormitory, I always get the same IP when I connect, which is 10.0.0.217.)
>
> in /etc/rc.conf add:
> mynet=10.0.0.217

I think the guide assumes that you have already set up hostname if you
have a running system. Let me know if the above suggestion works for
you. Perhaps I can add a note to that area of the guide.

--
D'Arcy J.M. Cain <da...@NetBSD.org>
http://www.NetBSD.org/

netbsd unix

unread,
Mar 21, 2008, 2:21:38 AM3/21/08
to port...@netbsd.org, netbs...@netbsd.org
Dear newsgroup members,

As to the the hostname, do I correctly assume that it can be any valid text string? Maybe my mistake was that I REALLY call it "mynet" or something similar, without .com, .net or anything, since actually noone else knows who's this machine is besides myself!

By the way, my dormitory network does not "trust" me - it merely allows me to connect to the internet. As to checking the mail, I tried mutt (before I reinstalled), and it said I have no mail, but I had not configured it either, so no surprise here. But I checked GMX, the free mail provider (I sent e-mails to myself), and none arrived. The BSD mail utility also said "no mail", therefore, I assume indeed nothing was delivered.

date | mail -s TEST myusername

just gives me "postfix/sendmail: fatal: unable to use my own hostname"

I never tried to make an SMTP-server. Is this part of the setup?

No, I don't have hostname=mybox, I actually only have it with the IP-Address:
I have in /etc/hosts:

10.0.0.217 mynet

and in /etc/rc.conf:

mynet=10.0.0.217

that is all.

Yes, last time I indeed DID set in /etc/postfix/main.cf mydomain and myhostname, and it almost worked, but I was not too certain of what I was doing, that is why I finally just reinstalled NetBSD, and now I did not set them - now I just did what I described in my mail to you.

So do correctly assume that now I have to find out how to make an SMTP-server, and write somewhere hostname=mynet (where?)? Thank you in advance for your kind assistance.

Kind regards,

Nino

-------- Original-Nachricht --------
> Datum: Thu, 20 Mar 2008 09:34:22 -0400
> Von: "D\'Arcy J.M. Cain" <da...@NetBSD.org>
> An: "netbsd unix" <nbs...@gmx.net>
> CC: port...@netbsd.org, netbs...@NetBSD.org
> Betreff: Re: Please help - configuring e-mail

--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx

D'Arcy J.M. Cain

unread,
Mar 21, 2008, 7:15:22 AM3/21/08
to netbsd unix, netbs...@netbsd.org
On Fri, 21 Mar 2008 07:21:10 +0100
"netbsd unix" <nbs...@gmx.net> wrote:
> So do correctly assume that now I have to find out how to make an SMTP-server, and write somewhere hostname=mynet (where?)? Thank you in advance for your kind assistance.

In /etc/rc.conf.

0 new messages