Re: Avoiding Domain not found errors

2012-02-08 Thread Reindl Harald
Am 08.02.2012 07:06, schrieb N. Yaakov Ziskind: DN Singh wrote (on Wed, Feb 08, 2012 at 10:50:50AM +0530): The setting can be changed in the parameter smtpd_sender_restrictions reject_unknown_sender_domain, if it is necessary. That would let in *all* mail from nonexistent domains, which I

Re: selecting outbound IP

2012-02-08 Thread Joe Wong
I read the details of the multiple instance support but it's not clear to me how I can use it to achieve my goal. Do anyone have similar setup and share your configuration here? Many Thanks, - Joe On Tue, Feb 7, 2012 at 11:01 PM, Joe Wong joewon...@gmail.com wrote: Thanks Reindl. On Tue,

Database import of user-submitted mail

2012-02-08 Thread Fabio Sangiovanni
Hello list, my apologies in advance for the almost OT question. I need to setup a mail server that does a particular thing: it receives mail (from user SMTP submission, not as final destination) and, instead of relay, does something that ends up in having the mail (body + headers + attachments)

Re: Installing Postfix and Dovecot on CentOS6

2012-02-08 Thread Andre Lopes
Hi all, Thanks for the help. I've discovered that I was missing some details in SELinux (Using CentOS6) [code] wget linuxmail.info/files/rhel6/postfixdovecotsasl.te checkmodule -M -m -o postfixdovecotsasl.mod postfixdovecotsasl.te semodule_package -o postfixdovecotsasl.pp -m

Re: Database import of user-submitted mail

2012-02-08 Thread Simone Caruso
On 08/02/2012 10:19, Fabio Sangiovanni wrote: it receives mail (from user SMTP submission, not as final destination) and, instead of relay, does something that ends up in having the mail (body + headers + attachments) in a mysql table You can write a custom 'deliver' that copies your emails

Re: Avoiding Domain not found errors

2012-02-08 Thread /dev/rob0
On Wed, Feb 08, 2012 at 01:06:44AM -0500, N. Yaakov Ziskind wrote: DN Singh wrote (on Wed, Feb 08, 2012 at 10:50:50AM +0530): The setting can be changed in the parameter smtpd_sender_restrictions reject_unknown_sender_domain, if it is necessary. That would let in *all* mail from

Re: Implement SMTP Auth in a non-disruptive way?

2012-02-08 Thread Reindl Harald
Am 08.02.2012 14:57, schrieb Peter Tselios: Hallo, So far I have not implemented SMTP Auth for various reasons (on of them was the fact that I had no Postfix installed). Anyway, I would like to implement it, but since I have a relatively large base (200K emails), I would like to do it

Re: Database import of user-submitted mail

2012-02-08 Thread Fabio Sangiovanni
Hi, thank you for your reply. The point here is that I don't want to store messages that I receive as final destination, but those that, in a normal situation, I would act as a relay for. My scenario is the following: internet - mta for user submission (smtp) - sql backend The mta isn't

Re: Implement SMTP Auth in a non-disruptive way?

2012-02-08 Thread Larry Stone
On Wed, 8 Feb 2012, Peter Tselios wrote: So far I have not implemented SMTP Auth for various reasons (on of them was the fact that I had no Postfix installed). Anyway, I would like to implement it, but since I have a relatively large base (200K emails), I would like to do it in a

Upgrade from 2.3.3 to 2.9

2012-02-08 Thread list
Wondering if anyone has made this leap recently, and what changes/gotchas might be pertinent?

Re: Upgrade from 2.3.3 to 2.9

2012-02-08 Thread Reindl Harald
Am 08.02.2012 16:20, schrieb l...@airstreamcomm.net: Wondering if anyone has made this leap recently, and what changes/gotchas might be pertinent? clone your configuration in a virtual machine and try it SIX major releases is a lot, even having the fact that Wietse is very careful with

Re: Upgrade from 2.3.3 to 2.9

2012-02-08 Thread Viktor Dukhovni
On Wed, Feb 08, 2012 at 04:25:04PM +0100, Reindl Harald wrote: SIX major releases is a lot, even having the fact that Wietse is very careful with changes in mind the problem is that even he can not say what exactly has changed since long not supported releases and how will this possibly

Re: Database import of user-submitted mail

2012-02-08 Thread Simone Caruso
On 08/02/2012 15:16, Fabio Sangiovanni wrote: but those that, in a normal situation, I would act as a relay for. You can redirect them to 'your daemon' with 'relayhost' or with a specific transport map. -- Simone Caruso IT Consultant +39 349 65 90 805

Re: Upgrade from 2.3.3 to 2.9

2012-02-08 Thread Reindl Harald
Am 08.02.2012 16:32, schrieb Viktor Dukhovni: On Wed, Feb 08, 2012 at 04:25:04PM +0100, Reindl Harald wrote: SIX major releases is a lot, even having the fact that Wietse is very careful with changes in mind the problem is that even he can not say what exactly has changed since long not

Re: Upgrade from 2.3.3 to 2.9

2012-02-08 Thread list
On Wed, 8 Feb 2012 15:32:55 +, Viktor Dukhovni postfix-us...@dukhovni.org wrote: On Wed, Feb 08, 2012 at 04:25:04PM +0100, Reindl Harald wrote: SIX major releases is a lot, even having the fact that Wietse is very careful with changes in mind the problem is that even he can not say

Re: Postfix installation problem...

2012-02-08 Thread Mr fix
Thanks a ton for the reply. I have compared the working version(2.4.6) box vs this one 2.8.7 here are the results. 1. postfix-script files exist at same locations. [root@box-1 /]# find / -name postfix-script /etc/postfix.one/postfix-script /etc/postfix.two/postfix-script [root@box-2 /]# find

Re: Upgrade from 2.3.3 to 2.9

2012-02-08 Thread Mr fix
The closest jump we are trying to now is from 2.4 to 2.8, but still in installation phase. :) - Original Message - From: l...@airstreamcomm.net l...@airstreamcomm.net To: postfix-users@postfix.org Cc: Sent: Wednesday, February 8, 2012 10:10 AM Subject: Re: Upgrade from 2.3.3 to 2.9

Re: Postfix installation problem...

2012-02-08 Thread Viktor Dukhovni
On Wed, Feb 08, 2012 at 08:47:27AM -0800, Mr fix wrote: I have compared the working version(2.4.6) box vs this one 2.8.7 here are the results. 1. postfix-script files exist at same locations. [root@box-1 /]# find / -name postfix-script /etc/postfix.one/postfix-script

Re: Disallow user to send external mails

2012-02-08 Thread Denis Witt
On 07.02.2012 13:57, Nikolaos Milas wrote: I wonder if there is an easy solution to disallow a specific sender (From-Header) to send e-mails to non $mydestination addresses. Check smtpd_sender_restrictions and/or smtpd_client_restrictions, as well as restriction classes:

Re: Postfix installation problem...

2012-02-08 Thread Mr fix
Just tried that brute force and worked.your reference validates the issue. These things generally happen when we jump 4 versions in one shot, thank you very much for pitching in. We have multiple instances running so as per older way they distributed postfix-files, -script -install in

Re: Postfix installation problem...

2012-02-08 Thread Wietse Venema
Mr fix: Thanks a ton for the reply. I have compared the working version(2.4.6) box vs this one 2.8.7 here are the results. 1. postfix-script files exist at same locations. [root@box-1 /]# find / -name postfix-script /etc/postfix.one/postfix-script /etc/postfix.two/postfix-script

Copy outgoing messages

2012-02-08 Thread Josep
Hello. I'm configuring  my own domain with Postfix, I have set up as this: user1 - personal mail ( 3 email addresses via aliases ) user2 - mail lists user3 - spam catch for spamassassin learn purposes user4 - a copy of user1 in /etc/postfix/aliases , so all mail received in user1

Re: Disallow user to send external mails

2012-02-08 Thread /dev/rob0
On Wed, Feb 08, 2012 at 06:06:24PM +0100, Denis Witt wrote: On 07.02.2012 13:57, Nikolaos Milas wrote: I wonder if there is an easy solution to disallow a specific sender (From-Header) to send e-mails to non $mydestination addresses. Check smtpd_sender_restrictions and/or

Re: selecting outbound IP

2012-02-08 Thread Andrew Beverley
On Wed, 2012-02-08 at 16:46 +0800, Joe Wong wrote: I read the details of the multiple instance support but it's not clear to me how I can use it to achieve my goal. Do anyone have similar setup and share your configuration here? Please don't top post. You'll have to give some more details as

How to install SPF Framework in Postfix

2012-02-08 Thread Andre Lopes
Hi all, I have configured a Postfix e-mail server but all emails sent to Hotmail.com go to the trash... the first question is... configuring SPF should solve that? If yes, what is the best way of configuring SPF in Postfix + Dovecot? Some clues? Best Regards,

Re: How to install SPF Framework in Postfix

2012-02-08 Thread Reindl Harald
Am 09.02.2012 01:15, schrieb Andre Lopes: Hi all, I have configured a Postfix e-mail server but all emails sent to Hotmail.com go to the trash... the first question is... configuring SPF should solve that? SHOULD LOGS how should anybody gues what can solve this if nobody is knwoing the

Re: How to install SPF Framework in Postfix

2012-02-08 Thread Wietse Venema
Andre Lopes: If yes, what is the best way of configuring SPF in Postfix + Dovecot? Some clues? See: http://www.openspf.net/Implementations Implementations that use the Sendmail Milter protocol may also work with Postfix. Wietse

Re: How to install SPF Framework in Postfix

2012-02-08 Thread Andre Lopes
Hi all, Thanks for the reply's. Maybe I have not explained well my problem. I have configured a new e-mail server for a new domain, but the problem with Hotmail is old in other websites that I have configured, the e-mails sent go directly to the trash. Anyone have ever had the same problem with

Re: How to install SPF Framework in Postfix

2012-02-08 Thread Noel Jones
On 2/8/2012 6:42 PM, Andre Lopes wrote: Hi all, Thanks for the reply's. Maybe I have not explained well my problem. I have configured a new e-mail server for a new domain, but the problem with Hotmail is old in other websites that I have configured, the e-mails sent go directly to the

Re: How to install SPF Framework in Postfix

2012-02-08 Thread Reindl Harald
you are not willing to understand that if some other server is trahsing mails you sent and you are speaking of SPF that there is nothing to configure in YOUR MAILSERVER SPF is a DNS record you define in your nameserver the other server may look if you defined one and verify it there is no single

Linux filesystem advice for email use

2012-02-08 Thread Ori Bani
Hi, I'd like to know if anyone here has any thoughts or opinions about the best linux filesystem to use for an email system. There will be some small amount of website data on the system (including webmail to read the emails), although I could move that to another partition if need be. Anyone

Re: selecting outbound IP

2012-02-08 Thread Joe Wong
Hello Andy, Sorry I should state the details initially. I am hosting multiple domains say joe.com jay.net some other domains I would like to route email sent from user in joe.com through IP address 1, user in jay.net via IP address 2, the rest go through IP address 3. after looking into the

Postfix training

2012-02-08 Thread l...@airstreamcomm.net
Looking for suggestions on classes or consulting with an educational aspect for advanced postfix administration in and around the upper Midwest US (we are open to any classes in Hawaii :). By the way, big thanks to the people that use this list for providing a better support structure than any

Re: Linux filesystem advice for email use

2012-02-08 Thread Bill Cole
On 8 Feb 2012, at 20:19, Ori Bani wrote: Hi, I'd like to know if anyone here has any thoughts or opinions about the best linux filesystem to use for an email system. There will be some small amount of website data on the system (including webmail to read the emails), although I could move that

Re: selecting outbound IP

2012-02-08 Thread Noel Jones
On 2/8/2012 7:21 PM, Joe Wong wrote: Hello Andy, Sorry I should state the details initially. I am hosting multiple domains say joe.com jay.net some other domains I would like to route email sent from user in joe.com through IP address 1, user in jay.net via IP address 2, the rest go

Re: Linux filesystem advice for email use

2012-02-08 Thread list
On Wed, 8 Feb 2012 17:19:05 -0800, Ori Bani orib...@gmail.com wrote: Hi, I'd like to know if anyone here has any thoughts or opinions about the best linux filesystem to use for an email system. There will be some small amount of website data on the system (including webmail to read the

Re: selecting outbound IP

2012-02-08 Thread Joe Wong
Hello Noel, The IP I mentioned was not the remote IP, but the IP address in the oubound MTA machine. - Joe On Thu, Feb 9, 2012 at 10:27 AM, Noel Jones njo...@megan.vbhcs.org wrote: On 2/8/2012 7:21 PM, Joe Wong wrote: Hello Andy,  Sorry I should state the details initially. I am hosting

Re: selecting outbound IP

2012-02-08 Thread Noel Jones
On 2/8/2012 9:24 PM, Joe Wong wrote: Hello Noel, The IP I mentioned was not the remote IP, but the IP address in the oubound MTA machine. - Joe [please don't top post] Indeed. Use sender_dependent_default_transport_maps to select a transport defined in master.cf that is bound to a

Re: Implement SMTP Auth in a non-disruptive way?

2012-02-08 Thread Jose Ildefonso Camargo Tolosa
Greetings, Reindi, search through postfix docs for that: + permit_sasl_authenticated + permit_mynetworks (play with the mynetworks definition, so, initially you allow all mail from your local network, and when *all* of your users moved to new authenticated schema, you just removed local

Re: Implement SMTP Auth in a non-disruptive way?

2012-02-08 Thread Reindl Harald
Am 09.02.2012 04:49, schrieb Jose Ildefonso Camargo Tolosa: Greetings, Reindi, search through postfix docs for that: + permit_sasl_authenticated + permit_mynetworks (play with the mynetworks definition, so, initially you allow all mail from your local network, and when *all* of your

Re: selecting outbound IP

2012-02-08 Thread Joe Wong
On Thu, Feb 9, 2012 at 11:41 AM, Noel Jones njo...@megan.vbhcs.org wrote: On 2/8/2012 9:24 PM, Joe Wong wrote: Hello Noel, The IP I mentioned was not the remote IP, but the IP address in the oubound MTA machine. - Joe [please don't top post] Indeed.  Use

Σχετ: Implement SMTP Auth in a non-disruptive way?

2012-02-08 Thread Peter Tselios
Well, There are a number of reasons. Like for example, stopping emails from non-existed users, or stopping email bombing from zombie PCs.  The majority of emails in the queues of my MTA is backscatter and one of the ways to reduce it is SMTP Auth. More important thought is the need to enable

Σχετ: Implement SMTP Auth in a non-disruptive way?

2012-02-08 Thread Peter Tselios
Well, I believe you meaning: reject_unauthenticated_sender_login_mismatch. I tried that on my test env, but I did not add the permit_sasl_authenticated and I had issues. Now, it's better, thanks! I still need the DSN style message back for those users and I hope to have some ideas. -

rfc822 regex

2012-02-08 Thread Ram
I am trying to validate email ids of subscribers coming to my site Is there a standard regular expression for email id syntax that confirms to rfc822. I want to avoid junk entries from entering my database. Postfix already checks this syntax in RCPT-TO , but is this regex available