search for: masquerade_entire_domain

Displaying 12 results from an estimated 12 matches for "masquerade_entire_domain".

2012 Aug 20
1
Sendmail Masquerade
...ct its outgoing mail because server2.domain.co.uk does not resolve. But with these settings in sendmail.mc it still sends as server2.domain.co.uk if I simply type "mail -s test kens at kensnet.org" into bash. MASQUERADE_AS(`domain.co.uk')dnl FEATURE(masquerade_envelope)dnl FEATURE(masquerade_entire_domain)dnl MASQUERADE_DOMAIN(domain.co.uk)dnl (Yes I have done the m4 bit and restarted sendmail) If I telnet to sendmail on port 25 and manually send as username at domain.co.uk it has the right "from" address. So what have I missed? Thanks Ken -- This message has been scanned for vir...
2007 Jul 02
2
dumb sendmail question -- how to get outbound messages to use "example.com" instead of hostname?
...when sending outbound messages, to use the domain name "example.com", instead of "subdomain.example.com". It would seem simple in /etc/mail/sendmail.mc: MASQUERADE_AS(`example.com')dnl LOCAL_DOMAIN(`example.com')dnl FEATURE(`masquerade_envelope')dnl FEATURE(masquerade_entire_domain)dnl MASQUERADE_DOMAIN(betsy.example.com)dnl (Followed by a make -C /etc/mail; service sendmail restart) This doesn't seem to work. The odd thing is that, when I send a message out to an external address of mine, the bounce back to root *does* get through successfully -- the from address...
2007 Nov 14
4
configuring sendmails domain
I tried editing sendmail.cf and changing the Dj line to X.com so any email originating from my machine would be X.com not m.X.com where m is machine name. I typed make in the /etc/mail directory and did service sendmail restart. This did not work. email still shows as m.X.com What am I missing so as to NOT have the machine name in the email address. I just want the domain. Thanks, Jerry
2006 Oct 30
3
root email question
Hi all, Ive done this before but the solution alludes me now. Can someone please remind me how to change the default Redhat behavior of root email being sent from root at server.domain to root at domain. It's something in sendmail.mc from memory. Thanks
2005 Nov 09
2
sendmail & mail() in php
...s appear to be sent from mydomain.com dnl # MASQUERADE_AS(`jadesterling.com')dnl dnl # dnl # masquerade not just the headers, but the envelope as well dnl # dnl FEATURE(masquerade_envelope)dnl dnl # dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well dnl # dnl FEATURE(masquerade_entire_domain)dnl dnl # dnl MASQUERADE_DOMAIN(localhost)dnl dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl dnl MASQUERADE_DOMAIN(mydomain.lan)dnl FEATURE(`genericstable',`hash -o /etc/mail/genericstable.db')dnl GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains&...
2006 Apr 11
3
Sendmail problem
Hello, I am having a problem with returned mail. I don't have something configured correctly. I have 6 virtual hosts on one machine and mail sent from these host is being returned. This is the transcript: The original message was received at Tue, 11 Apr 2006 07:30:19 -0400 from localhost.localdomain [127.0.0.1] ----- The following addresses had permanent fatal errors ----- <f5loar
2008 Jun 09
8
sendmail not sending after reboot
...appear to be sent from mydomain.com dnl # dnl MASQUERADE_AS(`mydomain.com')dnl dnl # dnl # masquerade not just the headers, but the envelope as well dnl # dnl FEATURE(masquerade_envelope)dnl dnl # dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well dnl # dnl FEATURE(masquerade_entire_domain)dnl dnl # dnl MASQUERADE_DOMAIN(localhost)dnl dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl dnl MASQUERADE_DOMAIN(mydomain.lan)dnl MAILER(smtp)dnl MAILER(procmail)dnl dnl MAILER(cyrusv2)dnl DAEMON_OPTIONS(`Name=smtp,Modifiers=b')
2008 Nov 12
6
close open relay
hi all, running centos 4.7 i686. I seem to have an o pen r elay sendmail server. How do I close it? I have the STRAIGHT centos install sendmail.mc file. Only thing I changed was: dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl so as to allow incoming email and not just localhost. however this seems to relay everyone. I looked at http://www.sendmail.org/tips/relaying but it
2005 Nov 04
4
Sendmail
I know this is a "generic" question, but fully CentOS related. I attempted to set up i386 v.4.1 on my primary computer at the co-located site, and thought I had everything squared away till I discovered the machine was refusing mail connections. AFIK, I had no firewall or other objects blocking port 25. It has been my experience that with most arch's and versions where sendmail is
2010 Jun 04
5
help with sendmail closing relay
...be sent from mydomain.com dnl # dnl MASQUERADE_AS(`messagenetsystems.com') dnl dnl # dnl # masquerade not just the headers, but the envelope as well dnl # dnl FEATURE(masquerade_envelope) dnl dnl # dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well dnl # dnl FEATURE(masquerade_entire_domain)dnl dnl # dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl dnl MASQUERADE_DOMAIN(messagenetsystems.com)dnl MAILER(smtp)dnl MAILER(procmail)dnl dnl FEATURE(`accept_unresolvable_domains')
2020 Apr 19
5
Sendmail not working
...appear to be sent from mydomain.com dnl # dnl MASQUERADE_AS(`mydomain.com')dnl dnl # dnl # masquerade not just the headers, but the envelope as well dnl # dnl FEATURE(masquerade_envelope)dnl dnl # dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well dnl # dnl FEATURE(masquerade_entire_domain)dnl dnl # dnl MASQUERADE_DOMAIN(localhost)dnl dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl dnl MASQUERADE_DOMAIN(mydomain.lan)dnl MAILER(smtp)dnl MAILER(procmail)dnl dnl MAILER(cyrusv2)dnl -- `When you say "I wrote a program that crashed Windows...
2008 Nov 04
2
Sendmail using SMTP authorization
Hi - OK not really an Asterisk question but it is affecting one of my favorite features - emailing voice mail! I've posted on some Linux forums and sendmail.org but no response so I'm hoping someone will take pity on me ;-) My ISP requires SMTP authorization and I'm having a heck of a time getting it to work. I've included the following below: Asterisk 1.4.21 CentOS 5 Sendmail