<SNIP>
> Note When I send mail from this very server the mails are forwarded
> according to the virtual_alias_maps.
> but when I do the same from another server the second server mail.info
> shows that the message is <sent> successfully.  But the first server
> where my postfix is running with vitual_alias don't show any thing in
> logs ( mail.info, mail.err, mail.warn) and even I don't get any mails in
> mailbox.
> 

That is strange. I have never seen a case where mail is delivered to
postfix and disappeared without trace in logs. 

Do the following basic checks

1) Make sure the process running smtpd is postfix. 
   for eg lsof -i tcp:25 

2) On the receiving server start postfix smtpd in debug mode and follow
the logs for the IP of the sending server. 

3) On the sending server you would be getting maillogs with "ok queued
as XXXXXXX". That will give you the queue-id of the mail which you can
look for 




Reply via email to