- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Want to remove only `reserictqrun` in sendmail.mc
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2007 06:28 PM
тАО01-22-2007 06:28 PM
I want to run #sendmail -q command for operating queued mails which are still in /var/spool/mqueue.
thatwhy i have to configure this below configuration line as i think
define(`confPRIVACY_FLAGES', `authwarnings,novrfy,noexpn,restrictqrun')dnl
now question is that can i remove `restrictqrun' parameter in above line and rest is remain same.
Plz suggest me soon.
Thanks in Advance
MKS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2007 09:00 PM
тАО01-22-2007 09:00 PM
SolutionI do not believe changing this parameter is going to do anything. At this point you don't know why the mail is not being delivered.
Take a look at /var/log/maillog and see. or run sendmail -q -v and see what the issue is.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2007 09:15 PM
тАО01-22-2007 09:15 PM
Re: Want to remove only `reserictqrun` in sendmail.mc
after putting command sendmail -q -v
output is look like as
running var/spool/mqueue/lOMF2mZPO11373(sequence 5 of 545)
and i also not getting telnet with above dest_domain.net on port 25
what should i do.it is too horrable to me last few days.
Plz reply me i will glad to u.
MKS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2007 10:36 PM
тАО01-22-2007 10:36 PM
Re: Want to remove only `reserictqrun` in sendmail.mc
This may mean several things:
- mail2.dest_domain.net server may be broken
- dest_domain.net's Internet connection may be broken
- there may be routing problems somewhere in the Internet between dest_domain.net and you
Unless you're a sysadmin of dest_domain.net, there is very little you can do about it.
If you can contact dest_domain.net's people by some other means (telephone? fax?), do so and see if they're aware of the problem.
If, for example, their entire datacenter has been destroyed by a fire, a flood or something major like that, then they might be busy fixing more important things at the moment.
If, on the other hand, they are not even aware of the problem (maybe outgoing and intra-company email works fine), they might appreciate being informed that something is wrong with their mail server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2007 11:02 PM
тАО01-22-2007 11:02 PM
Re: Want to remove only `reserictqrun` in sendmail.mc
But I can ping above mail2.dest_domain.net server
64 bytes from mail2.dest_domain.net(XX.XX.XX.XX):icmp_seq=0 ttl=47 time=518 ms
64 bytes from mail2.dest_domain.net(XX.XX.XX.XX):icmp_seq=1 ttl=47 time=511 ms
and also send message in manual with other domain , messages are going.
Is there some bulk mail problem coz we are sending a lot of mail to above client domain.
MKS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2007 06:37 PM
тАО01-23-2007 06:37 PM
Re: Want to remove only `reserictqrun` in sendmail.mc
obviously we need to get some more information here.
I assume...
The mail server has been working and it "stopped" for some reason...
The best clue is "connection timeout" ...
SO
1
on the same LAN as the mail-server can you telnet into port 25 of the mail-server?
It should reply .... given the fact you've got useful messages in "maillog".
2
Is "iptables" of something similar configured on the mailserver?
Switch it off for testing ....
3
IS DNS working properly? Where is it running, on the same server?
do some checks with ej. nslookup.
(Ping will still work if the routes are configured and you ping an address... BUT sendmail need DNS working correctly)
4
Is there an external firewall. Has it been changed lately? Check the rules....
Annoying problem, I know how you feel!
Regards
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-26-2007 08:16 PM
тАО01-26-2007 08:16 PM
Re: Want to remove only `reserictqrun` in sendmail.mc
Thanks for yr clue.
But that server is of our client.
Thatswhy we couldn't do nothing.
Regards,
mks