Re: [Assp-user] Outbound spam problem

2014-04-07 Thread Fritz Borgstedt
For Users of ASSP schreibt: Sorry, 097 should fix it. -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try

Re: [Assp-user] Outbound spam problem

2014-04-07 Thread SM Hosting.sk
Apr-07-14 20:26:11 Email::Valid module version 0.190 installed and available; Apr-07-14 20:26:11 Email::Send module version 2.198 installed - notification, email-interface, blockreports and resend available; Apr-07-14 20:26:11 Email::MIME module version 1.924 installed - attachments detection av

Re: [Assp-user] Outbound spam problem

2014-04-07 Thread Fritz Borgstedt
For Users of ASSP schreibt: >Hi, in 14096 all lines in log are missing date and time at the >beginning I cannot see that. Please show an exmple. -- Put Bad Developers to Shame Dominate Development with Jenkins Contin

Re: [Assp-user] Outbound spam problem

2014-04-07 Thread Novák Attila
Postfix only accepts localhost connection via the ASSP. The clients do not connect directly to the Postfix only to the ASSP. Therefore, the main.cf mynetworks set to 127.0.0.1 Fritz The 1.9.9 (14096) version is available so that the authentication only from the internal address range is enabled? W

Re: [Assp-user] Outbound spam problem

2014-04-07 Thread SM Hosting.sk
Hi, in 14096 all lines in log are missing date and time at the beginning Dňa 07.04.2014 20:21 Fritz Borgstedt wrote / napísal(a): > There is a bug in 1.9.9(14095). > > Please use 1.9.9(14096) > > -- > Put Bad Developers to

Re: [Assp-user] Outbound spam problem

2014-04-07 Thread Fritz Borgstedt
There is a bug in 1.9.9(14095). Please use 1.9.9(14096) -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try

Re: [Assp-user] Outbound spam problem

2014-04-07 Thread SM Hosting.sk
Hi, the easy way: 1. backup your main.cf !! if your local subnet is 192.168.0.1-254 then set mynetworks = 127.0.0.0/8, [::1]/128, 192.168.0.0/24 and smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination in your main.cf and reload or restart postfix This will allow hosts

Re: [Assp-user] Outbound spam problem

2014-04-07 Thread Miroslav Šebek
Hi, you must change user passwords anyway and I dont think it is possible to set ASSP to accept authenticated users from local network only, probably this could be done in your MTA configuration. when spammers sends spam with hacked account, your whitelist will be screwed up too :-( Miro. Dň

Re: [Assp-user] Outbound spam problem

2014-04-07 Thread SM Hosting.sk
Hey, it can be done in your MTA config. Which MTA are you using? Dňa 07.04.2014 18:59 Novak Attila wrote / napísal(a): > Hi everyone > > Our users using smtp authentication to send mail. > At times, passwords are released due to infected machines to the Internet. > These passwords from external

Re: [Assp-user] Outbound spam problem

2014-04-07 Thread Novák Attila
I'm using Postfix MTA. Postfix receives mail from the ASSP on localhost. > Hey, > > it can be done in your MTA config. Which MTA are you using? > > > Dňa 07.04.2014 18:59 Novak Attila wrote / napísal(a): >> Hi everyone >> >> Our users using smtp authentication to send mail. >> At times, passwo

[Assp-user] Outbound spam problem

2014-04-07 Thread Novak Attila
Hi everyone Our users using smtp authentication to send mail. At times, passwords are released due to infected machines to the Internet. These passwords from external networks to send spam server through. How to configure the following: Allow authentication to send mail only internal network.