Displaying 18 results from an estimated 18 matches for "masquerade_envelop".
Did you mean:
masquerade_envelope
2012 Aug 20
1
Sendmail Masquerade
...cord and other mailservers
reject 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
--...
2007 Jul 02
2
dumb sendmail question -- how to get outbound messages to use "example.com" instead of hostname?
...ed to figure out how to tell sendmail, 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* g...
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
2004 May 11
3
quick FW question
I hope this isn't too off topic, but I'd like a quick solution to a
problem.
I have a small network behind a NAT firewall (FreeBSD of course) and I'd
like to block/redirect all traffic from the internal network to the
local mail server (same box as firewall) in order to prevent direct smtp
requests to the outside world (mainly virus/trokan programs).
I think I have it right in this
2008 Sep 22
2
Sendmail and headers
...com and gmail)..instantly tagging all mail
as spam, but not deleting it.
The header on the mails shows this....
Received: from 45.45.01.01 (EHLO server.myserverhostname.com) (45.45.01.01)
Where it should have the ip address of the website and the website
mail.website.com...
I have played with masquerade_envelope, masquerade_as, masquerade_domain,
etc...and about 100 different combinations.
I have added the websites to etc/hosts in an effort to make that work too.
I am assuming it is masquerade that will do it. But lost as to how to
proceed. Is there anyone out there hosting some websites who could point...
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
...host.localdomain')dnl
dnl #
dnl # The following example makes mail from this host and any additional
dnl # specified domains 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(mydoma...
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
2007 Apr 14
3
LDA problem
...4 20:31 <azher at niit.edu.pk>
(Deferred: local mailer
(/usr/dovecot/libexec/dovecot/deliver)
<azher at wm.niit.edu.pk>
Total requests: 1
-----------------------------
Sendmail.mc
=========
LOCAL_CONFIG
FEATURE(`masquerade_envelope')dnl
FEATURE(`allmasquerade')dnl
FEATURE(`always_add_domain')dnl
LOCAL_CONFIG
FEATURE(`use_cw_file')dnl
FEATURE(`use_ct_file')dnl
FEATURE(`nouucp', `reject')dnl
FEATURE(`bestmx_is_local')dnl
FEATURE(`mailertable')dnl
FEATURE(`smrsh')dnl
FEATURE(`local_procm...
2007 Aug 02
1
Resend: How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
...DONT_PROBE_INTERFACES',true)dnl
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
dnl define delivery mode: interactive, background, or queued
dnl define(`confDELIVERY_MODE', `i')
MASQUERADE_AS(`ford.qa.laszlosystems.com')dnl
FEATURE(`limited_masquerade')dnl
FEATURE(`masquerade_envelope')dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(mailertable)dnl
dnl virtusertable: redirect incoming mail to virtual domain to
particular user or domain
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
dnl genericstable: rewrite sender address for outgoing mai...
2008 Jun 09
8
sendmail not sending after reboot
...host.localdomain')dnl
dnl #
dnl # The following example makes mail from this host and any additional
dnl # specified domains 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(mydom...
2007 Aug 01
1
How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
...DONT_PROBE_INTERFACES',true)dnl
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
dnl define delivery mode: interactive, background, or queued
dnl define(`confDELIVERY_MODE', `i')
MASQUERADE_AS(`ford.qa.laszlosystems.com')dnl
FEATURE(`limited_masquerade')dnl
FEATURE(`masquerade_envelope')dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(mailertable)dnl
dnl virtusertable: redirect incoming mail to virtual domain to
particular user or domain
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
dnl genericstable: rewrite sender address for outgoing mai...
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
...domain')dnl
dnl #
dnl # The following example makes mail from this host and any additional
dnl # specified domains appear to 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)dn...
2020 Apr 19
5
Sendmail not working
...host.localdomain')dnl
dnl #
dnl # The following example makes mail from this host and any additional
dnl # specified domains 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(mydom...
2008 Sep 27
2
Graphical net install
Is it at all possible to do a graphical netinstall ?
I am using centos 5.2, and i have been doing net installs (pxe) for a
while in console mode...
--
Test <test at remedial-teacher.nl>
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