General :: Sendmail With AD Authentication

Aug 9, 2010

Is it possible to migrate users from sendmail to Windows AD?

View 3 Replies


ADVERTISEMENT

General :: Setting Up SMTP Authentication In Sendmail

Dec 22, 2010

I need to send authenticated mails from a RHEL machine to a relay that only accepts authentication mails from domain users. I've never done this so I'm a bit lost. I read some sendmail docs and I uncommented these optins in sendmail.mc file

define(`confAUTH_OPTIONS', `A p')dnl
...
TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl

and then regenerated the /etc/mail/sendmail.cf file and restarted senmaild, and started saslauth service. Still I can't send an e-mail.

View 4 Replies View Related

Server :: Starttls & Sendmail Authentication

Mar 10, 2011

I have configured sendmail with startssl. In my case i have not used certificate for client (so i have integrity and privacy but not sure authentication, i.e.identification of peer by certificate From my log i see:

[Code].....

View 1 Replies View Related

Server :: Sasl User Authentication In Sendmail

Mar 19, 2011

I checked relay system using IP address it working gr8, but I want to implement user based authorization in relay server. but no idea where to make changes in sendmail.mc.. and my outlook asking for password again and again..whats role of openssl in user based authentication ?

View 1 Replies View Related

General :: Sendmail-2 - Wrong Number Of Instances Of Process Sendmail - Expected Instances Equal

Jun 15, 2011

I have bees assigned a problem which states that :

sendmail-2: Wrong number of instances of process sendmail:, expected instances equal 1 but found 0

THats it...what exactly this means and how should i proceed for solving this problem...

View 1 Replies View Related

General :: Safe To Remove Sendmail By Running "yum Erase Sendmail" And Let Postfix Handles "mailx" Also?

Sep 5, 2010

I have installed postfix and dovecot on my server and thought postfix will not only take SMTP connection from my e-mail client like Outlook, but also handles "mailx" commands from the server. However, it looks like sendmail is still responsible for sending mails from "mailx". I tested this by turning it on/off using "service sendmail stop" and "service sendmail start". Mails sent using "mailx" will only be sent when sendmail is up. When I did "yum info sendmail", it lists sendmail as an installed package. Is is safe to remove sendmail by running "yum erase sendmail", and let postfix handles "mailx" also?

View 3 Replies View Related

Server :: Sendmail M4 Configuration Base Directory /usr/share/sendmail-cf Was Not Found

Nov 1, 2010

I am using webmin for my daily tasks. I have fedora 13, whenever I click on ''Sendmail M4 Configuration'' or Outgoing Addresses (generics)'' I get the following error message

Quote:

The Sendmail M4 configuration base directory /usr/share/sendmail-cf was not found on your system, or is not the correct directory. Maybe it has not been installed (common for packaged installs of Sendmail), or the module config is incorrect. I read documentation at sendmail.org, it seems that structure of directories for send mail has been changed in version sendmail-8.1.4 shipped with FC13. In webmin config module we have

Quote:

Sendmail M4 base directory = /usr/share/sendmail-cf

which is not there. I did a locate / sendmail-cf on the command line, it finds nothing

View 17 Replies View Related

Software :: Sendmail Segfault (ssmtp) On Gentoo Through Gmail - Can't Send Mail: Sendmail Process Failed

Jul 13, 2010

I have been trying to set up ssmtp so I can send email using Gmail's ssmtp servers. However, when I try to send mail (using mailx), I get the following message:

Code:

Can't send mail: sendmail process failed

Here's the last line from dmesg (the only one applicable, according to the timestamps and message content):

Code:

[484114.608378] sendmail[17975]: segfault at 0 ip b7dbbbf3 sp bfb0dc4c error 4 in libc-2.11.2.so[b7d44000+14e000]

Here's my ssmtp.conf:

Code:

#
# /etc/ssmtp.conf -- a config file for sSMTP sendmail.
#

[code].....

View 2 Replies View Related

Server :: Sendmail Not Reading Default Sendmail.cf ?

Apr 1, 2010

I recently modified sendmail.cf to use a third party SMTP server to send emails. It works great. But when I run sendmail from the command line, I have to specify the -C flag and force feed it the location of my sendmail.cf, or else it doesn't work.

So in other words, the following works great:

However, if I don't specify the -C flag, sendmail doesn't consider what's in the sendmail.cf and barfs:

I don't run sendmail as a daemon. I'm only using it to send emails. I know my modifications of sendmail.cf are correct because it works perfectly when I use the -C flag. I searched my disk to see if I could find another sendmail.cf on the machine and only the one in /etc/mail came up.

Why sendmail is not reading my sendmail.cf?

I'm running Sendmail version 8.14.2 on Fedora Core 8.

View 1 Replies View Related

Ubuntu Security :: Configure SSH Key-based Authentication And SSH Password Authentication In Same Machine For Different User?

Jan 10, 2010

I want to configure SSH key-based authentication and SSH password Authentication in same machine for different user .

View 1 Replies View Related

Ubuntu Servers :: Postfix Smarthost + Authentication: Get 535 Incorrect Authentication Data Error

Mar 14, 2011

On Ubuntu server 10.10, with a relay smtp server with authentication via postfix; I keep getting 535: Incorrect authentication data. I'm sure my username and password is correct. Heres how I set up postfix: I created a file called smarthosts.conf in my /etc/postfix/ directory that contains the following:

[Code].....

my server uses plain text authentication on port 25. I would like to use security like SSL, but this particular server is unsecured.

View 9 Replies View Related

Debian :: Way To Make Su Repeat Authentication Rather Then Just Returning Authentication Failed

Apr 1, 2016

If I am running a script, let's say a install script. Is there a way to make Su repeat authentication rather then just returning "Authentication failed" and continuing the script?

View 3 Replies View Related

Security :: Make A Choice On What Authentication Protocol To Use For Authentication And Authorization?

Jan 17, 2011

I need to make a choice on what authentication protocol I want to use for Authentication and Authorization. I was looking at Radius and then literature suggested that Diameter was a better protocol. Keep in mind I need this on a hetrogeneous setup ( linux & windows together). Diameter seemed like a good fit until I discovered that the open source code no longer seems to be maintained ( C/C++).

I was also looking at Kerberos as an option though there is alot overhead with the server. SSL/TLS or EAP? I am looking for simple but secure and am new at the security protocols.

View 2 Replies View Related

Server :: Su: Authentication Service Cannot Retrieve Authentication Info?

Mar 12, 2010

I have a problem with ldap client authentication in ubuntu. I am using rhel5 as openldap server and I configured ubuntu as client, when I am trying to login the following message is coming."su: Authentication service cannot retrieve authentication info. Sorry"
But when I do search through "ldapsearch" command output is coming without any errors, Can anybody explain what would be problem.

View 1 Replies View Related

Server :: Squid Proxy Authentication And Without Authentication

May 27, 2011

I have a network and am using squid proxy with authentication I want to create another subnet without authentication.

View 1 Replies View Related

General :: How To Configure The Sendmail

Jan 15, 2011

I have a apache server installed on my system which I use for testing out stuff like wordpress and forums. I use the server for learning stuff only. I would like to know what do I have to do so that these blogs, forums etc can send an email when someone registers. I guess most of these use sendmail to send email. So how do I configure sendmail so that it sends email using my gmail address and smtp. Also I think there is a php mail option (or something called like that) that allows us to send email without having sendmail installed.

View 1 Replies View Related

General :: How To Replace Sendmail With Postifx

Mar 9, 2011

Been using the Amazon EC2 Linux AMI and enjoying it.It comes configured with sendmail. I think I'd rather use postfix.replacing sendmail with postfix might be as simple as what I found searching online:

$ rpm -e sendmail
$ yum install postfix.

However rpm complains:

$ rpm -e sendmail
error: Failed dependencies:
smtpdaemon is needed by (installed) mdadm-2.6.9-3.7.amzn1.i386

View 1 Replies View Related

General :: How To Configure Sendmail In SUSE

Apr 14, 2011

I am in need of configuration settings and steps for sending mails from linux server to some other domain or network. I need to send mail from linux system to my mail id.

View 1 Replies View Related

General :: Sendmail Not Authenticating Users?

Jan 24, 2011

Can connect to our mail server using telnet onto port 25 and this works correctly, 'ehlo whatever' shows output as expected.

However using a mail client to connect it gives an authentication error and the following appears in the maillog file;

did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA

what to look for in the config, this works correctly on our development box but not on our production server. Could it be another program is interfering with the connection?

Sendmail is running in standalone mode not through the xinetd daemon.

I am using the PLAIN AUTH method as to try and avoid getting more errors.

View 1 Replies View Related

General :: Sendmail Takes 30 Second To Send ?

Aug 28, 2010

I am having a problem with sendmail. Using a php script the process that 30 seconds to send. I have googled the symptoms and have changed sendmail.cf ==> Timeout.ident=0 and configured /etc/hosts properly. I'm using Fedora 11 and 12, same issue.

View 7 Replies View Related

General :: Bandwith Usage In Sendmail?

Feb 27, 2010

We are using RHEL4 AS U5 and Sendmail version sendmail-8.13.8. How to find out total mail transfer size (month basis) through Sendmail service. Is it possible in linux.

View 1 Replies View Related

General :: How To Configure Sendmail In RHEL 4.6

Oct 18, 2010

I am on Red Hat Enterprise Linux AS release 4 (Nahant Update 6). I need to configure Sendmail in my Linux Server.

1. edit /etc/mail/sendmail.mc
dnl #
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
dnl DAEMON_OPTIONS(`Port=smtp,Addr=172.16.10.6,Name=MTA')dnl
dnl #

2.rebuild /etc/sendmail.cf from the revised /etc/mail/sendmail.mc thus:
m4 /etc/mail/sendmail.mc > /etc/sendmail.cf

3. Edit /etc/sysconfig/sendmail
DAEMON=yes
QUEUE=1h

4.And restart sendmail
cd /etc/mail
make
service sendmail restart

5.sendmail -v abc@gmail.com
Its working but going to spam and more thing. I am not able to send to our company id..
sendmail -v abc@rbs.com

View 6 Replies View Related

General :: Configure Sendmail On RHEL 4.6

Sep 29, 2010

To configure sendmail on my linux system.

View 2 Replies View Related

General :: Configure Sendmail To Use ISP Gateway?

Dec 4, 2010

As per the subject really, is it possible to configure sendmail to use my ISP's SMTP gateway? If so, how?

View 10 Replies View Related

General :: DNS Recursion Impact Sendmail

Dec 15, 2010

I have a server provided dns and sendmail service, dns keeping record for my public servers. I don't want my server to be open dns server, so I just add recursion and forwarders option to named.conf, like: allow-recursion {192.168.x.x/24; 123.123.x.x/28; 127.0.0.0/8;}; forwarders {publicDNSipA; publicDNSipB;}; After restart named, all sendmail user can't mail to other internet account (like xxxxx@gmail.com); but local account is ok

[Code]....

View 3 Replies View Related

General :: Install Sendmail By Using CLI Mode ?

Aug 1, 2011

I searched sendmail using "dpkg -l sendmail" on ubuntu 9.04 jaunty" & found, package not installed. I am trying to install sendmail using "aptitude install sendmail", but it is not installing & the process is showing as it is being installed even after 5 minutes. how can I install sendmail by using CLI mode. Becuase none of the user account is able to send mail to our offcial mail ID, which is getting mails from other servers.

View 2 Replies View Related

General :: Sendmail Relay Setup?

Feb 15, 2010

I am in verse to try out setting up Sendmail Relay Box.I have 3 Machines:sender.sap.com,relay.sap.com and receiver.sap.com.All I need a user fred in sender.sap.com able to send mail to a user tom in receiver.sap.com through relay.sap.com machine.I guess that is all about relaying Correct?How can I achieve that?

View 7 Replies View Related

General :: Remove Sendmail If Want Postfix?

Oct 14, 2010

I am on Scientific Linux. While trying to remove sendmail, YUM asked to remove depended packages:

alpine
fetchmail
mdadm
mutt
redhat-lsb
sendmail-cf

Should I really remove them and sendmail? If trying to install potfix, YUM does not say that sendmail is incompatible and does not ask to remove it.

View 3 Replies View Related

General :: Add PHP User As Trusted Sender In Sendmail?

Jul 7, 2010

I have a mail script that has been running on my website for several years. One problem I had with the script was when a bad address was put in, the mail was rejected to the server rather than to the sender. I have now recently added a fifth parameter to the mail script using the -f sendmail option to set the return path.

PHP Code:

$mailsend=mail("$email","$subject","$emess","$ehead","-f$adminEmail");

The PHP manual says this:

Quote:

The user that the webserver runs as should be added as a trusted user to the sendmail configuration to prevent a 'X-Warning' header from being added to the message when the envelope sender (-f) is set using this method. For sendmail users, this file is /etc/mail/trusted-users. I do have the 'X-Warning' header on e-mails sent with this script and have asked my server administrator for some help in adding "the user that the Web server runs as" as a trusted user.

View 2 Replies View Related

General :: Sendmail - Mail Command Not Working?

Sep 9, 2011

I have questions about mail,

I am using following command on my linux account of my compnay

mail -s 'Hi' username@gmail.com

But I dont receive any emails, where as did not receive any error while executing the above command, so whats going on and what is happening.

what email id do mail use to send the email by default. Is there any way or command to print this by default user id.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved