Re: Postfix with AD and Exchange

2010-09-04 Thread Ashwin Muni
wrote: > > > On Sat, 2010-09-04 at 12:11 +0530, Ashwin Muni wrote: > > I am using exchange and want to migrate to postfix, The issue is > > users should be authenticated from Active Directory and other thing is > > i have got 1000 users from which 150 users will remain o

Postfix with AD and Exchange

2010-09-03 Thread Ashwin Muni
D if user exists and mailbox location 3 Results from AD 4. If user on Mailbox on exchange then deliver to echange 5. Else Deliver to postfix Any help appreciated. -- Ashwin Muni http://www.linuxmaza.com Linux Tutorials and Howtos <http://www.linuxmaza.com>

Re: Rate Limiting

2010-05-18 Thread Ashwin Muni
On Wed, May 19, 2010 at 11:22 AM, punit jain wrote: > Hi , > > I am using Postfix as an MTA but I see nowadays lot of spam going out of my > system. I have used transport based throttling for a domain but I am looking > for options for per sender based rate limiting. Can I achieve per user based >

Re: master.cf overwrites main.cf ?

2009-07-29 Thread Ashwin Muni
HI, Read http://www.postfix.org/master.5.html Also -o name=value Override the named main.cf configuration parameter. The parameter value can refer to other parameters as $name etc., just like in main.cf. See postconf(5) for syntax. Ashwin Linux Adm

Re: Specific log file for a chosen postfix instance

2009-07-29 Thread Ashwin Muni
Hi, You Can achieve it Read http://www.postfix.org/postconf.5.html#syslog_name syslog_facility = local1 (as specified in syslog.conf) syslog_name= xyz (you want this to be displayed in logs) Ashwin Linux Administrator On Wed, Jul 29, 2009 at 8:30 PM, Priyanka Tyagi wrote: > Hi All, > Is it po

Re: Centralized Logging Server

2009-05-18 Thread Ashwin Muni
Thanks Luigi for the reply can you please tell me how to parse rsyslog to get the desired results using pglogsumm. Thanks in Advance On Mon, May 18, 2009 at 5:07 PM, Luigi Rosa wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ashwin Muni said the following on 18/05/09 13

Centralized Logging Server

2009-05-18 Thread Ashwin Muni
I am using postfix 2.5. I am configuring a centralized log server using rsyslog. Have anybody worked on it. Or any how to or rsyslog template for doing it. I want logs to be inserted in MYSQL. The Log Message should be in the format DateQueue ID Message ID From To S

MAILS NOT GETTING REJECTED

2009-04-14 Thread Ashwin Muni
Hi I want to reject mails those which are not specified in virtual_alias_maps Have tried smtpd_recipient_restrictions = permit_mynetworks, reject_unlisted_recipient check_relay_domains reject_unknown_recipient_domain, check_sender_access hash:/etc/postfix/dbs/sender_access-accept check_reci

Customized messages in telnet session.

2009-04-07 Thread Ashwin Muni
Hi ALL, Just was going through some archives, Anybody help me how do i achieve ""250-mx.google.com at your service, [51.44.226.239]", Is it possible to to achieve it making some parameters or modification in Postfix. Example :-- exam...@myhost:~$ telnet smtp.gmail.com 25 Trying 209.85.201.11

Postfix - Yahoo parameters settings

2009-03-24 Thread Ashwin Muni
Can anybody help me solving this issue. I have a major setback with sendgin mails with yahoo. Is there any parameter or any rule to be followed for sending mails to yahoo and hotmail as they normally deffer our mails quite oftenly. == Mar 24 12:40:18 ser

MAX SMTP connection

2009-03-23 Thread Ashwin Muni
what is the directive to limit no of smtp connection to a same destination (Not Message) and what is the directive that can set no of messages per smtp connections -- Ashwin R.

Re: MAIL TO DEAD DESTINATION

2009-03-23 Thread Ashwin Muni
On Tue, Mar 24, 2009 at 9:31 AM, Ashwin Muni wrote: > I have a query i want postfix not to try sending mails to a destination > which is dead. Does postfix maintains cache or is there any settings to be > done for it. Tried googleing found this two directives. But dont exactly > kn

MAIL TO DEAD DESTINATION

2009-03-23 Thread Ashwin Muni
I have a query i want postfix not to try sending mails to a destination which is dead. Does postfix maintains cache or is there any settings to be done for it. Tried googleing found this two directives. But dont exactly know it really works . minimal_backoff_time = 86400 maximal_backoff_time = 86

Re: Domain Based Fall - Back Relay

2009-03-21 Thread Ashwin Muni
30.30.30.30 Ashwin On Sun, Mar 22, 2009 at 8:40 AM, Victor Duchovni < victor.ducho...@morganstanley.com> wrote: > On Sun, Mar 22, 2009 at 08:35:28AM +0530, Ashwin Muni wrote: > > > Hi, > > > > I have several domains configured to receive mails in postfix say >

Domain Based Fall - Back Relay

2009-03-21 Thread Ashwin Muni
Hi, I have several domains configured to receive mails in postfix say abc.com 123.com xyz.org I want abc.com to have fallback relay as 1.1.1.1 123.com as 2.2.2.2 xyz.org as 3.3.3.3 and also can i use