Re: postscreen dnsbl reply text

2012-05-25 Thread DTNX Postmaster
On May 25, 2012, at 02:25, Wietse Venema wrote: > Dan Lists: >> I am looking to switch one or more of my blacklists to run from >> postscreen. [...] >> I do not see any way to set the response text when using postscreen. >> I see postscreen_dnsbl_reply_map, but it looks like that just changes >>

Cannot make "smtpd_sender_restrictions = check_sender_access" work properly‏

2012-05-25 Thread JL Picard
I am trying to setup some simple username-based restrictions on what local users can send on a local Solaris 10 server. In this case, I want to allow emails by all other users, but reject any attempt for user "local_usr" to send any email from this server. But so far, I can't make the below config

Re: postmaster required / close port 25

2012-05-25 Thread Georg Schönweger
Am 23.05.2012 20:00, schrieb /dev/rob0: > On Wed, May 23, 2012 at 05:55:03PM +0200, Georg Schönweger wrote: >> i have a postfix server which is only used for sending emails to >> the outside, no incoming emails are allowed (no MX record). I >> recently opened port 587 in master.cf and now i'm askin

Re: postmaster required / close port 25

2012-05-25 Thread Charles Marcus
On 2012-05-25 1:22 PM, Georg Schönweger wrote: As this domain has a catch all mail address every sender of my Postfix server should be valid now (can receive mails). Please do NOT use catch-all addresses, as that breaks recipient validation... anyone who sends an email to one of your users an

Re: postmaster required / close port 25

2012-05-25 Thread Reindl Harald
Am 25.05.2012 19:37, schrieb Charles Marcus: > On 2012-05-25 1:22 PM, Georg Schönweger wrote: >> As this domain has a catch all mail address every sender of my >> Postfix server should be valid now (can receive mails). > > Please do NOT use catch-all addresses, as that breaks recipient validati

Re: Cannot make "smtpd_sender_restrictions = check_sender_access" work properly‏

2012-05-25 Thread Brian Evans - Postfix List
On 5/25/2012 1:13 PM, JL Picard wrote: > #Here are some modifications (in diff format) to master.cf to get more > logging: > smtp inet n - n - - smtpd -v > smtp unix - - n - - smtp -v Please do not post or enable verbose logging unless asked. It generally masks the real issue. > #Here is the lo

Re: Cannot make "smtpd_sender_restrictions = check_sender_access" work properly‏

2012-05-25 Thread Noel Jones
On 5/25/2012 12:13 PM, JL Picard wrote: > > I am trying to setup some simple username-based restrictions on what > local users can send on a local Solaris 10 server. In this case, I want > to allow emails by all other users, but reject any attempt for user > "local_usr" to send any email from this

smtp sasl client strange behavior?

2012-05-25 Thread Matt Teagarden
I am working on having a postfix server relay certain messages via another server instead of delivering normally. My issue that I can't figure out is trying to get postfix to authenticate with another mail server (no tls). If the other server is listening on seemingly any other port than 25,

Re: smtp sasl client strange behavior?

2012-05-25 Thread Wietse Venema
Matt Teagarden: > I am working on having a postfix server relay certain messages via > another server instead of delivering normally. My issue that I can't > figure out is trying to get postfix to authenticate with another mail > server (no tls). If the other server is listening on seemingly

Postfix and Dovecot missing delivery

2012-05-25 Thread Jan Meyland Andersen
Hi I have a problem with the delivery of mails using dovecot as a transport. According to the logfile mails seems to be delivered but nothing ends up in the maildir. my main.cf is the following. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no append_dot_mydomain = no readme_di

Subdomain users through my smtpd_sender_restrictions

2012-05-25 Thread Carlos R Laguna
Hello everyone i am facing a big mess here i had my MTA whith my own user but this server is also a relay server for several subdomain the problem is that my own politic are been aplied to user that arent my, any clue why this is happening . Regards

Rejecting based on message/partial

2012-05-25 Thread Alex
Hi, I have a header check that I added some time ago that rejects mail with message/partial content type because I believe it can't be scanned for potential viruses unless it is first assembled: /^(Content-(Disposition|Type)\:|[[:space:]]+).*message\/partial.*;?$/ REJECT This mail server does not

Re: Postfix SMTP Client Segfaults over TLS

2012-05-25 Thread Daniel Sutcliffe
I'm having a very similar problem here on CentOS 6 - unfortunately moving or removing the TLS session caches and restarting postfix is not fixing my problem at all. Coincidently the openssl package was updated the day before the problem started. postfix 2.6.6-2.2.el6_1 openssl 1.0.0-20.el6_2.4

Re: Subdomain users through my smtpd_sender_restrictions

2012-05-25 Thread Noel Jones
On 5/25/2012 2:08 PM, Carlos R Laguna wrote: > Hello everyone i am facing a big mess here i had my MTA whith my own > user but this server is also a relay server for several subdomain > the problem is that my own politic are been aplied to user that > arent my, any clue why this is happening . Rega

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Noel Jones
On 5/25/2012 3:06 PM, Jan Meyland Andersen wrote: > Hi > > I have a problem with the delivery of mails using dovecot as a > transport. > According to the logfile mails seems to be delivered but nothing > ends up in the maildir. > > my main.cf is the following. > > smtpd_banner =

Re: Rejecting based on message/partial

2012-05-25 Thread Noel Jones
On 5/25/2012 3:16 PM, Alex wrote: > Hi, > > I have a header check that I added some time ago that rejects mail > with message/partial content type because I believe it can't be > scanned for potential viruses unless it is first assembled: > > /^(Content-(Disposition|Type)\:|[[:space:]]+).*message

Re: Subdomain users through my smtpd_sender_restrictions

2012-05-25 Thread Reindl Harald
Am 25.05.2012 21:08, schrieb Carlos R Laguna: > Hello everyone i am facing a big mess here i had my MTA whith my own > user but this server is also a relay server for several subdomain the problem > is that my own politic are been > aplied to user that arent my, any clue why this is happening .

Re: Postfix SMTP Client Segfaults over TLS

2012-05-25 Thread Wietse Venema
Daniel Sutcliffe: > I'm having a very similar problem here on CentOS 6 - unfortunately moving or > removing the TLS session caches and restarting postfix is not fixing my > problem > at all. Coincidently the openssl package was updated the day before the > problem > started. > postfix 2.6.6-2.

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Jan Meyland Andersen
Hi Noel Thanks a lot. The mails was there. I can see a lot of info in the link supplied but still can't find out what to do to solve this? What do I need to change? I want virtual domains and therefore should be able to receive mails for users without a username for the system. Kind Regards Ja

Re: postmaster required / close port 25

2012-05-25 Thread /dev/rob0
On Fri, May 25, 2012 at 07:22:47PM +0200, Georg Schönweger wrote: > I changed now "myorigin" to our main domain which is hosted > external. As this domain has a catch all mail address every sender > of my Postfix server should be valid now (can receive mails). > Port 25 is closed now. > > But the

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Noel Jones
On 5/25/2012 4:21 PM, Jan Meyland Andersen wrote: > Hi Noel > > Thanks a lot. The mails was there. > > I can see a lot of info in the link supplied but still can't find out > what to do to solve this? > What do I need to change? > I want virtual domains and therefore should be able to receive mai

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Jan Meyland Andersen
Hi Noel Thanks. Now it works perfectly. But how do I empty the /var/spool/mail file that was generated earlier. I tried to run a mb2md on it but it says it is not a mailbox. Kind Regards Jan Andersen On Fri, May 25, 2012 at 11:38 PM, Noel Jones wrote: > On 5/25/2012 4:21 PM, Jan Meyland And

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Noel Jones
[guess you missed the part about not top-posting] On 5/25/2012 4:58 PM, Jan Meyland Andersen wrote: > Hi Noel > > Thanks. Now it works perfectly. > > But how do I empty the /var/spool/mail file that was generated earlier. > > I tried to run a mb2md on it but it says it is not a mailbox. To "e

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread jeffrey j donovan
On May 25, 2012, at 4:06 PM, Jan Meyland Andersen wrote: > Hi > > I have a problem with the delivery of mails using dovecot as a transport. > According to the logfile mails seems to be delivered but nothing ends up in > the maildir. > my main.cf is the following. > > smtpd_banner = $myhostna