LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-08-2007, 11:15 PM   #16
nics
Member
 
Registered: Mar 2007
Posts: 31

Original Poster
Rep: Reputation: 15

hello again!!! m again having aproblem with synonym....
what is the actual code in synonym.conf file to be written so that we can log outgoing mails....
actually
<Rules>
<Rule>
<Header>From</Header>
<Address>.*@.*</Address>
<Action>
<ActionType>Copy</ActionType>
<Address>mailbox@info.com.np</Address>
</Action>
</Rule>
</Rules>
should have worked i guess.but it only copies incoming mails only.
so i added
<Rule>
<EnvFrom>.*@.*</EnvFrom>
<Action>
<ActionType>Copy</ActionType>
<Address>mailbox@info.com.np</Address>
</Action>
</Rule>
within <Rules>
but then it isnot sending the mails to the receipent(for example in hotmail) but copies the mail to mailbox@info.com.np..
how can i solve this problem...
what code should i include in /etc/synonm.conf so that the receipent also gets mails and i will also be able to get a copy of the outgoing mails....
 
Old 05-13-2007, 01:59 AM   #17
tanveer
Member
 
Registered: Feb 2004
Location: e@rth
Distribution: RHEL-3/4/5,Gloria,opensolaris
Posts: 525

Rep: Reputation: 39
This code below will copy all mail from anyone of redhat.com domain to the user account 'user1'.
Code:
<Rule>
			<Condition>
				<Header>From</Header>
				<Match>.*</Match>
			</Condition>
			<Action>
				<ActionType>Copy</ActionType>
				<Address>user1@mail.redhat.com</Address>
			</Action>
</Rule>
 
Old 01-01-2009, 05:19 AM   #18
pallav1234
LQ Newbie
 
Registered: Jan 2009
Posts: 23

Rep: Reputation: -3
Iam having the same problem ssynonym.sock missing, please tell me how you sought out the problem.


Please do reply as soon as posible


Thank in advance...
 
  


Reply

Tags
logging, mails, outgoing



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
mailserver- my outgoing mail is spam ? kitek Linux - Newbie 5 04-28-2009 06:53 AM
backing going up of outgoing mails in our mailserver??? nics Linux - Server 3 04-19-2007 11:48 PM
add header information to outgoing e-mails - postfix paul_mat Linux - Networking 1 05-16-2006 05:39 AM
My Postfix mailserver can't send out mails directly! gubak Linux - Networking 4 03-28-2006 07:09 PM
outgoing mails are defered in mailq nayagam Linux - General 1 11-15-2002 08:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 10:55 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