Date: Sun, 24 Dec 2000 01:08:47 -0500 From: "Ryan Masse" <rmasse@max-info.net> To: <res02jw5@gte.net> Cc: "FreeBSD-Questions" <freebsd-questions@freebsd.org> Subject: Re: Mail Servers Message-ID: <029401c06d6f$fb2b72e0$0600a8c0@Home> References: <Pine.BSF.4.10.10012240144450.833-100000@parmenides.utp.net>
next in thread | previous in thread | raw e-mail | index | archive | help
uh no.. this isn't postfix here. The r-dns that resolves to my mc record is oned by my isp and sendmail works fine on my box. I haven't read the previous emails nor have i been following this thread so i may be repeating some stuff here. The reason you are getting relaying denied is because sendmail disables that feature on install. You need to either add the features: FEATURE(`relay_based_on_MX') FEATURE(`access_db') The above features you will be able to control relaying by adding a type of host allow/deny to each files.: /etc/mail/access /etc/mail/relay-domains or install smtpauth, which is fully supports by 8.11.1 and is quite nice. either one once you get them installed properly you will be able to relay mail off your server. From: "Janko van Roosmalen" <acs.van.roosmalen@hccnet.nl> > On Sat, 23 Dec 2000, Jason Halbert wrote: > > [snip] > > > > As I just tried to send the above message, the reason why I need my > > own SMTP server is appearent. My isp's SMTP server refused to relay > > the e-mail because of the sender's e-mail address... mine > > (jason@jason-n3xt.org). > > > > I am sorry that this thread has become so long, but there has to be a > > way to do what I need to do. =) I just need help finding it. > > > > Thanks as always... > > > > --- > > Jason > > jason@jason-n3xt.org > > Your ISP probably refused to relay because of a failed reverse DNS > lookup on your domain. > > It first asks what is the IP address of "jason-n3xt.org". The answer is > "4.33.96.206". > Then it asks who is "4.33.96.206". Answer: > "crtntx1-ar3-096-206.ds1.gtei.net". As these do not match they do not > accept mail from you. > > Output of "host jason-n3xt.org" : > > jason-n3xt.org has address 4.33.96.206 > jason-n3xt.org mail is handled (pri=1) by jason-n3xt.org > > Output of "nslookup 4.33.96.206" : > > Server: parmenides.utp.net > Address: 0.0.0.0 > > Name: crtntx1-ar3-096-206.dsl.gtei.net > Address: 4.33.96.206 > > > ===Janko van Roosmalen - Vught - Netherlands=== > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?029401c06d6f$fb2b72e0$0600a8c0>