Re: [qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread Eric Shubes
[EMAIL PROTECTED] wrote:
 Back at this yet again. Can someone explain to me what's going on? I've added 
 the domain but does it mean I need to add every user that will send from 
 inside my network, even machines, dummy accounts used for confirmation emails 
 and so on?
 
 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from 
 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain
 
 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from 
 [EMAIL PROTECTED]:: remote 
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX domain
 
 In this case, is it refusing apache as the user? The machine compdev is in my 
 local DNS. That machine can send using other names. Is the word apache 
 special?
 
 Mike
 

Looks to me like there is not a valid MX record in DNS for the domain.
# dig compdev.domain.com MX
(from the toaster) will probably fail, but should not.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread [EMAIL PROTECTED]
 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

Someone had suggested a change in my sendmail.mc file to allow for multiple
domains on the web servers? I can't seem to find that message. I don't want
the name of the server in the address so how can I modify this?

Mike



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread Eric Shubes
[EMAIL PROTECTED] wrote:
 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX domain
 
 Someone had suggested a change in my sendmail.mc file to allow for multiple 
 domains on the web servers? I can't seem to find that message. I don't want 
 the name of the server in the address so how can I modify this?
 
 Mike
 

http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg17036.html ?

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread [EMAIL PROTECTED]
To prevent the machine name from showing up on a multi-domain server, edit
/etc/mail/sendmail.mc and remove any static domain names. Basically, it seems
to work with the default settings just fine.

Then run; (depending on your machine)

m4 /etc/mail/sendmail.mc  /etc/mail/sendmail.cf

to rebuild the mc file into the new cf file, restart sendmail. So far, seems
to have resolved the problem.

Mike




On Wed, 6 Feb 2008 13:41:54 -0600, [EMAIL PROTECTED] wrote:
 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from

 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX
 domain

 Someone had suggested a change in my sendmail.mc file to allow for multiple
 domains on the web servers? I can't seem to find that message. I don't want
 the name of the server in the address so how can I modify this?

 Mike


 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread [EMAIL PROTECTED]
Thanks. That was it alright. Got it in my notes now.

On Wed, 06 Feb 2008 12:50:47 -0700, [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:

 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX
 domain

 Someone had suggested a change in my sendmail.mc file to allow for
 multiple
 domains on the web servers? I can't seem to find that message. I don't
 want
 the name of the server in the address so how can I modify this?

 Mike


 http://www.mail-archive.com/qmailtoaster-
 [EMAIL PROTECTED]/msg17036.html ?




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread [EMAIL PROTECTED]
 Looks to me like there is not a valid MX record in DNS for the domain.
 # dig compdev.domain.com MX
 (from the toaster) will probably fail, but should not.

It turns out to be the sendmail.mc file having the domain in there. As a
multi-domain machine, it was messing things up.

Mike




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]