getting local domain to get attached through sendmail ...
Morning all ...
I'm trying to get the committers mailing list to work, and the
"break" is in sendmail, as far as I can tell. Basically, its taking
'locally posted messages' and not adding a domain to the back of it, so
that majordomo sees them as:
--== Error when connecting: Invalid address: "Marc G. Fournier" <scrappy>
You did not include a hostname as part of the address.
at /usr/local/majordomo/bin/mj_queuerun line 470
I've tried adding 'FEATURE(`always_add_domain')' to my m4 config file, but
that doesn't appear to be helping, but figure it probably somethign really
obvious :(
Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
On Sun, 15 Oct 2000, The Hermit Hacker wrote:
I'm trying to get the committers mailing list to work, and the
"break" is in sendmail, as far as I can tell. Basically, its taking
'locally posted messages' and not adding a domain to the back of it, so
that majordomo sees them as:--== Error when connecting: Invalid address: "Marc G. Fournier" <scrappy>
You did not include a hostname as part of the address.
at /usr/local/majordomo/bin/mj_queuerun line 470I've tried adding 'FEATURE(`always_add_domain')' to my m4 config file, but
that doesn't appear to be helping, but figure it probably somethign really
obvious :(
Hack^H^H^H^HEdit the commit script to use sendmail -f someuser@postgresql.org?
--
Dominic J. Eidson
"Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/ http://www.the-infinite.org/~dominic/
going to try that, but it doesn't fix the problem where if someone from
the local machine sends to the local list, it won't go through either
... :( but, at least I can get htis fixed ...
On Sun, 15 Oct 2000, Dominic J. Eidson wrote:
On Sun, 15 Oct 2000, The Hermit Hacker wrote:
I'm trying to get the committers mailing list to work, and the
"break" is in sendmail, as far as I can tell. Basically, its taking
'locally posted messages' and not adding a domain to the back of it, so
that majordomo sees them as:--== Error when connecting: Invalid address: "Marc G. Fournier" <scrappy>
You did not include a hostname as part of the address.
at /usr/local/majordomo/bin/mj_queuerun line 470I've tried adding 'FEATURE(`always_add_domain')' to my m4 config file, but
that doesn't appear to be helping, but figure it probably somethign really
obvious :(Hack^H^H^H^HEdit the commit script to use sendmail -f someuser@postgresql.org?
--
Dominic J. Eidson
"Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/ http://www.the-infinite.org/~dominic/
Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
I wonder how many "you're not allowed to post to this list" bounces I'll
get from answering this... Please, when you send messages to
sendmail.org, send them *only* there, not to various mailing lists as
well.
The Hermit Hacker <scrappy@hub.org> wrote:
I'm trying to get the committers mailing list to work, and the
"break" is in sendmail, as far as I can tell. Basically, its taking
'locally posted messages' and not adding a domain to the back of it, so
that majordomo sees them as:--== Error when connecting: Invalid address: "Marc G. Fournier" <scrappy>
You did not include a hostname as part of the address.
at /usr/local/majordomo/bin/mj_queuerun line 470I've tried adding 'FEATURE(`always_add_domain')' to my m4 config file, but
that doesn't appear to be helping, but figure it probably somethign really
obvious :(
Did you put it *before* the MAILER lines, as described in cf/README?
--Per Hedeland