LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-08-2010, 12:58 AM   #1
ramesh14
Member
 
Registered: Apr 2008
Location: Hyderabad
Distribution: RHEL5,Fedora 8/9
Posts: 119
Blog Entries: 1

Rep: Reputation: 15
problem with postfix mailq


i m using postfix server in fc8 my problem is mailq i m using out going mail only weekly twise but daily thousends of unnecessarily mails will come in maillq so daily i run this command #postsuper -d ALL how can i restrict or stop unnecessarily mails in my mailq.
please any one guide me.
thanks in addvance......

Last edited by ramesh14; 05-08-2010 at 01:16 AM.
 
Old 05-08-2010, 10:00 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,657

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by ramesh14 View Post
i m using postfix server in fc8 my problem is mailq i m using out going mail only weekly twise but daily thousends of unnecessarily mails will come in maillq so daily i run this command #postsuper -d ALL how can i restrict or stop unnecessarily mails in my mailq.
please any one guide me.
thanks in addvance......
FC8 is ancient...the latest is 12, so an update would probably be a good idea.

And if you're getting lots of spam, load a spam filter..there are many options, so we can 'guide you' to Google, to research which one you want to use, and to find the how-to guides on how to install and set them up.
 
1 members found this post helpful.
Old 05-12-2010, 04:52 AM   #3
ramesh14
Member
 
Registered: Apr 2008
Location: Hyderabad
Distribution: RHEL5,Fedora 8/9
Posts: 119

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Hi TBone,

I googled and i followed the link:
http://howtoforge.net/set-up-dkim-fo...8.x-centos-5.3
and i followed the steps mentioned inside the link.

wget http://www.topdog-software.com/oss/d...8.3-1.i386.rpm
rpm -ivh dkim-milter-2.8.3-1.i386.rpm
/usr/bin/dkim-genkey -r -d mydomain1.com

mv default.private default
mkdir /etc/mail/dkim/keys/mydomain1.com
mv default /etc/mail/dkim/keys/mydomain1.com
chmod 600 /etc/mail/dkim/keys/mydomain1.com/default
chown dkim-milt.dkim-milt /etc/mail/dkim/keys/mydomain1.com/default

DNS Setup
You need to publish your public key via DNS, client servers use this key to verify your signed email. The contents of default.txt is the line you need to add to your zone file a sample, is below
default._domainkey IN TXT "v=DKIM1; g=*; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDG81CNNVOlWwfhENOZEnJKNlikTB3Dnb5kUC8/zvht/S8SQnx+YgZ/KG7KOus0By8cIDDvwn3ElVRVQ6Jhz/HcvPU5DXCAC5owLBf/gX5tvAnjF1vSL8ZBetxquVHyJQpMFH3VW37m/mxPTGmDL+zJVW+CKpUcI8BJD03iW2l1CwIDAQAB"
; ----- DKIM default for mydomain1.com

Also add this to your zone file.
_ssp._domainkey IN TXT "t=y; dkim=unknown"

#######
There they mentioned that to add the contents of default.txt in zone file. In DNS in which zone it needed to be added.
Can any one explain me ASAP.

Thanks in advance...

Last edited by ramesh14; 05-12-2010 at 05:12 AM.
 
Old 05-12-2010, 09:58 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,657

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by ramesh14 View Post
Hi TBone,

I googled and i followed the link:
http://howtoforge.net/set-up-dkim-fo...8.x-centos-5.3
and i followed the steps mentioned inside the link.

wget http://www.topdog-software.com/oss/d...8.3-1.i386.rpm
rpm -ivh dkim-milter-2.8.3-1.i386.rpm
/usr/bin/dkim-genkey -r -d mydomain1.com

#######
There they mentioned that to add the contents of default.txt in zone file. In DNS in which zone it needed to be added.
Can any one explain me ASAP.

Thanks in advance...
We volunteer our time here. Don't tell us to hurry up ASAP and answer you.

What do the directions say as far as which DNS zone? What zones have you tried?
 
1 members found this post helpful.
Old 05-12-2010, 11:47 PM   #5
ramesh14
Member
 
Registered: Apr 2008
Location: Hyderabad
Distribution: RHEL5,Fedora 8/9
Posts: 119

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Hi TBone,

First of all i'm sorry for what i wrote in previous thread & i'll be very thankful to you for your suggession. In the above which i have mentioned there they wrote that to add the content in zones. But as if i know in DNS process will be done in two zones forward lookup zone and reverse lookup zone. I didn't understood that in which zone i need to add.

Can you please guide me.

Thanks in advance...
 
Old 05-13-2010, 06:28 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,657

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by ramesh14 View Post
Hi TBone,

First of all i'm sorry for what i wrote in previous thread & i'll be very thankful to you for your suggession. In the above which i have mentioned there they wrote that to add the content in zones. But as if i know in DNS process will be done in two zones forward lookup zone and reverse lookup zone. I didn't understood that in which zone i need to add.

Can you please guide me.

Thanks in advance...
As I asked in my last post:
- What do the directions say?
- What have you tried?

Add it into one zone, and see if it produces the results you want. If not, add it into the other.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Postfix send mail problem(In RH9, kernal 2.4.20, postfix 2.1.5) minor Linux - General 6 09-23-2019 10:09 PM
debian+postfix: mailq after change of ip address dot-org Linux - Server 3 12-07-2008 01:10 PM
Problem with mailq prakash.akumalla Linux - Newbie 6 11-09-2008 11:59 PM
postfix mailq abiye Linux - Software 4 01-25-2007 09:42 AM
sorting Mailq matt1982 Linux - Networking 0 11-03-2006 10:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration