General purpose email routing software that supports mail transport via TCP/IP using SMTP
2
votes
1answer
159 views
Linux Sendmail Same username multiple domains
I have configure my sendmail for multiple domains by creating username like
sales@domain1.com
sales@domain2.com
sales@domain3.com
in passwd file
Now I added entry in file /etc/mail/virtusetable ...
2
votes
1answer
1k views
apache sendmail: trying to change user “from” address from apache to domain account
I apologize if I am asking a question already answered, but my problem isn't really that I haven't found an answer. I have, in fact, found a half-dozen different "solutions" to my problem, tried them ...
1
vote
1answer
45 views
sendmail (Smart Host) authentication with server using certificates
We are trying to prepare a setup with following configuration:
We have a Central mail server which acts as a gateway to the internet for our domain.
We have some client machines which access ...
1
vote
1answer
68 views
mail received at sendmail has relay=localhost [[UNIX: localhost]] causing check_rcpt to say Relaying denied
I have setup my local sendmail as a Smart Host and trying to relay all incoming mails to a mail server.
However, whenever i try to send a mail to an internet mail address, getting the following ...
1
vote
1answer
62 views
Majordomo: Duplicate mails due to being on more than one list
I have a debian server set-up with sendmail and majordomo to handle incoming mail for some mailing-lists. Some of the users are in multiple lists and receive a mail twice when the mail is sent to both ...
1
vote
1answer
420 views
DSN Service Unavailable
I am having trouble with a newly installed server that we have just migrated to.
I am running sendmail and cannot send mail to a specific domain. Mail everywhere else appears to work.
Logs say:
DSN: ...
1
vote
1answer
1k views
Sendmail Configuration for Exchange Server
i need help for sendmail configuration in our linux machine.
Here the things:
I want to send email to outside by using our exchange server as the mail relay.But when sending the email through the ...
1
vote
1answer
86 views
How do I configure sendmail to erase the local copy in /var/mail/username after forwarding (.forward)
I am forwarding emails, via '.forward', through procmail to a PHP script for one of my system users. Once processed the mail message is no longer needed. How can I configure sendmail to delete email ...
1
vote
1answer
396 views
Configure Sendmail to require valid SPF checks before accepting/relaying mail
We have an inbound email service that is very restrictive on who is allowed to send through our Sendmail gateways. The restrictions are generally controlled through the access file by marking ...
1
vote
1answer
92 views
controlling what user sendmail runs scripts in aliases
Suppose I have a line like this in my /etc/aliases:
foo-bar: "|/etc/smrsh/some_script"
some_script is being run as user mail, but I need it to be running as user nobody.
I'm using procmail as ...
1
vote
1answer
360 views
Mailx not sending emails
Using
CentOS 5.6 and trying to send (only) emails to remote boxes. I am on a CentOS client box and
trying to send email to my road-runner email account.
mailx -s "Some Subject" me@tx.rr.com < ...
1
vote
1answer
572 views
sendmail - DSN: Name Server host not found
I've recently setup a new backup server and have configured sendmail with a smart_relay_host
Except every email from the command line doesn't go anywhere. From mail.log:
Oct 3 14:32:52 **back01 ...
1
vote
1answer
322 views
Sending mail from different IP for each domain
I have on one server domain1.com domain2.com domain3.com on CentOS and Qmail.
I want them to send email trough a second server that uses ip1, ip2, ip3. I can easy do this by editing this Qmail file:
...
1
vote
1answer
301 views
UNIX SMTP client that supports MS Exchange proprietary (EXPS) authentication?
I'm trying to non-interactively send emails from Solaris through an Exchange 2007 server, but the Exchange server only allows Exchange Server authentication (OWA access is also disabled). Here's the ...
1
vote
1answer
630 views
Java and Sendmail HELO requires domain address
I am trying to set up emailing from a java web application hosted on a linux server (Cent OS) in apache.
Sendmail is working fine from the command line as root on localhost but when trying to send ...
1
vote
1answer
127 views
Sendmail sending @samedomain emails to /var/mail/root
I found out a lot of people with the same problem but anybody actually solved it aparently
The thing is that i can send emails to anyone@anywhere but when i send to @mydomain it is sending to ...
1
vote
1answer
185 views
sendmail: deny all, allow only matched recipients
Warning: Total Sendmail noob here.
Is there anyway to restrict sendmail so that it can only send mail to specific email addresses, either by list or pattern (preferred)
Ideally I'd like to be able ...
1
vote
1answer
149 views
Sendmail background process sometimes processes queue, but sendmail -q always works
I'm using sendmail version 8.14.4 on Fedora 15 to send email. My Rails app uses delayed_job to queue up emails. Messages will queue up in /var/spool/mqueue as expected, but don't always get ...
1
vote
1answer
139 views
sendmail rewriting addresses… help
I have a sendmail server that's doing something funny. (Funny to me anyway)
It's on a RHEL box and there is an application on the same box that sends messages. The messages are set to send to (for ...
1
vote
1answer
188 views
Move sendmail from Fedora 1 to a different server ( fedora 12)
We have a sendmail server that also works as DHCP, DNS, and a gateway to our ISP. It has three network interfaces, one for our ISP ( static IP) and the other two is for LANS on different subnet. The ...
1
vote
1answer
561 views
sendmail user unknown - debian lenny
My php's mail() function just stopped working a short while ago. It's started returning FALSE.
I am not much of a sysadmin so please forgive my ignorance.
I set my php.ini send_path option to: ...
1
vote
1answer
387 views
sendmail limiting x amount of emails per domain per certain amount of time rule
is there a way to limit amount of email per X amount of time to certain domains? for example I have large list of emails and I have thousands of emails for yahoo.com, but if I start sending them all ...
0
votes
1answer
32 views
Change the sender email of logwatch on RH Linux
Im running logwatch on red hat 7
it sends mails using root@localhost.localdomain
however, the email from localhost.localdomain is not received at the recipient because localhost.localdomain is not ...
0
votes
1answer
43 views
Configuring Sendmail to report successful deliveries
I now have Sendmail report the fail deliveries by bouncing back to a bounce mailbox. E.g. failure to reach joe@example.com would bounce back to bounce+joe=example.com@mysite.com.
I was wondering if ...
0
votes
1answer
67 views
Getting error when Send mail to other public/private mail server with same email account name?
I have a private mail server in our organization like mail.domain1.com.
Let's say I have mail id of masud@domain1.com. But when I send mail using the same local part with different domain like this: ...
0
votes
1answer
63 views
Sendmail chdir(/clientmqueue) permission denied
Some of my php mail forms have stopped working.
# tail /var/log/maillog
says
sendmail[18010]: NOQUEUE: SYSERR(nginx): can not chdir(/var/spool/clientmqueue/): Permission denied
The owner of ...
2
votes
0answers
149 views
AWS amazon SES stopped working suddenly
I am not able to send the mail from aws.amazon SES since from Monday (30-10-2012) previously it is working fine suddenly it stopped working. I got following is the errors
A PHP Error was encountered
...
1
vote
0answers
32 views
Sendmail Backscatter
I am looking for any advice on how I can stop back scatter on my sendmail servers. I have looked at the privacy flags and setting a non delivery for anything. I don't think this is a good approach.
...
1
vote
0answers
47 views
How can I confirm what specific MX priorities SendMail saw when delivering a message?
CentOS 5.x | SendMail 8.14
I've got a sendmail server that is configured to be the last hop out. It performs DNS lookup for outbound messages and attempts to deliver them to the recipient mail host. ...
1
vote
0answers
136 views
Sendmail rewriting headers after OpenDKIM signature
I have run into a problem described in section Sendmail REWRITING FEATURES on http://www.opendkim.org/README:
Due to the way the milter protocol is incorporated into the MTA, opendkim sees the ...
1
vote
0answers
73 views
Sendmail issue with AuthInfo
I'm having trouble finding out where to add in this line to /etc/mail/access:
AuthInfo:smtp.sendgrid.net "U:XXX" "P:XXX" "M:PLAIN"
When I run this:
m4 sendmail.mc >sendmail.cf
My error:
...
0
votes
0answers
28 views
Sendmail Server Authentication: Certificate based: Error
I have configured my setup for a server certificate based authentication.
Both Server and Client are sendmail systems and both have the same set of certificates.
However when client communicated ...
0
votes
0answers
42 views
How can I throttle incoming emails in SendMail for a specific recipient?
CentOS 6.3 | SendMail 8.14.4
I'd like to throttle inbound emails to a specific address via sendmail. Is that possible? Ideally I'm looking for the opposite of greylisting: Accept the first email from ...
0
votes
0answers
46 views
sm-mta strange outgoing messages
I noticed something weird today on my mail server. I had a message in my inbox that said:
Received: from myserver.com (localhost)
by myserver.com (8.14.3/8.14.3/Debian-9.2ubuntu1) id ...
0
votes
0answers
42 views
Sendmail incoming mail does not go to the user inbox
On my server, my incoming mail (which is handled by sendmail) suddenly stopped working. I have not changed anything at all for a long time on my server so I have no idea why it suddenly stoped ...
0
votes
0answers
136 views
Sendmail bounce mails stuck in queue
I'm now managing an old mail server based on Sendmail:
# cat /etc/issue
Lineox Enterprise Linux AS release 4 (Nahant Update 2)
Kernel \r on an \m
# uname -a
Linux myme1 2.6.9-22.0.1.ELsmp #1 SMP Thu ...
0
votes
0answers
119 views
Sendmail issue with IPv6
I have an email server configured with multiple-instance of sendmail running each on different IPv4 and IPv6 addresses.
Everything is running smooth until a point where for some domains/emails ...
0
votes
0answers
87 views
Sendmail doesn't work from one domain but does from another
If I set the domain in resolv.conf to one domain (say test1.co.uk), I can send emails through my mail relay.
If I change the domain to a different domain (say test2.co.uk), then sendmail fails. I can ...
0
votes
0answers
86 views
SSMTP set -F param goes to spam
I installed the IREDMAIL in my centos 6.0 server.
It works like a charm, i didn't changed the IREDMAIL original configuration, just added my domain so i can create new accounts.
If i send a email ...
0
votes
0answers
199 views
Sendmail smtp-auth issues
I'm running into a problem with Sendmail trying to implement SMTP-
auth. I"m running 8.14.5 and have saslauthd running under FreeBSD 7.0-R.
I don't believe I have starttls enabled (but I also ...
0
votes
0answers
83 views
why when send some emails I get it as an attachment file (attachment.dat)?
I have a server with operating system Red Hat Enterprise Linux Server release 6.2 (Santiago), and sendmail-8.14.4-8.el6.x86_64
my question is:
why when send some emails I get it as an attachment ...
0
votes
0answers
121 views
Executing shellscript in Sendmail aliases (AIX)
I have my aliases set as ariba: "|/ariba/uat/downstream/Server/bin/redirectemail.sh "
However the script is not getting executed. My echo statements in the shell script are not getting printed in the ...
0
votes
0answers
100 views
Sendmail on a virtualized host with multiple domains?
I have a server on which I host multiple domains. I recently installed a redmine installation underneath one of those domains. I set up the installation to send e-mails through sendmail. The e-mails ...
0
votes
0answers
304 views
PHP can not send email using mail() - Recipient addresses must be specified on the command line or via the -t option
I installed postfix and when trying to send mail, I get the followig error:-
fatal: Recipient addresses must be specified on the command line or via the -t option
The code I used to send mail is ...
0
votes
0answers
334 views
Php mail() is not working but sendmail is
I have an Amazon EC2 instance running with RedHat/Linux. My problem is with the PHP mail() function which is not working although I can send mail with sendmail from command line.
I run this command.
...
0
votes
0answers
148 views
Sendmail rewrites email address to send to the local machine instead?
Sometimes instead of sending to John.Doe@example.com our sendmail and web app sends to John.Doe@local.machine.com. And of course the mail is undeliverable because user John.Doe does not exist on our ...
0
votes
0answers
225 views
centos 5 sendmail problem
I have the following setup
mailserver.domain 10.0.0.3 - centos 5.6, qmail works fine
webserver.domain 10.0.0.4 -centos 5.6, sendmail configured with smarthost = mailserver,
when sending mail to an ...
0
votes
0answers
428 views
step by step guide to configure sendmail to avoid “dsn=5.1.1, stat=User unknown” error towords some server
i know this question has been asked before, but i really need a step by step guide to configure sendmail. The problem is that mail sent from a server (let's call it comarp.nicola.it) is not received ...
0
votes
0answers
1k views
Sendmail won't authenticate user (535 5.7.0 authentication failed)
I've configured sendmail to do everything I need, except I can't seem to get authentication to work correctly. I have a user created on the server but logging in via an SMTP connection with STARTTLS ...
0
votes
0answers
251 views
SendMail: allow authenticated users to bypass dnsbl checks
How do I setup sendmail so that it does not apply dnsbl to authenticated SMTP users? One of our offices is using wireless internet and of course it's widely used by spammers. So, all of it's dynamic ...
