Sending mail without sendmail or highly secure sendmailHello all,
I am setting up a very secure Red Hat Enterprise Linux Advanced Server
version 4 update 6 server. My sendmail version is 8.13.1. My mail
server is a Windows 2003 Server with Exchange 2003 with its patches.
They are both on the same subnet. DNS is on and it will resolve the
mail server's name and IP. SSH, SCP, SFTP, and such tools are the
only networkable protocols on. NFS if off, MOUNTD is off, PORTMAP is
off, and such.
Until just recently sendmail was off on the RHEL server as part of the
hardening procedure. However part of the auditing requirements is for
a mail message to go out to some admin if certain events occur such as
"disk is full," "a panic occurred," "the system rebooted" etc.
So I will perhaps cut sendmail on and mitigate the risk as best as
possible.
So, this sounds dumb, but can you send mail without sendmail. I think
perhaps no, but I thought I'd ask anyway.
Secondly does anyone have a harden .mc file from which they could
share what they did? Of course you can fudge in phoney IP and names
to protect your secured environment.
Advice or insight do any of you have on securing sendmail is
appreciated? I want to avoid such things as promiscuous relays,
unqualified senders, etc etc. But if it must be ... it must be. :)
Thanks
George <george.e.sullivan@saic.com> wrote:
> I am setting up a very secure Red Hat Enterprise Linux Advanced Server
> version 4 update 6 server. My sendmai...
How to send mail without sendmail running?I'm positive that I've sent email from a Linux system
before, WITHOUT sendmail running. When I tried to do
this on a Fedora Core 1 box running sendmail 8.12, I
could not send email to anyone on the localhost, or
to an outside domain. Is there a way to configure
sendmail so that it's not running, but will still
allow sending email to external domains, other users
on that host, mail from cron jobs, etc.?
-Thanks
Fred <itfred@cdw.com> writes:
>I'm positive that I've sent email from a Linux system
>before, WITHOUT sendmail running. When I tried to do
>this on a Fedora Core 1 box running sendmail 8.12, I
>could not send email to anyone on the localhost, or
>to an outside domain. Is there a way to configure
>sendmail so that it's not running, but will still
>allow sending email to external domains, other users
>on that host, mail from cron jobs, etc.?
The best solution is to run a sendmail daemon listening
*only* on 127.0.0.1 . That is probably the fedora default
configuration.
If you want it to run the old way, then
chmod 4555 sendmail
rm /etc/mail/submit.cf ### or rename to submit.cf.dist
On Sat, 26 Jun 2004 15:29:27 +0000, Neil W Rickert wrote:
> The best solution is to run a sendmail daemon listening
> *only* on 127.0.0.1 . That is probably the fedora default
> configuration.
>
> If you want it to run the old way, then
>
> chmod 4555 sendmail
> rm /etc/mail/submit.cf ### or ...
Send mail without running sendmailI would like to know how I can send mails out from my Linux machine
(RedHat 9) without running sendmail services.
In specific, when I execute "mail abc@yahoo.com < /tmp/logfile", I get
an error stating "Connection refused by [127.0.0.1]" in maillog file.
Can somebody advise how I can point to external SMTP server for mail
sending? Thanks.
Karan wrote:
> I would like to know how I can send mails out from my Linux machine
> (RedHat 9) without running sendmail services.
>
> In specific, when I execute "mail abc@yahoo.com < /tmp/logfile", I get
> an error stating "Connection refused by [127.0.0.1]" in maillog file.
>
> Can somebody advise how I can point to external SMTP server for mail
> sending? Thanks.
You shall run sendmail services with the default configuration values,
i.e., listening on address 127.0.0.1.
Your sendmail.mc shall have :
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Karan wrote:
> I would like to know how I can send mails out from my Linux machine
> (RedHat 9) without running sendmail services.
>
> In specific, when I execute "mail abc@yahoo.com < /tmp/logfile", I get
> an error stating "Connection refused by [127.0.0.1]" in maillog file.
>
> Can somebody advise how I can point to external SMTP server for mail
> sending? Thanks.
IF you use sendmail-8.12+
THEN you can make submit.cf (second *.cf file added in sendmail...
send mail without running sendmail locallyHi,
I have 2 linux boxes, one of them running sendmail as MTA for my
network, by using which we can send/receive mails to/fro
internal/external mail IDs. Now, i want to send a mail from 2nd linux
box (non-sendmail) to external domain mail Ids without running sendmail
on it and rather, i want to use my sendmail server as RELAY. I
configured my sendmail server to relay the 2nd linux box. Now, how can
i send mail from 2nd linux box to outside world? Is there any command
readily available or do i need to write any scripts for that?
TIA
Prvnrk
Install sendmail, but don't allow it to start up at boot. You might
also take
smtp out of /etc/services
The sendmail executable will be there for mail clients to use for
e-mail
transmission, but nothing will be listening on port 25 (for inbound).
> I have 2 linux boxes, one of them running sendmail as MTA for my
> network, by using which we can send/receive mails to/fro
> internal/external mail IDs. Now, i want to send a mail from 2nd linux
> box (non-sendmail) to external domain mail Ids without running sendmail
> on it and rather, i want to use my sendmail server as RELAY. I
> configured my sendmail server to relay the 2nd linux box. Now, how can
> i send mail from 2nd linux box to outside world? Is there any command
> readily available or do i need to write any scripts for that?
In short, run Sendmail, or some similar MTA for the sole purpose of sending outbound emails on your behalf. If you want you ...
problem with sendmail, not sending mails to some mail servers like yahoo except gmailhi this is sasidhar,
we have CentOS5 with default sendmail configuration.
Initially it is sending mails to gmail, yahoo etc. last few days it is
not sending mails to yahoo.
In maillog I observed that for yahoo mails the stat value is deferred.
I tried everything by browsing google but I didn't find any solution
to this problem.
Finally I came here with lots of hope.
In mail queue there are more than 1 lack, most of them yahoo, rediff
etc. For gmail it is not giving any problem every mail is going.
please give any suggestions to solve this problem.
Thanks,
sasidhar.
On 11/5/2009 11:36 PM, sasidhar prabhakar wrote:
> hi this is sasidhar,
>
> we have CentOS5 with default sendmail configuration.
> Initially it is sending mails to gmail, yahoo etc. last few days it is
> not sending mails to yahoo.
> In maillog I observed that for yahoo mails the stat value is deferred.
> I tried everything by browsing google but I didn't find any solution
> to this problem.
> Finally I came here with lots of hope.
>
> In mail queue there are more than 1 lack, most of them yahoo, rediff
> etc. For gmail it is not giving any problem every mail is going.
>
> please give any suggestions to solve this problem.
>
> Thanks,
> sasidhar.
>
>
>
Deferred is generally not a problem. As your queue runs (usually, once
an hour), it will try again (and again, as necessary).
You can force sendmail to run the queue by running it wi...
newbie question: sendmail doesn't send mail to external mail account.Hi there,
It seems send mail doesn't send mail to external mail account in my FreeBSD
4.8 BOX. However, I'm able to receive mail from external mail, such as
yahoo, hotmail account.
My config is:
FreeBSD 4.8
ISP: bell Sympatico high speed with dynamic IP address.
SMTP port is enabled on the router/firewall.
Can anyone help?
bluesnow#mail -v calvin2k_cn@yahoo.com
Subject: This is a test.
Do you hear me?
EOT
calvin2k_cn@yahoo.com... Connecting to [127.0.0.1] via relay...
220 bluesnow.gotdns.com ESMTP Sendmail 8.12.8p1/8.12.8; Thu, 26 Jun 2003
17:14:51 -0400 (EDT)
>>> EHLO bluesnow.gotdns.com
250-bluesnow.gotdns.com Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> MAIL From:<cguan@bluesnow.gotdns.com> SIZE=68
250 2.1.0 <cguan@bluesnow.gotdns.com>... Sender ok
>>> RCPT To:<calvin2k_cn@yahoo.com>
>>> DATA
250 2.1.5 <calvin2k_cn@yahoo.com>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 h5QLEpDJ006984 Message accepted for delivery
calvin2k_cn@yahoo.com... Sent (h5QLEpDJ006984 Message accepted for delivery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 bluesnow.gotdns.com closing connection
bluesnow# sendmail -bp
/var/spool/mqueue (2 requests)
-----Q-ID----- --Size-- -----Q-Time----...
problem sending mail from machine without running sendmail as a daemonHello,
I have set up a linux 2.4.20-6 (version 9) box that has sendmail
version 8.12.8 installed. This machine is not used for processing
mail from other machines and I would rather not have sendmail running
as a daemon. I do have a need to send mail from this box. Normally,
I do not need to run sendmail as a daemon to this. However, for some
reason, I get the following error:
[root@mylinux log]# mail -v lisa@nisd.net
Subject: jlksfd
sjdfj;s
Cc:
lisa@nisd.net... Connecting to [127.0.0.1] via relay...
lisa@nisd.net... Deferred: Connection refused by [127.0.0.1]
Obviously, it is attempting to connect to itself and since there is
nothing on port 25 to answer, the attempt to mail fails. If I run
sendmail in the background, the message is delivered without a
problem.
On all my other unix boxes not running sendmail as a deamon the
exchange looks like this:
[root@monet named]# mail -v lisa@nisd.net
Subject: jsdjf
jsjsf
skjf
Cc:
lisa@nisd.net... Connecting to orb.nisd.net. via esmtp...
blah blah blah - the mail is delivered.
The version 9 box appears to be choosing the "relay" mailer, while my
other boxes use "esmtp".
Has anybody else run into this?
Thanks,
---Lisa&
Lisa Gerlich wrote:
> Hello,
> I have set up a linux 2.4.20-6 (version 9) box that has sendmail
> version 8.12.8 installed. This machine is not used for processing
> mail from other machines and I would rather not have sendmail running
> as a daemon. I do have a need ...
Sendmail authentificates, client cann still send mails with fake "Mail From:" taghello,
i've just finished my first AUTH sendmail configuration, client cann
authentificate himself via LOGIN/PLAIN with TLS. I've noticed though
that sendmail doesn't pose any restraints regarding the mail from: tag.
lets say my domain is test.de, my loginname ist alex
now i cand send mails from arbitrary name@ test.de...actually from
arbitrary name @ arbitrary domain :)
Am i missing something here ?
what i would like is: user authentificates -> he is allowed to send
mail only with the prior stipulated address (his address)
Thanks!
Regards,
Alex
alexThor wrote:
> hello,
>
> i've just finished my first AUTH sendmail configuration, client cann
> authentificate himself via LOGIN/PLAIN with TLS. I've noticed though
> that sendmail doesn't pose any restraints regarding the mail from: tag.
> lets say my domain is test.de, my loginname ist alex
> now i cand send mails from arbitrary name@ test.de...actually from
> arbitrary name @ arbitrary domain :)
>
> Am i missing something here ?
>
> what i would like is: user authentificates -> he is allowed to send
> mail only with the prior stipulated address (his address)
> Thanks!
>
> Regards,
> Alex
http://www.jmaimon.com/sendmail
http://www.jmaimon.com/sendmail/#rewritesender
http://www.jmaimon.com/sendmail/patches/rewrite_sender.tar.gz
This should do exactly what you want.
jmaimon@ttec.com wrote:
>
> http://www.jmaimon.com/sendmail
> ht...
sendmail for only sending mailhello,
i want to be able to use sendmail to just send mail from a pipe...
nothing more than that (meaning, no need for handling queue, etc.)
so far, any linux i logged in to could do this by doing:
# /usr/sbin/sendmail address@domain.com
.... Type in message using headers etc
..
and that's it, the message would be sent.
however, in my fresh fedora installation, i cannot make sendmail
terminate... it accepts input from std input, but "." does not send
the message nor does ^D, nothing. i can't find in sendmail.cf a
mention of "termination symbol". any ideas?
(i thought it might be related to some terminate symbol, so i tried:
/usr/sbin/sendmail -t -messagefile=msg.txt
which should send message from a file, but still, i get std input
waiting for input, and unable to terminate except for ^C.)
i am using the fedora distribution by the way.
thanks.
In article <4100396a-486b-4d25-b2e7-8fcb753a8c63@r15g2000prh.googlegroups.com> jack.monflower@gmail.com writes:
>hello,
>i want to be able to use sendmail to just send mail from a pipe...
>nothing more than that (meaning, no need for handling queue, etc.)
>so far, any linux i logged in to could do this by doing:
>
># /usr/sbin/sendmail address@domain.com
>... Type in message using headers etc
>.
>
>and that's it, the message would be sent.
>however, in my fresh fedora installation, i cannot make sendmail
>terminate... it accepts input from std input, but "...
Sendmail cannot send my mailI am on a typical home user setup (dialup connection, SMTP server
listens on exotic port 25000 and I need to enter a password to connect
to the server).
The various mailers I have used - outlook, outlook express, mozilla
mail - have no problems sending my mail successfully.
But when I try to use sendmail all I get is something like:
Nov 22 18:56:51 turki sendmail[28724]: iAL4OmF22670:
to=cga2001@eml.cc, ctladdr=gavron (500/500), delay=1+19:32:03,
xdelay=00:00:10, mailer=relay, pri=815114, relay=b.mx.mailbarn.net.
[66.54.152.36], dsn=4.0.0, stat=Defer
red: Connection refused by b.mx.mailbarn.net.
sendmail proceeds to recycle the mail for the following five days
without success.
I have read the FAQs, made countless changes to the sendmail.mc file,
cycled sendmail at least a hundred times over the last couple of
months to no avail.
Since on average successfully setting up a mail account in one of the
above mailers takes under two minutes, I am beginning to suspect that
there is a bug in the version of sendmail I am running - sendmail
version 8.11.4 release 3 as generated by Redhat 7.2 from an rpm.
Is there a short howto describing what the average home user on a
dialup connection should do to make sendmail connect to the outside
world? I was thinking of using this as a checklist to make sure I am
not leaving out anything.
If no such document exists could anyone direct me to sample
configuration files that are known to work in this type of setup with
this particular versi...
Sending mail with mail() without headerHi,
I'm working on a website where there is a from from which I want to
send the data by e-mail.
When I send myself the result with mail($my_email, $title, $message)
everything works fine and I receive a plain text email. However, the
people for which I'm doing the site receive some kind of error when I
do the same thing but delivered to them > mail($their_email, $title,
$message)
The error looks something like this:
Your message cannot be delivered to the following recipients:
Recipient address: services@theirdomain.com
Reason: Illegal host/domain name found
I also used something like this in the script to make it work when
sending it to myself:
ini_set('SMTP', 'mail.theirdomain.com');
ini_set('sendmail_from', 'services@theirdomain.com');
Is it the fact that I send this email in plain text with no headers
that could trigger some sort of spam filtering?
If so, what headers should I be using?
Thanks in advance
> Hi,
>
> I'm working on a website where there is a from from which I want to
> send the data by e-mail.
>
> When I send myself the result with mail($my_email, $title, $message)
> everything works fine and I receive a plain text email. However, the
> people for which I'm doing the site receive some kind of error when I
> do the same thing but delivered to them > mail($their_email, $title,
> $message)
>
> The error looks something like this:
>
> Your mess...
sending mail without the mail client popping uphi!
I was wondering how I could send a mail without the mail client
popping up to the user.
I would like a mail to be sent to myself when someone's pushing a
button on my homepage. Any ideas?
obscurr
"Obscurr" <obscurr@hotmail.com> wrote in message
news:4452c409.0310310428.bfa6c2f@posting.google.com...
> hi!
>
> I was wondering how I could send a mail without the mail client
> popping up to the user.
> I would like a mail to be sent to myself when someone's pushing a
> button on my homepage. Any ideas?
>
> obscurr
See php.net: mail();
Regards
Richard Grove
http://redeyemedia.co.uk
http://shopbuilder.org
http://musicshopper.co.uk
"Obscurr" <obscurr@hotmail.com> wrote in message
news:4452c409.0310310428.bfa6c2f@posting.google.com...
> hi!
>
> I was wondering how I could send a mail without the mail client
> popping up to the user.
> I would like a mail to be sent to myself when someone's pushing a
> button on my homepage. Any ideas?
>
> obscurr
Hi!
Try the mail() function. It will do what you are asking:
http://us2.php.net/manual/en/function.mail.php
HTH - JM
...
mails sent by sendmail were treated as junk mailHi there,
I am a newbie of sendmail and trying to configure it to work as my
main mailserver which allow POP3 and SMTP connection from outside. My
problem is that I cannot send out any mails which appears like sender:
xxx@mydomain.com. If I send mail through terminal, my sent-out mail
would looks like aaa@hostname.mydomain.com instead of
aaa@mydomain.com. hostnam.mydomain.com is a qualified name of my linux
box runing sendmail. Second, I configured a openwebmail on this linux
box to allow users login from anywhere to manager their mails, and it
works fine. However, all the out-going mails sent throug openwebmail
are treated as junk mail by most mail server like hotmail and yahoo.
It was complained as unknown sender(at this case, sender appears
aaa@mydomain.com)
Does anyone have any experience in such situation or have any ideas
how to configure sendmail to solve my problems?
My network setting is simply as router -> DMZ zone -> linux box which
is runing sendmail. I have a domain, mydomain.com, which is parking at
a domain hosting company where my zone file is actually located. I
changed the MX record in the zone file so that it points to my static
ip address(eg. 10.11.12.113). After some simple changes were done, I
can receive any emails sent to my domain, like xxx@mydomain.com.
Thanks for any ideas!
In article <d57b272d.0405151235.19d0384b@posting.google.com>
vbcache@hotmail.com (cerberus) writes:
>
>I am a newbie of sendmail and trying to configure ...
Sendmail not sending mails immediatelyHello,
We've got a Solaris 9 x86 box which sends notification mails and we
would like those mails to be sent immediately. Currently there are
sitting in the queue a few minutes and then they get sent. I didn't
configure anything differently no that box. And sendmail is running as
the following:
root 282 1 0 Dec 21 ? 0:01 /usr/lib/sendmail -bd -q15m
smmsp 283 1 0 Dec 21 ? 0:00 /usr/lib/sendmail -Ac -q15m
My question now is: how do I configure sendmail to send immediately mails ?
Regards
> root 282 1 0 Dec 21 ? 0:01 /usr/lib/sendmail -bd -q15m
> smmsp 283 1 0 Dec 21 ? 0:00 /usr/lib/sendmail -Ac -q15m
Replace -q15m with -q1s
Sincerely,
Francesco
--
To contact me remove the "NOSPAM" part from my e-mail address.
I should add that -q1s implies that sendmail will process the mail queue
every single second... so it's unnecessary overhead. I suggest you try
with -q1m so it's once every minute... it's not too bad, but it could
still be too much overhead for your system. Try to find a compromise
between response times and overhead.
I suggest you read the sendmail manual page for further information about
the command line options...
Sincerely,
Francesco
--
To contact me remove the "NOSPAM" part from my e-mail address.
Syn <syn_NOSPAM_uw@hotmail.com> writes:
>We've got a Solaris 9 x86 box which sends notification mails an...
Sendmail refuses to send mailHi,
only recently have I started using sendmail (8.11) on a RedHat 7.1 linux machine.
Up till now I've only been able to receive e-mail (both local and remote).
Sending e-mail to a valid e-mail address stops with a dsn 4.0.0 and "no route to host", even though I can ping the domain in the e-mail address. Traceroute however is unable to come up with an answer.
What do I do wrong? Any place I can find a clear description of what is happening?
Thanks in advance!
--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
newbie_at_sendmail wrote:
> only recently have I started using sendmail (8.11) on a RedHat 7.1 linux machine.
> Up till now I've only been able to receive e-mail (both local and remote).
> Sending e-mail to a valid e-mail address stops with a dsn 4.0.0 and "no route to host", even though I can ping the domain in the e-mail address. Traceroute however is unable to come up with an answer.
>
> What do I do wrong? Any place I can find a clear description of what is happening?
Start by posting some log entries from an email that is bouncing. I would also be tempted to think about sniffing the SMTP traffic. However seeing as how the message is being rejected with a 4xx series code, it should still be in a mail queue on your system (presuming that it is the system your server is passing the message off to th...
Problem to send out the mails with SENDMAILHi,
am using RedHat 9 and sendmail. I can send mail to internal box of the same
Linux station.
a have problem to send mail out of office by using another smtp server of
company wich is connected to internet.
my DNS configuration work fine. I can ping my smtp server and connect to
smtp port (all work fine)
I think that a problem is around "sendmail.cf" or "sendmail.mc"
The sendmail log file informe that the messages sended are queued.
I am using command line to test (mail)
you can find my configuration file bellow :
can somone help me ?
Thanks a lot for your help
@ns
+++++++++++++++++++++++
Linux station : serveur1.toto.com
Smtp Server : mail.toto.com
+++++++++++++++++++++++
################################
# SENDMAIL.CF
################################
Cwlocalhost
# file containing names of hosts for which we receive email
Fw/etc/mail/local-host-names
# my official domain name
# ... define this only if sendmail cannot automatically determine your
domain
#Dj$w.Foo.COM
Djserveur1.toto.com
CP.
# "Smart" relay host (may be null)
#DS
DSmail.toto.com
################################
# LOCAL-HOST-NAMES
################################
@toto.com
...
Sendmail Delay Sending MailHi, I hope someone can help me.
I have spent a few days going through other posts concerning delays in
sendmail but none of the suggestions seem to help me.
Heres my problem.
I have a Redhat 9 Linux server running sendmail 8.12.8 and my server
needs to send a high volume of mail from php scripts.
Previously I had my sendmail set to queue only and the scripts ran
fast and the q went up quickly but the mail got sent.
Something must have changed in the configuration or somewhere on the
server as now when I run the scripts they take up to a minute to
return the mail status to the script so the volume of mail i can send
is ridiculously slow. I have checked the following:
Timeout.ident=0
TryNullMXList=True
An NSLookup on my server returns an answer immdiately but i do not via
a local DNS server. I have Bind DNS installed on the server but it
just contains information for the local domains running on this
server.
My mailog does not appear to be showing any errors and i have the
loglevel on 9.
Will someone please help a poor struggling developer whos going round
in circles on the FAQs and news groups whilst loosing money poor
volume of mail being sent!
Thanks
Panksy
Cathy wrote:
> Hi, I hope someone can help me.
>
> I have spent a few days going through other posts concerning delays in
> sendmail but none of the suggestions seem to help me.
>
> Heres my problem.
>
> I have a Redhat 9 Linux server running sendmail 8.12.8 and my server
> needs ...
How to configure sendmail to send mailsFUP from comp.lang.python
Am Donnerstag, 5. September 2013 15:38:25 UTC+2 schrieb Ferrous Cranus:
> =CE=A3=CF=84=CE=B9=CF=82 5/9/2013 4:29 =CE=BC=CE=BC, =CE=BF/=CE=B7 feedth=
etroll =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5:
>>> uses DoveCot as enaled mail server but i have no idea how to
>>> setip up to work.
>>> i cannot connect to it via my python script.
>> OK, I should have been more exact:
>> To send mails you need a "smtp-server" (MTA - Mail Transfer Agent,
>> Message Transport Agent) like postfix, exim, sendmail, ...
>>
>> DoveCot is good for "reading" mail (=3D"mailbox management", "pop3(s)",
>> "imap(s)"). You cannot send mails using DoveCot. (You can use a
>> WebMailService to access DoveCot for reading and a MTA for sending mails=
..)
>>
>> So you have to find out, which MTA you installed (you have root access,
>> don't you) and configure it.
>>
>> But this is (like so often) becoming extremely offtopic.
>=20
> i as root just inatslled
>=20
> sendmail and mailx. i have edited the ~/.mailrc to use:
>
> nikos@superhost.gr [~/www/cgi-bin]# cat ~/.mailrc
> account gmail {
> set smtp-use-starttls
> set smtp=3Dsmtp://smtp.gmail.com:587
> set smtp-auth=3Dlogin
> set smtp-auth-user=3Dmay)gmail
> set smtp-auth-password=3Dmy_gmail_pass_not_stupid_enough_to_w...
how to force sendmail to forward mails to another mail server?Hi all,
Currently we have 2 machines for mail (a smtp server and a pop server)
Currently, sendmail accepts and sends out mail for our domain. We'd
like sendmail to just send out mails but when it receives mails, it
should forward it to our pop server. should we use mailertable for
this or some other method?
thanks for any info
ike lozada schrieb:
> Hi all,
>
> Currently we have 2 machines for mail (a smtp server and a pop server)
> Currently, sendmail accepts and sends out mail for our domain. We'd
> like sendmail to just send out mails but when it receives mails, it
> should forward it to our pop server. should we use mailertable for
> this or some other method?
yes, we do that too. Just enter your domain in the mailertable, but
on the receiving side there must be a mta, too, of course. So both
servers should be running, e.g. sendmail. the pop server has to allow
relaying of the smtp server, too.
Keep your receiving server in brackets in the mailertable entry to
prevent dns lookups, like so
yourdomain.com smtp:[internalserver.internaldomain.com]
Tim
Tim Aden <corrodan@netcologne.de> wrote in message news:<c08rl4$3ft$1@newsreader2.netcologne.de>...
> ike lozada schrieb:
>
> > Hi all,
> >
> > Currently we have 2 machines for mail (a smtp server and a pop server)
> > Currently, sendmail accepts and sends out mail for our domain. We'd
> > like sendmail to just send out mails but when...
Mail will not send mail but will receive mailAt work I have a Wallstreet with Jaguar connected to a DSL line. Up
until a couple days ago I have been able to use my personal ISP smtp
address to send and receive mail. This is not the same company as the
DSL provider. A couple days ago I was able to receive posts but not
send them. I tried repairing permissions, and trashing the Mail prefs.
Finally I emailed my ISP and the response was that I have to use the
DSL carrier's smtp address. Yet, I've been using my personal ISP's smtp
address for about a year.
At home I use a dialup with the ISP and everything works fi...
Sendmail does not send mail (inexperienced user)Hi everyone,
I am new to using Sendmail. I am trying to figure out why my system no
longer sends emails. It was originally configured to work with Bugzilla
and emails were sent without a problem through sendmail.
The server's static IP address on the network was changed, and now
messages are not sent (or at least not being received by anything). I
tried to manually send through the command line and it looks like there
aren't any problems according to status messages in verbose mode:
[root@venice bin]# mail someone@company.com -v
Subject: testing456
asdf jkl; this is the homerow!
Cc: anotherone@company.com
someone@company.com,anotherone@company.com... Connecting to [127.0.0.1]
via relay...
220 venice.company.lab ESMTP Sendmail 8.13.6/8.13.6; Wed, 7 Jun 2006
14:08:58 -0700
>>> EHLO venice.company.lab
250-venice.company.lab Hello venice.company.lab [127.0.0.1], pleased to
meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250-DELIVERBY
250 HELP
>>> MAIL From:<root@venice.company.lab> SIZE=88 AUTH=root@venice.company.lab
250 2.1.0 <root@venice.company.lab>... Sender ok
>>> RCPT To:<someone@company.com>
>>> RCPT To:<anotherone@company.com>
>>> DATA
250 2.1.5 <someone@company.com>... Recipient ok
250 2.1.5 <anotherone@company.com>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0....
Can not send mail to my Sendmail Server ?Hi,
I set up a sendmail server ( The IP I use is for dummy ):
1. I can email outside from the local host ( by using sendmail -v -t ), up
to this moment,
I just use IP for the Email Server, the DNS Record is not set yet;
e.g. bensonlei@203.194.23.33
2. But I can not reply to the above email address
3. I can not telnet 203.194.23.33 port 110 , nor telnet 203.194.23.33 port
143 from outside, but I can telnet localhost 110, and telnet localhost
143.
I installed the service imapd and ipop3d..
What is the problem and how to solve them ?
The error messages:
Message from ...
Problem sending mail via sendmailHello all,
First off, please forgive me as I am not very familiar with sendmail,
so my question may be worded poorly or the answer may be very obvious.
I am setting up a new mail server running sendmail as the MTA. I am
attempting to configure it so that anyone on our IP block can access it
and send mail via SMTP without a username or password, and to reject
mail from outside sources. Well, I can get it to reject mail, all
right: everything comes back with this error:
An error occurred while sending mail. The mail server responded: 5.7.1
<matt.singerman@gmail.com>... Relaying denied. IP name lookup failed
[141.161.111.116]. Please verify that your email address is correct in
your Mail preferences and try again.
(This is the error that Thunderbird gave me when trying to send a
message.)
Where can I configure sendmail to allow messages coming from a specific
ip range, in this case 141.161.x.x? Or is this something I would have
to configure in a system file (I am running FreeBSD)? Any and all help
will be greatly appreciated.
Thanks,
Matt
Aha. Okay, so I found that using /etc/mail/relay-domains and putting
in just 141.161. works. However, is this really the best way to do
this? I'm not really all that familiar with sednmail and whatnot, but
should I be "relaying" mail coming from addresses on my own network? I
mean, hey, it works, but it just doesn't seem like the way things are
supposed to work.
"Matt Singerman" <matt.s...
using sendmail to send outoign mail onlyHi guys.
I've set up a linux server (only running squid).
I want mail from the root account on that machine to be sent to my
email address.
like RAID error notifications and stuff like that.
I'v elooked everywhere, and everything seems to be working OK, but I
can't send outgoing mail to external email accounts i have.
the mail always appears to come from root@host.mydomain.com and not
from root@mydomain.com
if i use a smarthost that i allow relaying through, the return address
appears ok, but in the message headers i still see
root@host.mydomain.com.
when using FEATURE(`relay_based_on_MX') the mail is sent to the
appropriate mx, but isn't relayed from there.
some relays say "DSN: Data format error"
some say "DSN: User unknown"
and some say it's ok, but the mail never gets to me.
I looked at the logs, and i think it's related to the from: header.
the mx for the external domains i'm sending mail to don't accept mail
from the non-existant domain host.mydomain.com, and rightfully so, as
there's no such domain.
any ideas?
what am i doing wrong?
I don't need to recieve incoming mail at all, only to allow mail sent
using "mail someone@somedomain.com" to go to the right direction.
I can't use my ISP, cause it requires me to log into my pop account
before sending outgoing mail.
thanks.
"shoval" <shoval@softov.co.il> wrote in message
news:1105570172.317669.271740@z14g2000cwz.g...