Hello
I wonder how to reject a particuliar address at MX machine
actually I use :
smtpd_sender_restrictions =
\check_sender_access hash:/usr/local/etc/postfix/sender_access
on the mailhub which is not "Internet visible" but I would like to
reject with the MX machine to avoid transmission to th
Hello
Is it possible to use transport ( from the MX ) to redirect a
particuliar external sender address ?
I mean :
if the MX receive an email from t...@domain.tld I want to reroute this
email to another account/machine than the internal mailhub.
Thanks for any info
Hello all ( Postfix and Dovecot )
Trying to use deliver as mailbox_command with Postfix I get this
error each time an email is arriving
deliver(): Error: file_dotlock_create(/var/mail/)
failed: Permission denied (euid=3003() egid=3010(smig) missing
+w perm: /var/mail) (
On 02/12/10 18:25, Stan Hoeppner wrote:
Frank Bonnet put forth on 2/12/2010 10:05 AM:
Hello all ( Postfix and Dovecot )
Trying to use deliver as mailbox_command with Postfix I get this
error each time an email is arriving
deliver(): Error: file_dotlock_create(/var/mail/
Hello
I have the following rules in main.cf :
smtpd_recipient_restrictions =
reject_invalid_hostname,
reject_non_fqdn_sender,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unauth_pipelining,
permit_mynetworks,
reject_unauth_destination,
reject_unli
On 02/17/10 11:32, Barney Desmond wrote:
On 17 February 2010 20:07, Frank Bonnet wrote:
smtpd_recipient_restrictions =
reject_invalid_hostname,
reject_non_fqdn_sender,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unauth_pipelining,
permit_mynetworks
Hello
I get this error since few hours :
(Host or domain name not found. Name service error for
name=bart.esiee.fr type=A: Host not found, try again)
the machine bart.esiee.fr has a FQDN and is
on my LAN , any idea of what happen ?
mail# nslookup bart
Server: 147.215.1.4
Address:
thanks for your answers
I finally modify the smtp_host_lookup option as the following :
smtp_host_lookup = dns,native
then hosts resolution works right again
Erwan David a écrit :
On Thu, Feb 25, 2010 at 09:21:05AM CET, Patrick Ben Koetter
said:
* Frank Bonnet :
Hello
I get this error
Hello
Is there a possibility to reject that kind of forged email
I have one domain, say domain.com and I want to reject emails
that pretend to be sent from domain.com
but are NOT into our IP range say 123.123.0.0/16
Thank you
Le 25/03/2010 09:41, Ralf Hildebrandt a écrit :
* Frank Bonnet:
Hello
Is there a possibility to reject that kind of forged email
I have one domain, say domain.com and I want to reject emails
that pretend to be sent from domain.com
but are NOT into our IP range say 123.123.0.0/16
http
Hello
I would like to check the relay_recipients_maps BEFORE the greylisting
is it possible ?
Thank you
Hello
is it possible to have several declared files/db in
the relay_recipient_maps statement ?
Thanks
On 09/01/2010 03:52 PM, Victor Duchovni wrote:
On Wed, Sep 01, 2010 at 03:49:44PM +0200, Frank Bonnet wrote:
Hello
is it possible to have several declared files/db in
the relay_recipient_maps statement ?
Yes, but it is a bad idea, multiple indexed files increase lookup disk
I/O cost and
Hello
is it possible to use LDAP lookup in the relay_recipients_maps
statement ?
If yes ant infos links welcome !
Thanks
Hello
I actually use postgrey as greylisting utility
I have no experience with other greylisting softwares
but Postfix "gurus" advice would be greatly appreciated
to compare and eventually change for another software.
Thanks a lot
Hello
I would like to use LDAP ( OpenLDAP ) aliases from our MX server
in order to forward emails to the internal mailhub.
The MX use the transport utility to forward emails to the mailhub
and does not perform local deliveries.
Thanks for any infos
<>
Thank you !
On 10/08/2010 03:00 PM, Wietse Venema wrote:
Frank Bonnet:
Hello
I would like to use LDAP ( OpenLDAP ) aliases from our MX server
in order to forward emails to the internal mailhub.
The MX use the transport utility to forward emails to the mailhub
and does not perform local
OK understood ! Thanks for your help :-)
Le 08/10/2010 17:15, Wietse Venema a écrit :
Frank Bonnet:
I would like to use LDAP ( OpenLDAP ) aliases from our MX server
in order to forward emails to the internal mailhub.
The MX use the transport utility to forward emails to the mailhub
and does
Thanks a lot for your help !
Le 08/10/2010 17:47, Victor Duchovni a écrit :
On Fri, Oct 08, 2010 at 11:15:46AM -0400, Wietse Venema wrote:
/etc/postfix/main.cf:
transport_maps = mapping from example.com to smtp:mailhub.example.com
relay_domains = example.com
virtual_alias_map
Hello
Is it possible to check the relay_recipient_maps BEFORE greylisting ?
Thank you
relay_recipient_maps = hash:/usr/local/etc/postfix/relay_recipients
smtpd_recipient_restrictions =
reject_unknown_recipient_domain,
reject_unauth_pipelining,
permit_mynetworks,
reject_unauth_des
Thank you Wiese.
On 10/15/2010 12:43 PM, Wietse Venema wrote:
Frank Bonnet:
Hello
Is it possible to check the relay_recipient_maps BEFORE greylisting ?
By default, Postfix rejects unknown recipients at the end of
smtpd_recipient_restrictions, but you can reject them earlier.
See:
http
It depend on which Linux's version you use it seems
I had this problem with Debian
I've added the ulimit command INSIDE the script that launch
Postfix to avoid the problem
On 11/08/2010 01:15 PM, Ralf Hildebrandt wrote:
Using
% ulimit -n 8192
% postfix start
Postfix is working flawlessliy,
Hello
I use smtpd_sender_restrictions map to filter undesirable addresses
actually I had manually a bunch of addresses every day.
I wonder if it would be possible to do that by forwarding this SPAM to
a "special" email address ?
I mean the fact to forward the email would start a script on the M
Hello
Would it be possible to duplicate all incoming email
for a domain to two mailhubs ?
|> prod mailhub
ncoming emails --> MX ---|
|> bkup mailhub
I imagine the best would be to u
Hello
I'm running postfix with NIS auth and I would like to send an autoresponse
for emails that are sent to users that have been deleted ( gone for
another place )
I do not remember if it is possible ?
Thank you
On 11/30/2010 01:44 PM, Ralf Hildebrandt wrote:
* Frank Bonnet:
Hello
I'm running postfix with NIS auth and I would like to send an autoresponse
for emails that are sent to users that have been deleted ( gone for
another place )
I do not remember if it is possible ?
man 5 relocated
Hello
I need to tell postfix respond with an SMTP error code
for some internal particuliars addresses used by inhouse
applications.
Is it possible ? If yes how ?
Thank you
Hello
a
Is it possible to forward all errors messages that have been received by
ALL our users due to a wrong email address they have typed
to the postmaster ( or another address ) ?
Thanks a lot
Thank
I've just found the notify_class statement that does what
I need
Sorry for the noise ...
On 12/03/2010 04:38 PM, Victor Duchovni wrote:
On Fri, Dec 03, 2010 at 04:34:27PM +0100, Frank Bonnet wrote:
Hello
I need to tell postfix respond with an SMTP error code
for some int
Hello
I'm searching for an automated solution that will split
bigs emails in several parts ( as we do with mpack manually )
then reassemble them at reception.
It would be transparent for the user that would
receive only one big email.
Any infos welcome
Thanks
Thanks for the reply
My purpose is for internals emails use only ! so the control would be OK
On 12/20/2010 01:17 PM, J. Roeleveld wrote:
On Monday 20 December 2010 13:11:16 Frank Bonnet wrote:
Hello
I'm searching for an automated solution that will split
bigs emails in several
Hello
I receive periodically some spams that pretend to be
from my domain.
Looking in emaila headers I can see where the email come from
Received: from 174.subnet222-124-154.static.astinet.telkom.net.id
(unknown [222.124.154.172])
Of course the header has been rewrited but is there a possibi
*** Can't find aol.com: No answer
Same in LT:
nslookup
set type=mx
server dns-02.ns.aol.com
Default server: dns-02.ns.aol.com
Address: 205.188.157.232#53
aol.com
Server: dns-02.ns.aol.com
Address:205.188.157.232#53
*** Can't find aol.com: No answer
--
Frank BONNET
Hello
is it possible to immediately send bounce to a sender in case
of problem on my server instead of delaying it ?
thanks
Hello
Would it be possible to delay the arrival of some particular addresses ?
( ala greylisting but only for a list of addresses )
Thanks a lot
On 01/21/2011 12:47 PM, Wietse Venema wrote:
Frank Bonnet:
Hello
Would it be possible to delay the arrival of some particular addresses ?
( ala greylisting but only for a list of addresses )
This requires a Milter or policy plugin.
Wietse
hello
could you recommend one ?
thank you
On 01/21/2011 01:58 PM, Christian Roessner wrote:
Hi,
Would it be possible to delay the arrival of some particular addresses ?
( ala greylisting but only for a list of addresses )
This requires a Milter or policy plugin.
you can use postgrey and a (pcre-) map, which triggers a restriction_cla
On 02/01/2011 05:43 PM, Victor Duchovni wrote:
On Tue, Feb 01, 2011 at 05:33:14PM +0100, Ignacio Garcia wrote:
Hi there. Hi, I've been googling around all morning and I'm
completely ignorant on what I'm going to ask, so please forgive me if I
make no sense. I have 2 independent servers running
Hello
I'm migrating my mailhub.
on the fly I'm converting the mailboxes format from MBOX to Maildir
and I wonder how to use the vacation program ( or equivalent ) with
Maiidir format ?
Thanks for any infos , links ... etc.
Hello
Just few words to say how postscreen is great !
Thanks for that !!!
On 02/04/2011 08:36 AM, mouss wrote:
Le 03/02/2011 10:24, Frank Bonnet a écrit :
Hello
I'm migrating my mailhub.
on the fly I'm converting the mailboxes format from MBOX to Maildir
and I wonder how to use the vacation program ( or equivalent ) with
Maiidir format ?
vacation has
Hello
I've googled around to tune a bit my mailhub ( AMD64 FreeBSD 8.1, 12 Gb
RAM, 2 Tb raid5 disks , ~4000 mailboxes unix users )
but I am a bit confused,
All my clients use thunderbird as MUA ( IMAP, IMAPS ) to connect to the
mailhub
no direct access to the machine.
Any of you guys has s
On 02/17/2011 02:47 PM, Noel Jones wrote:
On 2/17/2011 7:32 AM, Nikolaos Milas wrote:
Thanks Witsie,
Could the use of an IMAP client program (workstation-based or
web-based, like Squirrelmail) to access the incoming ("new/"
Maildir) mailbox, somehow override the directive?
The postfix limit i
Encrypting emails would be simplier ( gpg or pgp )
Le 25/02/2011 09:02, Nicolas Michel a écrit :
Hello,
I was asking myself about the kind of connection used by a MTA to
contact another one.
For exemple, I know that we can setup in a MUA an SSL (or TLS)
connection when configuring the SMTP con
Hello
We are in trouble with GMAIL ( and probably yahoo too )
We run a web application to register new students.
When the registration is completed an email is sent by the application
to the student's email address to confirm the registration and give
some informations.
Our problem is that occ
..?)
;; ANSWER SECTION:
esiee.fr. 86395 IN TXT "v=spf1 ip4:147.215.1.0/2 mx -all"
Regards,
--
Erwan
Frank Bonnet wrote:
Hello
We are in trouble with GMAIL ( and probably yahoo too )
We run a web application to register new students.
When the registration is completed an email is sent
Hello
Is it possible to configure postfix to use some round-robin
mechanisms to send emails with several SMTP servers ?
I mean to SEND emails to the external world, not to receive.
Thank you.
On 03/10/2011 09:09 PM, Stan Hoeppner wrote:
> Frank Bonnet put forth on 3/10/2011 9:55 AM:
>> Hello
>>
>> Is it possible to configure postfix to use some round-robin
>> mechanisms to send emails with several SMTP servers ?
>>
>> I mean to SEND emails to the
On 03/11/2011 09:51 AM, Frank Bonnet wrote:
> On 03/10/2011 09:09 PM, Stan Hoeppner wrote:
>> Frank Bonnet put forth on 3/10/2011 9:55 AM:
>>> Hello
>>>
>>> Is it possible to configure postfix to use some round-robin
>>> mechanisms to send emails with
Hello
Sorry if this seems a bit off topic ...
Postfix is really a great piece of software
and we all thanks to Wiese for his tremendous work.
But to fight spam and all other malicious
problems it's getting more and more sophisticated
and complex to configure every day.
It is not a criticism it i
Hello
I want to discard one address before it will be send
on our smtp outgoing server ( problem with some infected PCs )
Which statement should I use to do so ?
Thanks a lot
Hello
We have an inhouse application that deliver emails
to validate students registrations.
For adminitrative purpose we nedd to keep a copy of
each sent email.
I activated the sender_bcc_maps feature to send a
copy to another administrative email address :
in the sender_bcc_maps map I have the
On 03/25/2011 10:56 AM, Ralf Hildebrandt wrote:
> * Frank Bonnet :
>> Hello
>>
>> We have an inhouse application that deliver emails
>> to validate students registrations.
>>
>> For adminitrative purpose we nedd to keep a copy of
>> each sent email.
>
On 03/25/2011 11:32 AM, Ralf Hildebrandt wrote:
> * Frank Bonnet :
>
>> smtp inetn - n - 300 smtpd
>-o receive_override_options=no_address_mappings
>
Thank you Ralf .
On 03/25/2011 11:32 AM, Ralf Hildebrandt wrote:
> * Frank Bonnet :
>
>> smtp inetn - n - 300 smtpd
>-o receive_override_options=no_address_mappings
>
It does not work, the target still receive two copies.
On 03/25/2011 02:47 PM, Ralf Hildebrandt wrote:
> * Frank Bonnet :
>> On 03/25/2011 11:32 AM, Ralf Hildebrandt wrote:
>>> * Frank Bonnet :
>>>
>>>> smtp inetn - n - 300 smtpd
>>>-o receive_override_options
On 03/25/2011 03:01 PM, Ralf Hildebrandt wrote:
> * Frank Bonnet :
>> On 03/25/2011 02:47 PM, Ralf Hildebrandt wrote:
>>> * Frank Bonnet :
>>>> On 03/25/2011 11:32 AM, Ralf Hildebrandt wrote:
>>>>> * Frank Bonnet :
>>>>>
>>>
On 03/25/2011 11:32 AM, Ralf Hildebrandt wrote:
> * Frank Bonnet :
>
>> smtp inetn - n - 300 smtpd
>
>-o receive_override_options=no_address_mappings
>
You means this instead ?
#
# Postfix master process configuration file
On 03/25/2011 03:31 PM, Frank Bonnet wrote:
> On 03/25/2011 11:32 AM, Ralf Hildebrandt wrote:
>> * Frank Bonnet :
>>
>>> smtp inetn - n - 300 smtpd
>>
>>-o receive_override_options=no_address_mapping
Hello
This morning postscreen have rejected a valid address
at my site see below the error message:
Thank you for any info on this problem
Apr 21 08:40:47 hp9 postfix/postscreen[90348]: NOQUEUE: reject: RCPT
from [68.71.215.211]:22149: 450 4.3.2 Service currently unavailable;
from=, to=,
proto=E
Le 15/05/2011 02:42, jason hirsh a écrit :
On May 14, 2011, at 2:20 PM, Victor Duchovni wrote:
On Sat, May 14, 2011 at 01:56:00PM -0400, jason hirsh wrote:
I have also tried running the server with the IPFW turned off and still
have the issue with some gmail and mindspring.com users
I wo
Hello
Anyone could tell me which Linux distro have the most
recent stable Postfix available as a package ?
Thanks
On 05/23/2011 08:54 AM, Reindl Harald wrote:
Am 23.05.2011 06:47, schrieb Frank Bonnet:
Hello
Anyone could tell me which Linux distro have the most
recent stable Postfix available as a package ?
this question is nonsense because it depends on random
when was the last releease of the
Hello
I am facing a unsual problem.
One of our users is dead after commiting a suicide because
he was implicated in a financials "troubles" ...
In such case the French law tells us we have to close his mailbox
and keep it safely for an eventual police investigation.
I have configure the reloca
On 05/26/2011 11:15 AM, Wietse Venema wrote:
Frank Bonnet:
Hello
I am facing a unsual problem.
One of our users is dead after commiting a suicide because
he was implicated in a financials "troubles" ...
In such case the French law tells us we have to close his mailbox
and keep it
On 05/26/2011 03:34 PM, Victor Duchovni wrote:
On Thu, May 26, 2011 at 11:22:55AM +0200, Frank Bonnet wrote:
/etc/postfix/transport:
u...@example.com error:5.1.1 your message here
Wietse
OK, thank you Wietse.
Note, SMTP replies are ASCII. All the characters in the reply must
The transport maps solution
Fit perfectly
Thanks for your answer Viktor
Envoyé de mon iPhone
Le 26 mai 2011 à 17:31, Victor Duchovni a
écrit :
> On Thu, May 26, 2011 at 04:28:21PM +0200, Frank Bonnet wrote:
>
>> On 05/26/2011 03:34 PM, Victor Duchovni wrote:
>>> On Th
Hello
1 - configure your DNS SPF record
2 - Use DKIM to sign your emails
3 - Use a mailing lists software ( LISTSERV Mailman ... etc )
We have been in trouble with gmail yahoo hotmail before doing this
after configuring Postfix and Bind like this we do not have blacklist
troubles with those emai
Le 04/06/2011 08:43, Goutam Baul a écrit :
Dear Frank,
Thanks a lot for responding. I am now reading through the net and trying to
implement things as suggested. Just a few queries:
1) As I am interested in sending bulk mails, I am contemplating modification
of my DNS zone file with SPF recor
Le 04/06/2011 23:37, mouss a écrit :
Le 04/06/2011 07:09, Frank Bonnet a écrit :
Hello
1 - configure your DNS SPF record
personal opinion: I recommend against:
my experience with hotmail is as follows:
- I've added an spf record. cool it works
- i had to move the server to another
Hello
Does anyone is running postfix in FreeBSD "jails" environement
with success on a production server ? I'm thinking of it
and would be interrested by any successful experience.
Thank you.
Which backend are you using ?
ldap radius nis ?
Le 09/06/2011 07:03, Suresh Kumar Prajapati a écrit :
Hi all,
No one is there to help me
On Wed, Jun 8, 2011 at 12:49 PM, Suresh Kumar Prajapati<
er.sureshprajap...@gmail.com> wrote:
Hi,
Can anyone help me setting postfix plain authenti
ostfix SASL based authentication and then relay mails
> through this server.
>
>
>
>
> On Thu, Jun 9, 2011 at 10:52 AM, Frank Bonnet wrote:
> Which backend are you using ?
> ldap radius nis ?
>
> Le 09/06/2011 07:03, Suresh Kumar Prajapati a écrit :
>
> Hi
Hello
I would like to stop incoming/outgoing email to our site
without stopping internal emails exchange.
my configuration is quite classic
INTERNET
|
|
MX SERVER
|
|
INTERNAL MAILHUB
Thanks a lot Viktor.
Le 15/06/2011 17:38, Victor Duchovni a écrit :
On Wed, Jun 15, 2011 at 11:19:33AM +0200, Frank Bonnet wrote:
INTERNET
|
|
MX SERVER
|
|
INTERNAL MAILHUB
well I do not use iptables because I run FreeBSD
but I think it would be feasable with pf or ipfw
Thanks
Le 15/06/2011 11:31, mail...@securitylabs.it a écrit :
On 15/06/2011 11:19, Frank Bonnet wrote:
Hello
I would like to stop incoming/outgoing email to our site
without stopping internal
On 06/20/2011 10:11 AM, Patrick Ben Koetter wrote:
Am 20.06.2011 10:04, schrieb kshitij mali:
Will u share some doc how to get opendkim work with postfix MTA.
Such has installation and administration , configuration ,
troubleshooting etc.
I don't have any. Opendkim is based on dkim-milter. IIR
Hello
I would like to force all my real users to use SMTP AUTH
( SASL + LDAP ) but we have many internal mailing lists
running and I wonder if it is possible to add an exception
for that purpose , I think it would be possible with "mynetwork"
statement but I would not screw up our production serv
On 07/03/2011 02:37 PM, Benny Pedersen wrote:
On Sun, 03 Jul 2011 10:14:32 +0200, Frank Bonnet wrote:
Hello
I would like to force all my real users to use SMTP AUTH
( SASL + LDAP ) but we have many internal mailing lists
running and I wonder if it is possible to add an exception
for that
Hello
Does anyone use VAMS antivirus ( http://www.centralcommand.com ) with
Postfix ?
thanks
Anyone knows what Google or Hotmail use ?
Le 15/07/2011 00:55, Stan Hoeppner a écrit :
On 7/14/2011 6:58 AM, Peter Tselios wrote:
Hallo,
I need to prepare a presentation for my company because we plan to deploy
a new mail system. I need to know the names of some medium to large ISPs that
Hello
I' searching for ( if exists ... ) a vacation utility that respond ONLY to
validated addresses ( those in a list for example ) to avoid the sending
of a "real" addresses to spambots .
Thanks for any infos
On 07/15/2011 05:38 PM, Frank Bonnet wrote:
Hello
I' searching for ( if exists ... ) a vacation utility that respond
ONLY to
validated addresses ( those in a list for example ) to avoid the sending
of a "real" addresses to spambots .
Thanks for any infos
Forget it ! I f
Hello
I'm facing an egg and chicken problem ,,,
We have received the following instructions "From Above" :
1 - Forbid the email forwarding for our users
2 - Some kind of vacation program must be still available for users
that are Out Of Office
We use "real" unix users with LDAP backend (
well I haven't installed procmail
on this server ;-)
Envoyé de mon iPhone.
Le 29 juil. 2011 à 17:55, Ben McGinnes a écrit :
> On 30/07/11 12:53 AM, Wietse Venema wrote:
>> Frank Bonnet:
>>>
>>> Thanks for any info/links/idea
>>
>> grep @ /home/*/
Le 29/07/2011 16:53, Wietse Venema a écrit :
Frank Bonnet:
Hello
I'm facing an egg and chicken problem ,,,
We have received the following instructions "From Above" :
1 - Forbid the email forwarding for our users
2 - Some kind of vacation program must be still available for us
Le 30/07/2011 09:56, Bastian Blank a écrit :
On Fri, Jul 29, 2011 at 03:36:19PM +0200, Frank Bonnet wrote:
I'm facing an egg and chicken problem ,,,
We have received the following instructions "From Above" :
1 - Forbid the email forwarding for our users
| forward_path =
o
Hello
We are moving our old LISTSERV server after 15 years of very good
services :-)
Lsoft prices have grown up amazingly so I plan to use open source
software to replace it ...
I would like to have feedbacks from lists managers that use Postfix
we have approx 100 lists most of them are interna
Hello
Does anyone has ever use Plesk or another graphical interface
to manage Postfix ?
If yes any infos/advices welcome
Thank you
On 11/04/2011 03:48 PM, /dev/rob0 wrote:
On Friday 04 November 2011 08:13:59 Frank Bonnet wrote:
Does anyone has ever use Plesk or another graphical interface
to manage Postfix ?
I'm sure they have.
If yes any infos/advices welcome
Don't. Such a GUI can only be as good as the GUI
On 11/04/2011 03:54 PM, Frank Bonnet wrote:
On 11/04/2011 03:48 PM, /dev/rob0 wrote:
On Friday 04 November 2011 08:13:59 Frank Bonnet wrote:
Does anyone has ever use Plesk or another graphical interface
to manage Postfix ?
I'm sure they have.
If yes any infos/advices welcome
Don'
On 11/07/2011 05:15 PM, Steve Jenkins wrote:
2011/11/7 Robert Schetterer:
post your problem dkim-milter list
http://sourceforge.net/mail/?group_id=139420
FYI - that list doesn't exist any more. dkim-milter has been
deprecated in favor of OpenDKIM (http://opendkim.org/). It's an
actively-suppor
Hello
I would like to reject or discard outgoing emails to some particuliar
addresses
I'm a bit confuse on what to use the more efficiently.
Some machines are infected by some email robots and I would like to block
those outgoing emails during the time we are searching
those infected machine t
On 11/08/2011 09:47 AM, Ralf Hildebrandt wrote:
* Frank Bonnet:
Hello
I would like to reject or discard outgoing emails to some particuliar
addresses
I'm a bit confuse on what to use the more efficiently.
I would DISCARD it.
Yes I too but I am confuse on WHICH Postfix functionnality
On 11/08/2011 10:16 AM, Ralf Hildebrandt wrote:
* Frank Bonnet:
On 11/08/2011 09:47 AM, Ralf Hildebrandt wrote:
* Frank Bonnet:
Hello
I would like to reject or discard outgoing emails to some particuliar
addresses
I'm a bit confuse on what to use the more efficiently.
I would DISCA
On 11/08/2011 10:39 AM, Ralf Hildebrandt wrote:
* Frank Bonnet:
smtpd_recipient_restrictions =
hash:/usr/local/etc/postfix/banned, ( add this map , it seems to
work :-) )
reject_unauth_pipelining,
permit_mynetworks,
reject_unauth_destination,
reject_unlisted_recipient
Hello
I have to setup a "virtual" postfix server and I wonder what would
be the best / most efficient choice for the DB backend ?
The server will be a small one supporting approx 1000 mailboxes
the machine is a "virtual one" hosted at OVH (France) running Ubuntu
10.4 LTS
with 4 Gb of dedicated
Le 11/16/2011 10:20 AM, lst_ho...@kwsoft.de a écrit :
Zitat von Frank Bonnet :
Hello
I have to setup a "virtual" postfix server and I wonder what would
be the best / most efficient choice for the DB backend ?
The server will be a small one supporting approx 1000 mailboxes
the ma
Le 11/16/2011 11:00 AM, lst_ho...@kwsoft.de a écrit :
Zitat von Frank Bonnet :
Le 11/16/2011 10:20 AM, lst_ho...@kwsoft.de a écrit :
Zitat von Frank Bonnet :
Hello
I have to setup a "virtual" postfix server and I wonder what would
be the best / most efficient choice for the
Hello
Postfix creates those "spool" directories at install
# cd /var/spool/postfix
# ll
total 28
drwx-- 2 postfix wheel 512 Nov 17 17:03 active
drwx-- 2 postfix wheel 512 Nov 17 17:03 bounce
drwx-- 2 postfix wheel 512 May 10 2011 corrupt
drwx-- 18 postfi
1 - 100 of 157 matches
Mail list logo