Re: qmail under 8.0-STABLE

2010-07-16 Thread Peter
> On Thu, 15 Jul 2010 23:40:33 -0600
> "Peter"  wrote:
>
>> > I have the following config:
>> >
>> > FreeBSD ppert-zone.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Apr 14
>> > 01:44:13 UTC 2010
>> > r...@canopus.ispsystem.net:/root/src/sys/i386/compile/ISPSYSTEM
>> > i386
>> >
>> > it is a vps running via a jail.   I have installed mail/qmail and
>> > added it to rc.conf.   It starts just fine but no remote mail ever
>> > gets delivered/received.  DNS wise the machine is pointed to a A
>> > record for it's domain but the provider has not (and will not) set
>> > up a reverse.
>> >
>> > Note: According to qmail-qstat/qmail-qread the mail is not in the
>> > queue either like it was before adding qmail startup to the rc.conf
>> >
>> > Ideas?
>>
>> What does the MX record for that domain point to?
>>   [dig mx domain.com]
>
> No MX
>

You need an MX record for that domain.
If using bind simplest way would be to:
ie: for emails @domain.com

domain.com. IN MX 1 mail.domain.com.

as long as mail.domain.com resolves to the correct IP.

If you want email for subdomains...
ie:@qmail.domain.com

mail.domain.com. IN MX 1 mail.domain.com.

etc.etc.

>>
>> Are you sure qmail is running/listening?
>>   [sockstat / netstat -an]
>
> Yes running
>>
>> Did you shutoff sendmail in rc.conf?
>>   sendmail_enable="NONE" I think...
>
> No sendmail is not running
>
>>
>> ]Peter[
>>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"
>


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: qmail under 8.0-STABLE

2010-07-15 Thread Aryeh M. Friedman
On Thu, 15 Jul 2010 23:40:33 -0600
"Peter"  wrote:

> > I have the following config:
> >
> > FreeBSD ppert-zone.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Apr 14
> > 01:44:13 UTC 2010
> > r...@canopus.ispsystem.net:/root/src/sys/i386/compile/ISPSYSTEM
> > i386
> >
> > it is a vps running via a jail.   I have installed mail/qmail and
> > added it to rc.conf.   It starts just fine but no remote mail ever
> > gets delivered/received.  DNS wise the machine is pointed to a A
> > record for it's domain but the provider has not (and will not) set
> > up a reverse.
> >
> > Note: According to qmail-qstat/qmail-qread the mail is not in the
> > queue either like it was before adding qmail startup to the rc.conf
> >
> > Ideas?
> 
> What does the MX record for that domain point to?
>   [dig mx domain.com]

No MX

> 
> Are you sure qmail is running/listening?
>   [sockstat / netstat -an]

Yes running
> 
> Did you shutoff sendmail in rc.conf?
>   sendmail_enable="NONE" I think...

No sendmail is not running

> 
> ]Peter[
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: qmail under 8.0-STABLE

2010-07-15 Thread Peter
> I have the following config:
>
> FreeBSD ppert-zone.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Apr 14
> 01:44:13 UTC 2010
> r...@canopus.ispsystem.net:/root/src/sys/i386/compile/ISPSYSTEM  i386
>
> it is a vps running via a jail.   I have installed mail/qmail and added
> it to rc.conf.   It starts just fine but no remote mail ever gets
> delivered/received.  DNS wise the machine is pointed to a A record for
> it's domain but the provider has not (and will not) set up a reverse.
>
> Note: According to qmail-qstat/qmail-qread the mail is not in the queue
> either like it was before adding qmail startup to the rc.conf
>
> Ideas?

What does the MX record for that domain point to?
  [dig mx domain.com]

Are you sure qmail is running/listening?
  [sockstat / netstat -an]

Did you shutoff sendmail in rc.conf?
  sendmail_enable="NONE" I think...

]Peter[

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


qmail under 8.0-STABLE

2010-07-15 Thread Aryeh M. Friedman
I have the following config:

FreeBSD ppert-zone.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Apr 14
01:44:13 UTC 2010
r...@canopus.ispsystem.net:/root/src/sys/i386/compile/ISPSYSTEM  i386

it is a vps running via a jail.   I have installed mail/qmail and added
it to rc.conf.   It starts just fine but no remote mail ever gets
delivered/received.  DNS wise the machine is pointed to a A record for
it's domain but the provider has not (and will not) set up a reverse.

Note: According to qmail-qstat/qmail-qread the mail is not in the queue
either like it was before adding qmail startup to the rc.conf

Ideas?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"