Indirect relay on direct error

2008-10-20 Thread Michele
will know what do with them? Thanks, Michele

Relay mail for local user in local domain

2008-11-08 Thread Michele
er ([EMAIL PROTECTED]), but it's not the solution that I need What to try? Thanks, Michele

Relay/Deliver depending on full recipient email address?

2010-01-29 Thread Michele Carandente
discarded. I am using MySQL to store all my settings/users in. Can someone point me in the right direction? I have setup more basic postfix servers before but this is where my knowledge stops. I am currently using Debian Lenny with postfix version 2.5.5-1.1. Best Regards Michele

Say to Postfix which email need to be delivered locally based on the full email address and not just based on the local domain

2010-02-01 Thread Michele Carandente
Hello to everybody, I'm configuring a postfix server connected on internet with a slow dial-up connection. Basically I want to hold all emails to be sent (I'll send them manually when I want), plus I want to relay all the emails to different smtp servers (depends of the email). The configuration t

Re: Say to Postfix which email need to be delivered locally based on the full email address and not just based on the local domain

2010-02-01 Thread Michele Carandente
Hi Noel. Thanks for the reply. The problem is not when I receive emails(because I'll fetch it with a perl script), but when I've to send email(relay to smtp.gmail.com) from gmail. Any suggestions? Thanks Michele On 1 Feb 2010, at 17:16, Noel Jones wrote: On 2/1/2010 5:41 A

Re: Say to Postfix which email need to be delivered locally based on the full email address and not just based on the local domain

2010-02-02 Thread Michele Carandente
ix/mysql-virtual_mailboxes.cf virtual_uid_maps = static:5000 Thanks a lot Michele

Re: Say to Postfix which email need to be delivered locally based on the full email address and not just based on the local domain

2010-02-02 Thread Michele Carandente
Hi Noel, Thanks for the corrections... anyway this solution doen't solve the problem that I have. Infact I fetch the email for all my accounts (included gmail and hotmail accounts) with some Perl POP3 scripts. I want to use Postfix just to send email(relay it) from a hold queue. Let me explain be

Re: Say to Postfix which email need to be delivered locally based on the full email address and not just based on the local domain

2010-02-03 Thread Michele Carandente
ed as external one... I've tested this solution for all the afternoon and it's look like just fine... Are some of you able to say if there is not a bad part on it that I can not see? Thanks Michele

How to setup postfix to put the queued emails in hold (and not in deferred)

2010-02-04 Thread Michele Carandente
Hi to everybody. I've setup postfix to queue all the outgoing emails. Basically I've add in master.cf this line: hold unix - - n - - smtp And in main.cf I've wrote: defer_transports = hold default_transport = hold The problem is that the queued emails will be i

Setup "SMTP authentication" and "encrypted connections (SSL)" in postfix

2010-02-04 Thread Michele Carandente
Hello, I'm creating a mailserver based on postfix. This mailserver will relay the outgoing email to a main mailserver. There will be some accounts from some domain. So it could be that I need to setup the "SMTP authentication" and "encrypted connections (SSL)". Do you know how to setup that value

smtp_sasl_password_maps and more users with the same smtp host

2010-02-05 Thread Michele Carandente
he smtp host... so I've no way to match the sender... Any idea? Thanks Michele

I'm not able to smtp relay email to yahoo...

2010-02-05 Thread Michele Carandente
key_file = /etc/postfix/smtpd.key smtp_use_tls = yes smtp_tls_scert_verifydepth = 9 smtp_tls_loglevel = 1 smtp_sasl_tls_security_options = $smtp_sasl_security_options smtp_sasl_tls_verified_security_options = $smtp_sasl_security_options Am I making something wrong? Thanks Michele

Re: smtp_sasl_password_maps and more users with the same smtp host

2010-02-08 Thread Michele Carandente
Hi Wietse, thanks for the reply. I had a look at the link that you suggest me, but I didn't find the solution... The problem is that in 'smtp_sasl_password_maps' I can setup an authentication(username:password) for every smtp server. But if I have more than one user with a gmail account, I need to

Re: smtp_sasl_password_maps and more users with the same smtp host

2010-02-08 Thread Michele Carandente
Ok I found the solution: smtp_sender_dependent_authentication = yes Now I can match the sender and have the proper authentication... Thanks a lot Michele

Re: Setup "SMTP authentication" and "encrypted connections (SSL)" in postfix

2010-02-08 Thread Michele Carandente
Guys may somebody confirm that with my option I can offer both "SMTP authentication" and "encrypted connections (SSL)"? I'm creating a simple GUI to configure an email in this mailserver and I guess that with that options I don't need to add in the GUI the part for "SMTP authentication" and "encry

Re: How to setup postfix to put the queued emails in hold (and not in deferred)

2010-02-08 Thread Michele Carandente
ing a bit I found that should be something like: smtpd_sender_restrictions = permit_auth_destination static:hold but it's not working for me... In my configuration I'm matching the internal addresses in transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf Thanks Michele

Re: Setup "SMTP authentication" and "encrypted connections (SSL)" in postfix

2010-02-08 Thread Michele Carandente
that with the option 'smtpd_tls_security_level = may' I don't need to change nothing in the postfix configuration, so I don't need to add this feature in the GUI. Do you agree? Sorry for my questions, but I'm not a big expert of postfix and I'm trying to understand a bit better his behaviour... Thanks Michele

Re: How to setup postfix to put the queued emails in hold (and not in deferred)

2010-02-08 Thread Michele Carandente
o now I think I've to modify it, so that I'll tell that if the receiver is matching with an address of transport_maps (Internal email), then nothing, otherwhise put all the emails in HOLD. This is the theory. But pratically how the smtpd_recipient_restrictions should look like? Thanks Michele

Re: How to setup postfix to put the queued emails in hold (and not in deferred)

2010-02-08 Thread Michele Carandente
column will have as value 'virtual', so postfix will know if the receiver is internal or not. I hope now my configuration is more understandble. Thanks Michele

Re: admin GUI for Postfix (was: Re: Setup "SMTP authentication" ...)

2010-02-08 Thread Michele Carandente
Well, I'm making a kind of GUI because it must be implemented in another product. Anyway, coming back to my old question, I think I'm ok with SMTP authentication. Now I've just to setup how to change the encryption (SSL or TLS) and then I'm happy :p

Re: admin GUI for Postfix (was: Re: Setup "SMTP authentication" ...)

2010-02-08 Thread Michele Carandente
entication = yes If somebody can see some errors in this configuration, please let me know... Thanks Michele

Re: I'm not able to smtp relay email to yahoo...

2010-02-09 Thread Michele Carandente
Hi, since I moved from port 465 to port 587, it's look like working fine... Thanks Michele

Re: How to setup postfix to put the queued emails in hold (and not in deferred)

2010-02-09 Thread Michele Carandente
D automatically...otherwise I'll add a cronjob with the command: 'postsuper -h ALL' Cheers Michele

Re: How to setup postfix to put the queued emails in hold (and not in deferred)

2010-02-10 Thread Michele Carandente
tter solution I'll really appreciate it. Thanks a lot Michele

Re: How to setup postfix to put the queued emails in hold (and not in deferred)

2010-02-15 Thread Michele Carandente
say me 'virtual' if the email is local, ':' otherwise. So I don't know how to say to postfix which email will not be HOLD... I'm quite lost at the moment... can you put me in the right way? Thanks Michele

If I don't want to queue emails, which value I've to give to default_transport?

2010-02-15 Thread Michele Carandente
where the database was giving me the right value to do it. In this case which will be the value of default transport to send email without put in queue? I tried with an empty value, but it's not working... it's look like need to be commented out... any idea? Thanks Michele

I need to know the criterion of creation of a queued mail,so that I can retrieve the subject from it

2010-02-15 Thread Michele Carandente
you know the criterion how postfix create the email queued? If I find that the subject is always between Subject: and N%Date, I can easly write a script to retrieve it... Thanks Michele

Re: If I don't want to queue emails, which value I've to give to default_transport?

2010-02-17 Thread Michele Carandente
ause, as I said before, if I comment out this 2 commands, postfix is relaying without put in queue...) I hope I'm more understandable... Thanks Michele

Re: How to setup postfix to put the queued emails in hold (and not in deferred)

2010-02-24 Thread Michele Carandente
Hi guys. I'm still looking for the right solution... As I said before, I was thinking to put in a cronjob the command "postsuper -h ALL", but in that case I'll put in hold also the emails that are in queue because maybe there was an error during the delivery. Suggestions? Thanks Michele

composite plus dynamic recipient

2010-07-02 Thread Michele Petrazzo
Hi all, I have a local postfix configuration where lan users point to for send mails. If the recipient are inside virtual_alias_maps, postfix deliver email inside maildir, otherwise it forward it through relay_host. All works but like now I have to setup postfix for accept email, created by an a

spam detected in sending mail

2014-11-26 Thread Paolo De Michele
Wed, 26 Nov 2014 14:32:34 +0100 From: Paolo De Michele User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Paolo De Michele Subject: test Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit test

Re: spam detected in sending mail

2014-11-26 Thread Paolo De Michele
On 26/11/14 15:03, Cristiano Deana wrote: > On Wed, Nov 26, 2014 at 2:42 PM, Paolo De Michele > wrote: > >> Anyone can help me please? > Not enough details (log, domains, anything), but this > > Received: from [172.16.2.153] > (dynamic-adsl-78-15-215-90.client