Server :: Run Qmail And Sendmail On One Both On Another Port?

Feb 5, 2010

possible to run Qmail and Sendmail on one server, both on another port? I need qmail for Plesk and sendmail for OpenEMM Now qmail is working for plesk, but if I install qmail ( I tried install it also from source) and try to run sendmail, I still get this error: Starting sendmails: listener sendmail: illegal option -- q chich probably means, that there isnt full sendmail version.

View 1 Replies


ADVERTISEMENT

Server :: Zimbra Versus Qmail And Sendmail

Jan 17, 2011

I want to setup either Zimbra, qmail or sendmail. i have no idea of these three mtas (i am new to these mail servers)but give me the suggestion that which one is better in case of security, fast routing the messages, scalibility and portability and cost.

View 5 Replies View Related

Server :: Qmail Error Qmail-inject: Fatal:unalbe To Exec Qq(#4.3.0)?

May 30, 2011

while sending mail form squirrer mail it gives erorqmail-inject: fatal:unalbe to exec qq(#4.3.0)iam not able to send mail.i googled but not got solution.

View 2 Replies View Related

CentOS 5 Server :: Qmail - 5.3 : Qmail-smtpd - Address Already In Use

Aug 16, 2009

I had a problem with qmail-smtpd which didn't want to start, throwing a segfault.

Now, it starts but it doesn't live more than 1 sec. I can send emails but can not receive them.

I did a strace:

View 1 Replies View Related

Server :: Sendmail - Port 25 Response Very Slow

Jul 20, 2010

I have installed Centos 5.4 with Sendmail 8.13.8, i have modified sendmail.mc file and compiled to sendmail.cf with following lines

1. TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')
2. Define define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
3. DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl

My problem is that when i try to open port 25 with telenet it takes lot of time like more than 1 minute to open session and another 30 - 40 seconds to respond to "ehlo" command.

Also when i try to open telnet session on port 25 in another server it hardly takes 1-2 seconds open session.

View 6 Replies View Related

Server :: How To Change Sendmail Port Number In Centos 5.4

Aug 4, 2011

currently i want to configure sendmail port number 25 im using these port numberalready how can i chage my senmdail port no.

View 2 Replies View Related

Server :: Sendmail For Inbound Mail And Redirecting Them Internally To Other Port?

Mar 22, 2011

I have configured a sendmail MTA for incoming mails in a network and by using IPtables i have redirected the traffic internally to other port where one more SMTP by a application is running.Iptables rule:

iptables -A INPUT -i eth0 -p tcp --dport 25 -j ACCEPT
iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 25 -j REDIRECT --to-port 25000

My sendmail config is as below.

Sendmail.mc
define(`SMART_HOST', `relay:host.subdomain.mydomain.com')dnl
dnl # define(`RELAY_MAILER',`esmtp')dnl

[code]...

View 2 Replies View Related

Server :: When Start Qmail Seervice It Gives Error#/etc/init.d/qmail Start?

Apr 29, 2011

when i start qmail seervice it gives error#/etc/init.d/qmail startStarting qmail-toaster:

svscansupervise: fatal: unable to acquire pop3/supervise/lock: temporary failure
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
supervise: fatal: unable to acquire pop3-ssl/supervise/lock: temporary failure

View 9 Replies View Related

Server :: Is A Qmail-ldap Package To Have Ldap Back End For Qmail

Jun 29, 2011

I am aware that there is a qmail-ldap package to have ldap back end for qmail. But I need only user authentication for qmail through ldap (not the backend; i.e still keeping Mysql as the database). I am pretty new to mail server configuration. I have just configured a (q)mail server (which is currently my sand box) and am able send and receive emails. I am planning to add ldap authentication (just that) to it. Can anyone point me to the right direction?

View 6 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

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

Fedora :: Configuring Sendmail MSA On Submission Port?

Feb 12, 2010

Does anyone know the black art of configuring sendmail for proper authentication and SSL on submission port (587) ?

View 5 Replies View Related

Software :: Sendmail - Telnet Not Connecting On Port 25?

Jan 11, 2011

I have been trying all day today to setup a sendmail SMTP server on our Red Hat 5.5 dev box. We have 2 network cards, 1 to the local network with a 192.168 prefix and an external card which goes out to the web through a BT leased line through a Cisco router.

First I followed one of the many helpful tutorials online to setup sendmail, installed all the required packages and made a couple of small config changes to allow the service to listen on all IP addresses rather than just the localhost 127.0.0.1.

The main change is in the /etc/mail/sendmail.mc file where I have changed the following line;

DAEMON_OPTIONS(`Port=smtp,Addr=x.x.x.x, Name=MTA')dnl

I have tried removing Addr completely, setting to either the local or external IP and then rebuilding the sendmail file using 'make -C /etc/mail' and then restarting using 'service sendmail restart'

The SMTP port has been added into the firewall and it is showing to be listening on IP 0.0.0.0:25 which I believe means it is listening on all IP's assigned to the machine, sendmail is also in listen mode and running correctly.

Finally I have changed the /etc/mail/access file to include the local IP range 192.168 and external IP range and rebuilt this into the /etc/mail/access.db file and then restarted sendmail.

Googling the error all the sites I have found talk about making sure the 'DAEMON_OPTIONS(`Port=smtp,Addr=x.x.x.x, Name=MTA')dnl' line is uncommented and not much else in terms of what else might be incorrect.

I am starting to run out of ideas on things to change or check, telnet works correctly on other ports on the same server, ie httpd for apache on port 80. I have also rebooted the server to make sure that it wasn't something odd happening.

View 2 Replies View Related

CentOS 5 Server :: Qmail Server Is Not Notifying Email Address Does Not Exist

Oct 27, 2010

One of our client having issue with the qmail. The issue is if any one send email to abc@ourdomain.com (abc@ourdomain.com the email address which is not exist) it should send failure notification i.e."email does not exist" to the sender. The qmail server is not notifying that email address does not exist.

View 1 Replies View Related

Server :: How To Connect Qmail / Vpopmail To Remote Mysql Server?

May 14, 2010

I would like to connect to a separate mysql server, yet I can't find any documentation on how to do this.How would one achieve this? I am running qmail on centos4.

View 3 Replies View Related

Server :: Qmail With Courier IMAP Server - Can't Receive Mails

Aug 25, 2010

I setup a qmail on a Debian 5 Lenny server with courier-imap server. I can send mails but cannot receive mails. I altered /etc/init.d/qmail as follows.

Code:

View 3 Replies View Related

Server :: Qmail Server Running In Secondary Office

Feb 12, 2011

is qmail server running in the secondary office and it was working fine. yesterday qmail suffered some problem.i came to know about the problem today.now after troubleshooting and looking into the server, the qmailclt stat commands shows that all services are working and there is nothing going crazy in the server. The maillog is showing errors which i am pasting here for the convienance.

View 1 Replies View Related

Server :: Qmail Server On Redhalt 9 - SMTP Very Slow?

Apr 1, 2010

we have qmail server installed on rhl 9. it was working perfectly fine for last 1 year. suddenly it stopped accepting emails from internet. when i telnet on port 25 it takes about 90 secs to show the SMTP ready state.I have tried many things

1. stopped Reverse DNS Lookup by adding -H to qmail-smtpd/run file
2. stopped spamassing and AV
3. reverified DNS server settings in resolv.conf
4. dig is resolving dns query properly.

i also observed that when i do telnet to
telnet localhost 25 response is very quick

but when i do
telnet local_server_IP_address 25
it takes aprx 90 secs to show me SMTP ready messege.

can someone shed some light on this as what should i do next to rectify this problem..

View 1 Replies View Related

Server :: Qmail Configuration ?

Mar 26, 2010

Recently i joined in hcl and i have to configure qmail server but i never work on qmail sever however i configured the sendmail server. How to configure qmail server.

View 1 Replies View Related

Server :: Postfix Port - Send Message Via Port 587 Not Port 25

May 2, 2010

I have a mail server i need it to send message via port 587 not port 25, i make some changes to my postfix server which i use and it is already successed making a telnet to 587 port like it :

[Code]....

View 3 Replies View Related

Fedora Networking :: F11 Setup Sendmail To Use SSL - Userid - Password And Port 465 And AT&T U-verse

Jun 20, 2009

I have changed over to AT&T U-verse. I need help getting my sendmail able to send out.

From AT&T website
Incoming mail port number: 995
(make sure secure connection (SSL) is checked)
Outgoing mail port number: 465
(make sure secure connection (SSL) is checked)

how to setup sendmail to use SSL , userid,password and port 465 ?

View 3 Replies View Related

Server :: How To Fetchmail In Centos Using Qmail As MTA

Apr 28, 2011

iam using centos 5.4 with qmail as MTA.now i need to fetchmail form my mail server to my backup server pc.so how i can fetch mail to my pc.

View 1 Replies View Related

Server :: Possible To Have Multiple Qmail Smtproutes?

Feb 7, 2010

Is it possible to have multiple servers in /var/qmail/control/smtproutes? I need to prevent if the server unavailable then it would connect to another ones.

View 2 Replies View Related

Server :: Cannot Install Horde In Qmail?

Feb 17, 2011

After successfully installment of qmail instead of installing Squirrel mail I decide to installing round-cube mail or Horde. But both are not getting success.

View 1 Replies View Related

Server :: Qmail Configuration For Centos?

May 13, 2010

give the details to install and configure qmail step by step.I am using CentOs 5.

View 2 Replies View Related

Server :: Cannot Get Complete Folder Qmail - 1.03

Apr 22, 2011

I am installing qmail on centos 5.4. I run
"rpmbuild -bb --with cnt5064 qmail-toaster.spec"
then todo edit in file chkuser_settings.h in
vi /usr/src/redhat/BUILD/qmail-1.03/chkuser_settings.h
but I am not getting complete folder qmail-1.03 why is it so...

View 1 Replies View Related

Server :: Qmail Weakness Needs To Remove It

Feb 23, 2011

we are using qmail as our MTA. Now the users are using outlook and web client. There is one important thing that i like to share with people here and request from the experts to suggest some solution. when using outlook you can just give someone's else name who has got an account in the same domain having same qmail server running and you will be receiving and sending on the behalf of that person rather you will be using his/her account.

View 2 Replies View Related

Red Hat :: Qmail - 451 Error - Can't Connect To Server

Feb 23, 2010

We have Exchange as our Mailbox server > Qmail as our SMTP server > and we use postini for filtering. We recently got word from a customer that he received a "451 error - can't connect to server" message from Postini - stating that the server is unreachable. This does not happen often so obviously Postini can connect to the qmail server. Are there logs that I can look at to find out why and when these would occur?

View 1 Replies View Related

Server :: Cen't OS And Qmail: Messages In Queue Going Crazy?

Aug 20, 2010

Anyone have an issue with Messages in Queue going crazy? and inside the emails is: Received: (qmail 13662 invoked by alias); 20 Aug 2010 10:07:14 -0700 Delivered-To: [URL]..

Don't really know what could be causing this, the other day my messages in queue was at like 5,000 or so, but now its up to 445,000 messages in queue!! All of them that exact message.

View 3 Replies View Related

Server :: Passing Piped Emails On To Qmail Again?

Aug 3, 2010

I am doing this project for our school. Basically we want to pipe all incoming emails to a script which filters out certain messages (not only spam but duplicates, large messages, etc). If they fail certain criteria, the script simply does nothing.If they pass , then the script should pass the entire message (headers and body) back on to qmail to send. The piping part is not a problem, but I am stuck with the next part. Is there a way to pass the headers and body back to qmail for it to process and send, as if it received it the first time?Some details:A catchall email account is created via Plesk control panel on linux (centos).THe .qmail file in /var/qmail/mailnames/domain.com/catchall/ is edited to include the line:-|/path/to/pipe/handler.phpThe handler.php file simply reads the entire message (headers and body) and they are then parsed and analysed.

View 2 Replies View Related







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