Re: your mail

2009-05-20 Thread Sahil Tandon
On Wed, 20 May 2009, Matt Hersant wrote: > I'm having problems with spam for users who forge the sender to appear as > one of my domains. The spam is coming from an external mail server. Is > there anything I can add to my main.cf to combat this? Any suggestions are > appreciated. Please inclu

Re: Sending Error

2009-05-20 Thread /dev/rob0
On Wed May 20 2009 21:46:53 Jason Todd Slack-Moehrle wrote: > My error is: > > Delivery to the following recipient failed permanently: > > i...@wikikalendar.com > > Technical details of permanent failure: > Google tried to deliver your message, but it was rejected by the > recipient domain. We

Sending Error

2009-05-20 Thread Jason Todd Slack-Moehrle
Hi All, I am new to Postfix and I have things setup and working, except one particular domain is giving me an issue. The rest of the domains on this server work as expected. My error is: Delivery to the following recipient failed permanently: i...@wikikalendar.com Technical details

Re: transport maps override

2009-05-20 Thread Sahil Tandon
On Wed, 20 May 2009, none none wrote: > We are running postfix 2.3.3. on a Redhat ES 5.1 > We are receiving mail for two domains: > a) domain.com > b) customers.domain.com > > Recently a company that we cooperate with, asked us to > forward all the e-mails sent to them (for "security" reasons)

Re: time stamp changes in the queue'

2009-05-20 Thread Wietse Venema
tom lee: > postqueue -p and mailq doesn't display the queued mails sorted based > on the arrival time. Why can't you let the mail system work FOR you, by allowing it to send delayed mail notifications and other delivery status information like every other mail system on this planet? If you have a

RE: rejecting non-local senders

2009-05-20 Thread MacShane, Tracy
From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Matt Hersant Sent: Thursday, 21 May 2009 7:42 AM To: postfix-users@postfix.org Subject: I'm having problems with spam for users who forge the sender

Re: time stamp changes in the queue'

2009-05-20 Thread Victor Duchovni
On Wed, May 20, 2009 at 03:56:00PM -0700, tom lee wrote: > I mainly want to find out the mail with the longest time in the queue > by checking the arrival time. Is there a way to do it? Only by examining all the messages, which can be done by parsing the output of mailq, there is a blank line bet

Re: time stamp changes in the queue'

2009-05-20 Thread tom lee
>> >> If I set delay_warning_time for 2 days and  blocked the outgoing port >> 25, what happened to the to-be-bounced mails? > > See next paragraph. > >> > When the message can't be delivered to the sender, Postfix can be >> > configured to send it to $2bounce_notice_recipient instead. >> >> The de

Re: delivery notification

2009-05-20 Thread mouss
Dr.Pesko a écrit : > On 5/20/2009 1:03 AM, mouss wrote: >> Dr.Pesko a écrit : >> >>> Hello everyone, >>> >>> can postfix automatically create delivery notification info for every >>> sent message and store it in another mailbox? Thanks. >>> >>> >> >> it's unclear what you mean by "delivery

[no subject]

2009-05-20 Thread Matt Hersant
I'm having problems with spam for users who forge the sender to appear as one of my domains. The spam is coming from an external mail server. Is there anything I can add to my main.cf to combat this? Any suggestions are appreciated. smtpd_recipient_restrictions = # allow password auth

Re: time stamp changes in the queue'

2009-05-20 Thread Wietse Venema
tom lee: > On Wed, May 20, 2009 at 12:56 PM, Wietse Venema wrote: > > tom lee: > >> > > >> > Postfix WILL send the "delayed mail" notification to the email SENDER. > >> > >> > >> If I set delay_warning_time for 2 day, can I see the to-be-sent mail > >> in the queue /var/spool/postfix/deferred? > >

Re: time stamp changes in the queue'

2009-05-20 Thread tom lee
On Wed, May 20, 2009 at 12:56 PM, Wietse Venema wrote: > tom lee: >> > >> > Postfix WILL send the "delayed mail" notification to the email SENDER. >> >> >> If I set delay_warning_time for 2 day, can I see the to-be-sent mail >> in the queue /var/spool/postfix/deferred? >> >> Another issue is that

Re: Connection Refused!!

2009-05-20 Thread Ralf Hildebrandt
* Just E. Mail : >> Bind postfix to all interfaces, not just localhost > Raif: It'S Ralf. Raif is an Arab name. I guess. I am called Raif in Italy, though. Dunno why. > inet_interfaces = all > (several lines further down in main.cf) > inet_interfaces = localhost Yes, that's why "postconf

Re: Connection Refused!!

2009-05-20 Thread Just E. Mail
Ralf Hildebrandt wrote: * Just E. Mail : "telnet localhost smtp" connects but when I try "telnet mail.tib.com 25", I receive the error: - [r...@rs1 ~]# telnet mail.tib.com 25 Trying 65.103.190.107... telnet: connect to address 65.103.190.107: Connection refused telnet: Unable to co

Re: time stamp changes in the queue'

2009-05-20 Thread Wietse Venema
tom lee: > > > > Postfix WILL send the "delayed mail" notification to the email SENDER. > > > If I set delay_warning_time for 2 day, can I see the to-be-sent mail > in the queue /var/spool/postfix/deferred? > > Another issue is that my sever blocked out-going port 25, it only > allows incoming p

Re: delivery notification

2009-05-20 Thread Dr.Pesko
On 5/20/2009 1:03 AM, mouss wrote: Dr.Pesko a écrit : Hello everyone, can postfix automatically create delivery notification info for every sent message and store it in another mailbox? Thanks. it's unclear what you mean by "delivery notification". if it's DSN, then the client need

Re: time stamp changes in the queue'

2009-05-20 Thread tom lee
> > "postqueue -p" with a bit of grepping should give you that information > as well I believe. Thanks. it looks that postqueue -p and mailq are similar in displaying the time stamp for the incoming emails. Tom.

Re: time stamp changes in the queue'

2009-05-20 Thread tom lee
> > Postfix WILL send the "delayed mail" notification to the email SENDER. If I set delay_warning_time for 2 day, can I see the to-be-sent mail in the queue /var/spool/postfix/deferred? Another issue is that my sever blocked out-going port 25, it only allows incoming port 25 in my firewall. I th

Re: Connection Refused!!

2009-05-20 Thread Ralf Hildebrandt
* Just E. Mail : > "telnet localhost smtp" connects but when I try "telnet mail.tib.com 25", > I receive the error: > > - > [r...@rs1 ~]# telnet mail.tib.com 25 > Trying 65.103.190.107... > telnet: connect to address 65.103.190.107: Connection refused > telnet: Unable to connect to remote

Connection Refused!!

2009-05-20 Thread Just E. Mail
I have setup CentOS 5.3, PostgreSQL-8.3.7 (Client), Postfix-2.3.3 (with PostgreSQL support) & Dovecot-1.1.14. 1. Postfix is installed,configured & Tested (telnet localhost smtp).It worked. 2. Dovecot is installed & Tested (telnet localhost pop3). It worked. 3. Dovecot-SASL is installed. Testin

Re: user permissions

2009-05-20 Thread Noel Jones
Nicolas Michel wrote: This is my first post on this mailing list so hi to everyone ;) I have a special demand : I want that a user can't send mails but only to some pre-defined e-mail adresses. For example : my user t...@domain.com can send mails to rob...@domain.com

Re: Disable content_filter

2009-05-20 Thread Wietse Venema
Simon Schelkshorn: > Hi, > > I'm having a postfix installation that uses spamassassin for content > filtering. Therefore I have in my master.cf > > smtp inet n - n - 75 smtpd -o > content_filter=postfixfilter > > and > > postfixfilter unix -n n

Disable content_filter

2009-05-20 Thread Simon Schelkshorn
Hi, I'm having a postfix installation that uses spamassassin for content filtering. Therefore I have in my master.cf smtp inet n - n - 75 smtpd -o content_filter=postfixfilter and postfixfilter unix -n n - - pipe flags=Rq user=f

user permissions

2009-05-20 Thread Nicolas Michel
This is my first post on this mailing list so hi to everyone ;) I have a special demand : I want that a user can't send mails but only to some pre-defined e-mail adresses. For example : my user t...@domain.com can send mails to rob...@domain.com, r...@domain2.fr and ke...@domain2.fr but to nobody

Re: dns issue - slow SMTP connection

2009-05-20 Thread Trey Briggs
I've found that installing a caching DNS service on each STMP server greatly reduces these delays. On Mon, May 18, 2009 at 9:42 AM, Felix Nielsen wrote: > Hi > > Is it normal that when connection to the SMTP engine is performed it > takes 4-6 sec. before greeting is presented? > > I suspect it is

transport maps override

2009-05-20 Thread none none
Good Afternoon and excuse my poor english. We are running postfix 2.3.3. on a Redhat ES 5.1 We are receiving mail for two domains: a) domain.com b) customers.domain.com Recently a company that we cooperate with, asked us to forward all the e-mails sent to them (for "security" reasons) from dom

Re: Question on qshape

2009-05-20 Thread Brian Evans - Postfix List
Sriram Nyshadham wrote: > > Hi All, > > > > For some weird reason, one of our developers want to install qshape on > our servers though qshape2 already exists. I googled but couldn’t find > > any ways of installing qshape in postfix. We are using postfix 2.3.5. > > > > Any suggestions are great

Re: Postfix 2.6.1 available (file corruption)

2009-05-20 Thread Ihsan Dogan
Am 20.5.2009 2:32 Uhr, Wietse Venema schrieb: > Postfix stable release 2.6.1 fixes one defect in Milter support. > This does not affect Postfix versions 2.5 and earlier. The Solaris packages are updated and available on http://ihsan.dogan.ch/postfix/ . Ihsan -- ih...@dogan.ch http:

Question on qshape

2009-05-20 Thread Sriram Nyshadham
Hi All, For some weird reason, one of our developers want to install qshape on our servers though qshape2 already exists. I googled but couldn't find any ways of installing qshape in postfix. We are using postfix 2.3.5. Any suggestions are greatly appreciated. Thanks, Sriram.

RESOLVED RE: Need To Reject Inbound From Addresses with My Own Domain/s

2009-05-20 Thread wiskbroom
>> From: Victor.Duchovni@ >> On Thu, May 14, 2009 at 12:42:01PM -0500, Noel Jones wrote: >> >>> wiskbr...@hotmail.com wrote: >> Here are the contents of my /etc/postfix/blocked_senders file: >> >> "operator#...@somephishingbanksite\.com" REJECT > The above line is the wrong synta

Re: Fw: Not able to add disclaimer

2009-05-20 Thread Serge Fonville
>> I have a local mail server installed inside the LAN. From >> the Firewall all port 25 traffic is being delivered to this >> mail server. I am trying to add disclaimer on the local mail >> server for the outgoing emails. There is only one interface >> for outgoing and incoming mail on to mail ser

RE: Webmail

2009-05-20 Thread wiskbroom
> From: l...@joreybump.com > Carlos Williams wrote, at 05/19/2009 02:04 PM: >> On Tue, May 19, 2009 at 1:50 PM, Just E. Mail wrote: >>> Thank you all. >>> >>> I am going with roundcube: http://www.roundcube.net >> >> It's really eacy to install. Main thing is making sure you have PHP >> 5.2+

Fw: Not able to add disclaimer

2009-05-20 Thread Bijayant Kumar
Some body please help me, its very urgent. --- On Mon, 18/5/09, bijayant kumar wrote: > From: bijayant kumar > Subject: Not able to add disclaimer > To: "postfix" > Date: Monday, 18 May, 2009, 2:54 PM > > Hi, > > I have a local mail server installed inside the LAN. From > the Firewall all p

Re: Postfix with PostgreSQL

2009-05-20 Thread Just E. Mail
Barney Desmond wrote: You've got it in your quote from mouss, right there. Seeing as you're sticking with version 2.3.3, you can use the centos RPM built with postgres support. you can find postfix-2.3.3-2.1.centos.mysql_pgsql.i386.rpm on http://mirror.centos.org/centos-5/5.3/centosplus/i386/

RE: Query re logs

2009-05-20 Thread MacShane, Tracy
> -Original Message- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Victor Duchovni > Sent: Wednesday, 20 May 2009 6:19 PM > To: postfix-users@postfix.org > Subject: Re: Query re logs > > On Wed, May 20, 2009 at 02:44:57PM +1000, MacShan

Re: Query re logs

2009-05-20 Thread Victor Duchovni
On Wed, May 20, 2009 at 02:44:57PM +1000, MacShane, Tracy wrote: > Just to be sure I'm not barking up the wrong tree, would I expect to see > a log entry for the EOM in the verbose log from the sending server if it > existed? Here're some snipped logs: > > May 20 10:27:25 smtp3 postfix/smtpd[1713

Re: time stamp changes in the queue'

2009-05-20 Thread Guy
2009/5/20 tom lee : > Thanks. for my case, my postfix server is the relay server. once the > relay server cannot connect to the relayhost listed in relay server > main.cf, > It cannot send out the email to the delay_notice_recipient under this > situation. > > Is there a way that I can run a comma