Re: mailavenger with postfix and local email delivery

2010-12-09 Thread Sufian Hameed
MailAvenger only receives the incoming emails. All the emails (local and outgoing) are sent by *postfix*. and this is my orignal question how to send local mail using SMTP regards On Thu, Dec 9, 2010 at 7:36 PM, Noel Jones wrote: > On 12/9/2010 12:19 PM, Sufian Hameed wrote: > >&g

Re: mailavenger with postfix and local email delivery

2010-12-09 Thread Sufian Hameed
AM, Sufian Hameed wrote: > >> Hi, >> >> i have configured MailAvenger smtp server for receiving all >> the incoming email. MailAvenger runs of standard smtp port and >> its configuration requires to comments out the following li

mailavenger with postfix and local email delivery

2010-12-09 Thread Sufian Hameed
Hi, i have configured MailAvenger smtp server for receiving all the incoming email. MailAvenger runs of standard smtp port and its configuration requires to comments out the following line in master.cf # == # service type pr

Re: unknown mail transport error

2010-12-09 Thread Sufian Hameed
Sorry! will follow the instructions next time. The problem is solved. Actually the postfix was not been able to read a file for filter. thanks alot regards On Thu, Dec 9, 2010 at 4:13 PM, mouss wrote: > Le 09/12/2010 13:22, Sufian Hameed a écrit : > > Hi >> >

Re: SMTP transactions for local mail ?

2010-12-09 Thread Sufian Hameed
Sorry! will follow the instructions next time. The problem is solved. Actually the postfix was not been able to read a file for filter. regards On Thu, Dec 9, 2010 at 1:14 PM, Wietse Venema wrote: > Sufian Hameed: > > Hi, > > > > When an email is sent from one MailSe

unknown mail transport error

2010-12-09 Thread Sufian Hameed
Hi I have 2 servers *"esprimo.net.loc"* and *"net13.net.loc"* esprimo.net.loc has three users 1) root 2) shameed and 3)testuser1 when i send an email from sham...@esprimo.net.loc to sham...@net13.net.locit works Dec 9 14:15:02 esprimo postfix/pickup[8827]: D254932C2F: uid=500 from= Dec 9 14:1

SMTP transactions for local mail ?

2010-12-08 Thread Sufian Hameed
Hi, When an email is sent from one MailServer to Another there are several SMTP transaction before the actual data is sent like HELO MAIL FROM RCPT TO DATA is it the same when an email is send locally (to a user within the same server)? regards sufian

Re: local delivery via smtp port

2010-12-08 Thread Sufian Hameed
mails from the server should also pass (enter) through smtp port. and pass through spamassasin and other custom spam filters. any idea how can i achieve this ? On Wed, Dec 8, 2010 at 10:12 PM, Wietse Venema wrote: > Sufian Hameed: > > Hi, > > > > I have configured p

local delivery via smtp port

2010-12-08 Thread Sufian Hameed
Hi, I have configured postfix on one machine, lets say "*server1.loc*". when i send email from us...@server1.loc to us...@server2.loc it is send locally with relay=local. What i want is that the local emails from the server should also pass (enter) through smtp port. and pass through s

Re: additional parameters to the SMTP MAIL and RCPT commands

2010-07-09 Thread Sufian Hameed
Hi, can you please elaborate? what is wrong? RCPT TO: [ SP ] is the syntax mentioned in RFC 2821. regards On Sat, Jul 10, 2010 at 1:01 AM, Rod Dorman wrote: > On Friday, July 9, 2010, 18:57:10, Rod Dorman wrote: > > On Friday, July 9, 2010, 17:42:37, Sufian Hameed wrote: > >

additional parameters to the SMTP MAIL and RCPT commands

2010-07-09 Thread Sufian Hameed
Hi all, does Postfix Supports additional parameters to the SMTP MAIL and RCPT commands as mentioned in RFC 2821 and others? RCPT TO: [ SP ] i have tried to use something like as follows in the sender Postfix Server RCPT TO: SP but it is not accepted by the recipient postfix server and g