Hi list
Im in the second part of my adventures configuring postfix servers :-).
This time my idea is to do a frontend relay server where only receives
mail and relay to the backend data server. I discovered the filter
$relayhost variable (to send mail), but for incoming mail I don't know
how to r
, 2013 at 01:36:15AM +0100, deconya wrote:
> Thanks for you answers
>
> I continue with the problem and I don't know where I can check more. At
> now the situation is
>
> -Sends mails deferred
>
> -In logs appears:
>
> Feb 12 01:20:50 mails
tpd_tls_wrappermode = no
smtpd_use_tls = yes
If anyone knows what I can do I'll be grateful, is maddening :-(
Best Regards
El 10/02/13 18:59, Viktor Dukhovni escribió:
> On Sun, Feb 10, 2013 at 01:46:59PM +0100, deconya wrote:
>
>> status=deferred (Server certificate not verifi
Hi
Recovering this thread Im configuring the CA certificates to validate
the smarthost used to filter spam. At now the connection works but
appears the message
status=deferred (Server certificate not verified)
I was looking all the information about it in howots, and seems that the
problem is wh
Hi
-Mensaje original-
De: Reindl Harald
Para: postfix-users@postfix.org
Asunto: Re: error using certificate server
Fecha: Fri, 08 Feb 2013 20:34:47 +0100
Am 08.02.2013 20:22, schrieb deconya:
> Hi
>
> Apologies for triplicate the mailing, my mail client blocks and sen
Hi
Apologies for triplicate the mailing, my mail client blocks and send for
and error two times the mail. The third was using webmail.
If i use smtp_tls_security_level=may the smarthost not will accept mails
because needs to use autentication using TLS inside relay_passwd
In main.cf I not con
Hi list
At now Im configuring the TLS function in my postfix 2.5.5 and Im having
a new problem.
First was that said untrusted issuer because not detect the
certificates. At now the message every time you sends is
status=deferred (Server certificate not verified)
I was configuring using a howto
Hi list
At now Im configuring the TLS function in my postfix 2.5.5 and Im having a new
problem.
First was that said untrusted issuer because not detect the certificates. At
now the message every time you sends is
status=deferred (Server certificate not verified)
I was configuring using a h
Hi list
At now Im configuring the TLS function in my postfix 2.5.5 and Im having
a new problem.
First was that said untrusted issuer because not detect the
certificates. At now the message every time you sends is
status=deferred (Server certificate not verified)
I was configuring using a howto
functions in postfix
Fecha: Fri, 8 Feb 2013 02:29:43 +
On Thu, Feb 07, 2013 at 11:08:11PM +0100, deconya wrote:
> Well, thanks to advice me about the diference. But how I can change it?
When configuring the Postfix SMTP client set the parameters documented
to work with smtp(8) and not th
100, deconya wrote:
>
>>>> smtp_sasl_auth_enable = no
>>> You've disabled SASL.
>> In main.cf appears
>>
>> smtpd_sasl_auth_enable = yes, why can appear no?
> You're not paying attention:
>
> "smtpd" != "smtp"
&
Hi
Thanks for your help Viktor, i comment inside mail:
El 07/02/13 19:15, Viktor Dukhovni escribió:
> On Thu, Feb 07, 2013 at 06:22:40PM +0100, deconya wrote:
>
>> smtp_sasl_password_maps = hash:/etc/postfix/relay_passwd
>>
>> relayhost = [smtp.puc.rediris.es]:2
e = no
smtpd_use_tls = yes
Any idea to not accept password_maps?
Thanks
-Mensaje original-
De: Ralf Hildebrandt
Para: postfix-users@postfix.org
Asunto: Re: questions about functions in postfix
Fecha: Thu, 7 Feb 2013 16:32:37 +0100
* deconya :
> Hi list
>
> Im looking to activ
Hi list
Im looking to activate a smarthost in my postfix, and for this I need to
use the function smtp_sasl_password_maps. I have and old server 2.5.5
and Im not sure if was supported in this old version. Where can I see
the changelogs to confirm this?
Thanks
Hi
The problem is that in logs not marks mail how autenticated, but user
and password is required to send.
Thanks
-Mensaje original-
De: deconya
Para: Postfix users
Asunto: problem configuring autentication sending mails
Fecha: Wed, 06 Feb 2013 16:38:42 +0100
HI list
Im working in a
HI list
Im working in a Postfix+openldap+dovecot platform, and now Im checking
how to activate autentication sending mails using dovecot. All this time
only was a relay and now I need to the a complete server.
my main.cf is:
# TLS parameters
smtpd_use_tls = yes
smtpd_tls_key_file = /etc/ssl/pri
Hi
I need to config gnarwl how autoresponder [1] , and Im using postfix
2.2 +Openldap +dovecot. I need to config aliases because when I
receive user1@mydomain forward to user1@autoreply.mydomain. And this
step I don't know how to make. Im looking aliases but inside openldap
I can only make alias f
> Am 07.04.2011 10:11, schrieb deconya:
>> Hi list
>>
>> I have diferent mailman lists mounted and I detected a problem making
>> tests to access, If I use telnet using other mailserver (mailserver.es
>> <http://mailserver.es/>) I receive this infor
. If I use $mydestination and aliases, not's the same?
Last question, If I use relay_recipient_maps what format needs to has
the file? Not appears (or I can't view it)
Thanks
2011/4/7 Matthias Andree
>
> Am 07.04.2011 10:11, schrieb deconya:
> > Hi list
> >
> >
Hi
I dont understand, I wrote something bad¿?
Thanks
2011/4/7 Daniel Bromberg
> On 4/7/2011 4:11 AM, deconya wrote:
>
>> Hi list
>>
>> I have diferent mailman lists mounted and I detected a problem making
>> tests
>> to access, If I use telnet usin
Hi list
I have diferent mailman lists mounted and I detected a problem making tests
to access, If I use telnet using other mailserver (mailserver.es) I receive
this information:
telnet mail.mydomain.com 25
Trying 84.88.68.66...
Connected to mail.mydomain.com.
Escape character is '^]'.
220 jupiter
Hi guys
Im looking how to make to config my postfix server to relay mails to other
antispam server but filtering by domain. Actually Im using relayhost
variable inside main.cf, but I need to mount different gateways for every
domain. I understand with this main.cf and using transport maps works fi
Hi guys
I need to configure my server to relay domains to and antispam server but by
different hosts. I was looking and now I have doubts.In my configuration Im
using two variables, relayhost and mydestination. I need to change it and I
found to use transport_maps but I don't view examples to unde
Hi guys
Im looking in my postfix mail server to configure a relayhost filtering by
domain. Actually has different subdomains sub1.domain.com
sub2.domain.comand a unique relayhost putted appointing to the
Antispam IP server. I need
to configure a subdomain test.mydomain.com appointing to other rela
Hi guys
Im viewing how to repair a problem using a postfix platform with openldap
and dovecot. This is the problem:
-When I create a new user inside openldap with mail account appears
correctly inside ldap but when I access first time appears inside
/var/spool/dovecot/ the folder of account bad.
Hi guys
My boss said me to know the statistics about use of webmail, exactly
which users used webmail during a week. Any of yours know how to make
it?
Im using Postfix + Dovecot + openldap + rouncube. If you need more
info please comment me.
Thanks!!
Hi guys
Im a newbie using postfix and Im having problems with a domain. Im
having no more than 100 accounts subscribed using ldap + postfix, and
sometimes when users goes to send a message this arrives how a bad
subdomain, and always the same. User with domain u...@mydomain.com
arrives to other us
thanks Noel
I don't like this option. too many risk.
Best Regards
On Mon, Apr 27, 2009 at 5:49 PM, Noel Jones wrote:
> deconya wrote:
>
>> Hi list
>>
>> Im looking diferent options to configure postfix main.cf <http://main.cf>
>> and I see the re
Hi list
Im looking diferent options to configure postfix main.cf and I see the
reject_unknown_client. I don't know if it's recomended because my postfix
server is used for external clients and more uses connections with dynamic
IP. If I put this, where goes, in smtp_recipient_restrictions or
smtp
,
reject_rbl_client bl.spamcop.net,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client psbl.surriel.com,
permit
Any idea where is the cause of external rejections?
Thanks && Best Regards
On Mon, Apr 27, 2009 at 11:26 AM, deconya wrote:
> Hi list
>
> The first thin
Hi list
The first thing to do will be a blacklist created for me. Im looking to make
it and is putting the line:
check_client_access hash:/etc/postfix/blacklist
but I have doubts. Where I need to put this? in smtp_recipient_restrictions
or in smtpd_client_restrictions?
The content inside the arc
Hi list
Im with the next problem: I have and old server and Im in process to migrate
to a better machine, but actually Im having spam attacks in the server than
saturate it. For the age of the server and because in two weeks is replaced
I can't install any program like spamity or similar to help
Yes but this server is used to connect the clients of my company and
generates too much spam. I prefer to have repeated the blacklists and
recheck mails. The level of spam was reduced in 90 % or more!!
This afternoon I will test permit_mynetwork and permit_sasl_authenticated.
Thanks && Best Regar
,
reject_rbl_client dnsbl.njabl.org,
reject_rbl_client zombie.dnsbl.sorbs.net
Is correct here?
Thanks
On Mon, Apr 20, 2009 at 2:27 PM, Noel Jones wrote:
> deconya wrote:
>
>> Hi list
>>
>> I would like to make a question about the use of blacklists. I used
>> rbl.orbitrb
:/etc/postfix/spammer,
reject_non_fqdn_sender
I understand that all mails I put in spammer will be rejected when try to
send no?
Thanks && Best Regards
On Mon, Apr 20, 2009 at 1:47 PM, Daniel Luttermann wrote:
> deconya wrote:
>
> > Hi list
>
> > I would like
Hi list
I would like to make a question about the use of blacklists. I used
rbl.orbitrbl.com but has a bad refresh. Last friday y delete and IP and
appears how to blacklisted today (monday). Finally I must to delete this
blacklist inside the smtp_client_restrictions. Which are the best
blacklists.
fix/access,
# reject_unknown_client,
reject_rbl_client zen.spamhaus.org
goes right, one first step .-)
Other good blacklists?
Thanks && Best Regards
On Thu, Apr 16, 2009 at 1:29 PM, Ralf Hildebrandt <
ralf.hildebra...@charite.de> wrote:
> * deconya :
> > Hi lis
Hi list
Im having problems with smtpd_sender_restrictions and
smtpd_client_restrictions options. Actually I have:
smtpd_sender_restrictions =
reject_unknown_sender_domain,
check_sender_access hash:/etc/postfix/spammer,
reject_non_fqdn_sender
smtpd_client_restrictions=
t; wrote:
> On Wed, Mar 11, 2009 at 08:37:17PM +0100, deconya wrote:
>
> > smtpd_recipient_restrictions =
> > check_recipient_access hash:/etc/postfix/overquota
> > permit_mynetworks
> > permit_sasl_authenticated
> >
Hi
im using smtp to send but filtering all with amavisd. The solution of
content-filter needs to create in main.cf or in master.cf?
Thanks
On Fri, Mar 20, 2009 at 12:08 AM, mouss wrote:
> deconya a écrit :
> > Hi
> >
> > Im configuring a server with postfix amavisd
Hi
Im configuring a server with postfix amavisd and spamassassin and appears a
problem with the antispam rules. There are one application that uses the
server to send to different clients mails but the amavisd detect howo to
spam this mails. How I can create an exception? I would like to create a
Regards
On Wed, Mar 11, 2009 at 8:11 PM, Victor Duchovni <
victor.ducho...@morganstanley.com> wrote:
> On Wed, Mar 11, 2009 at 08:02:55PM +0100, deconya wrote:
>
> > Hi people
> >
> > Im with a biggest problem in my postfix server because today the people
> > c
Hi people
Im with a biggest problem in my postfix server because today the people
can't use the server to send any mail only receive. This error is produced
how to randomand every time in the logs appears the same
Mar 11 19:24:53 correo postfix/smtpd[27553]: NOQUEUE: reject: RCPT from
ip-89-102-9
Hi!
Im upgrading a server with Postfix and in the part to upgrade the Amaisd
from 2.1.2 version to 2.6.1 it appears the next message when Im in the debug
part:
Problem in Amavis::DB or Amavis::DB::SNMP code: Can't locate loadable object
for module BerkeleyDB in @INC (@INC contains:
/usr/lib/perl5
Hi
Im new postfix and Im learning how to use. My first problem is about the
spam because in my server are incoming mails with my domain but using bad
adresses and making copy to the aol.com domain. Im making:
#postqueue -p | grep ' Feb @aol.com' | sed 's/*//' | awk '{print $1}'
>spam.txt
but
45 matches
Mail list logo