RE: Rewrite Body Cc

2012-08-30 Thread Nasser Heidari
e: Rewrite Body Cc > > On 8/29/2012 10:35 AM, Nasser Heidari wrote: > > Hi, > > > > We have Running Postfix and Exchange in our company. The mail system > > is illustrated below: > > > > > >

Rewrite Body Cc

2012-08-29 Thread Nasser Heidari
Hi, We have Running Postfix and Exchange in our company. The mail system is illustrated below: -- | Domain.local | -- | V -- | Domain.com |

RE: Address Rewrite Problem

2011-04-10 Thread Nasser Heidari
> -Original Message- > From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On > Behalf Of Noel Jones > Sent: Sunday, April 10, 2011 01:12 > To: postfix-users@postfix.org > Subject: Re: Address Rewrite Problem > > On 4/9/2011 11:54 AM, Nass

RE: Address Rewrite Problem

2011-04-09 Thread Nasser Heidari
age- > From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On > Behalf Of Noel Jones > Sent: Sunday, April 10, 2011 01:12 > To: postfix-users@postfix.org > Subject: Re: Address Rewrite Problem > > On 4/9/2011 11:54 AM, Nasser Heidari wrote: > > H

Address Rewrite Problem

2011-04-09 Thread Nasser Heidari
Hi, We have Running Postfix with Virtual Domains. I need some address rewriting for Incoming and Outgoing Emails and using Canonical Maps we have done this task: --- main.cf config: sender_canonical_maps = hash:/etc/postfix/canonical-sender recipient_canonical_maps = hash:/etc/postfix/canonical-r

Address Rewrite Problem

2011-04-08 Thread Nasser Heidari
Hi, We have Running Postfix with Virtual Domains. I need some address rewriting for Incoming and Outgoing Emails and using Canonical Maps we have done this task: --- main.cf config: sender_canonical_maps = hash:/etc/postfix/canonical-sender recipient_canonical_maps = hash:/etc/postfix/canonical-r

Using Virtual and Local delivery simultaneously

2011-03-30 Thread Nasser Heidari
Dear Folks, I've setup Postfix Virtual domains with Dovecot recently and everything works fine. The only problem right now is that, I want to use Mailman and RT (Request Tracker). Following the Mailman and RT Setup Guides , MTA should handle Mailman And RT Using Local delivery via Aliases Configur

Using Virtual and Local delivery simultaneously

2011-03-30 Thread Nasser Heidari
Dear Folks, I've setup Postfix Virtual domains with Dovecot recently and everything works fine. The only problem right now is that, I want to use Mailman and RT (Request Tracker). Following the Mailman and RT Setup Guides , MTA should handle Mailman And RT Using Local delivery via Aliases Configur

RE: Domain rewriting

2011-03-06 Thread Nasser Heidari
ner-postfix-us...@postfix.org] On > Behalf Of Luigi Rosa > Sent: Sunday, March 06, 2011 10:49 > To: Postfix users > Subject: Re: Domain rewriting > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Nasser Heidari said the following on 06/03/11 06:43: > > >

Domain rewriting

2011-03-05 Thread Nasser Heidari
Hi, I've two Mail servers , one local server running on MS-Exchange and the other one is my external mail server that my MTA is postfix. I have setup Postfix as relay agent on Exchange, so all outgoing Emails is travels through Postfix. There are also two domains , one on the Exchange(test.local)

RE: delivery temporarily suspended !

2009-04-29 Thread Nasser Heidari
I use freebsd ipfw as a firewall. -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Wednesday, April 29, 2009 4:26 PM To: Postfix users Subject: Re: delivery temporarily suspended ! Nasser Heidari

delivery temporarily suspended !

2009-04-29 Thread Nasser Heidari
Hi, This is Nasser. I'm running postfix-2.5.5,1 on FreeBSD 7.1-STABLE . Today I take a look at my graphs and see there are about 1500 Email in Queue. Then I run mailq on the server and see lots of messages like this: (delivery temporarily suspended: lost connection with mail.xyz.ab[1.2.3.4] while

RE: smtp authentication failure

2008-11-15 Thread Nasser Heidari
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mouss Sent: Sunday, November 16, 2008 10:19 To: postfix-users@postfix.org Subject: Re: smtp authentication failure Nasser Heidari wrote: > Hello, > I have been installed this package before: > [EMAIL PROTECTED] ~]# rpm -q cyr

RE: Re[2]: smtp authentication failure

2008-11-15 Thread Nasser Heidari
EMAIL PROTECTED] Sent: Saturday, November 15, 2008 19:36 To: Nasser Heidari Cc: postfix-users@postfix.org Subject: Re[2]: smtp authentication failure > Hi again. > Thanks for your answer, > I don't run postfix in a jail. > > [EMAIL PROTECTED] postfix]# grep smtpd mast

RE: smtp authentication failure

2008-11-15 Thread Nasser Heidari
ubject: Re: smtp authentication failure Nasser Heidari wrote: > Hello, > > I'm running postfix on Centos 5.2 with virtual domain and users. > > I used http://high5.net/howto/ as a reference. > > I can send and receive email with webmail , and receive email with

smtp authentication failure

2008-11-15 Thread Nasser Heidari
Hello, I'm running postfix on Centos 5.2 with virtual domain and users. I used http://high5.net/howto/ as a reference. I can send and receive email with webmail , and receive email with mail client but I can't send email . Here is maillog error : Nov 15 13:05:48 prmail postfix/smtpd[13408]

custom smtp authentication

2008-11-08 Thread Nasser Heidari
Dear Folks, I need a custom SMTP authentication solution. There is a database that contains about 5000 user authentication data. Now we want to provide SMTP service for these users with same credentials. I know I can create a view-only user in database server and connect to it via SASL - MYSQL and