Re: Advice Needed / .NET Postfix Control

2013-05-21 Thread Serge Fonville
there are multiple components that make up a solution. HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of

Re: Advice Needed / .NET Postfix Control

2013-05-21 Thread Serge Fonville
Ah, ok. Well you can run OpenLDAP (for example) as a backend in the same way you could use AD. Postfix can use multiple backends depending on your needs. What requirements do you have? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They

Re: Advice Needed / .NET Postfix Control

2013-05-21 Thread Serge Fonville
Hi, >From your mail it seems you desire a backend that can handle all that, you should be able to setup postfix to retrieve its users from AD. HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in

Re: Mail archiving user to store mail on maildir and not at DB

2011-11-02 Thread Serge Fonville
ind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add GAL support on Android (star to agree) http://code.google.com/p/android/issues/detail?id=4602

Re: asterisks in smtp banner

2010-02-15 Thread Serge Fonville
; > Note that other end might also use cisco asa or pix before mailserver. Yes, I thought of that right after I clicked send. Thanks all Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/s

Re: asterisks in smtp banner

2010-02-15 Thread Serge Fonville
no pix in between. Only an ASA. I also found it might be related to inspect on ASAs, but again this is not enabled. Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/support/bin/answer.py?hl=en

asterisks in smtp banner

2010-02-15 Thread Serge Fonville
Thanks in advance. Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528 http://www.google.com/support/forum/p/AdSense/thread?tid=1884bc9310d9f923&hl=en

Re: virtual_alias_maps mysql

2010-01-29 Thread Serge Fonville
On Fri, Jan 29, 2010 at 2:51 PM, Brian Evans - Postfix List wrote: > On 1/29/2010 2:41 AM, Serge Fonville wrote: >> On Thu, Jan 28, 2010 at 10:40 PM, Brian Evans - Postfix List >> wrote: >> >>> On 1/28/2010 4:12 PM, Serge Fonville wrote: >>> >>&g

Re: virtual_alias_maps mysql

2010-01-29 Thread Serge Fonville
On Fri, Jan 29, 2010 at 9:19 AM, Bradley Giesbrecht wrote: > > On Jan 28, 2010, at 12:35 PM, Serge Fonville wrote: > >> Hi, >> >>> I using virtual_alias_maps with mysql for storage. Working fine. >>> >>> Does anyone have a suggestion on how to upda

Re: virtual_alias_maps mysql

2010-01-28 Thread Serge Fonville
On Thu, Jan 28, 2010 at 10:40 PM, Brian Evans - Postfix List wrote: > On 1/28/2010 4:12 PM, Serge Fonville wrote: >>>>> I using virtual_alias_maps with mysql for storage. Working fine. >>>>> >>>>> Does anyone have a suggestion on how to update

Re: virtual_alias_maps mysql

2010-01-28 Thread Serge Fonville
ing this table for more information about this flag. If your program uses CALL statements to execute stored procedures, the CLIENT_MULTI_RESULTS flag must be enabled. Not sure if I understand this right then, but to me this reads that if you use SELECT to get results from a stored procedure your

Re: virtual_alias_maps mysql

2010-01-28 Thread Serge Fonville
nused aliases. Have you considered a stored procedure? HTH Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528 http://www.google.com/support/forum/p/AdSense/thread?tid=1884bc9310d9f923&hl=en

Re: How to ensure that either FROM or TO is local

2010-01-04 Thread Serge Fonville
each other and to people outside the interna; environment. When someone from a public IP tries to send a mail it is required that the sender is an unkown address and the recipient is known. This (I believe) can be resolved by using either two instances. or some sort of policy daemon. What I currently

Re: How to ensure that either FROM or TO is local

2010-01-03 Thread Serge Fonville
utbound spam > from zombie-infested PCs. Yes exactly. I read into the page again and it seems to be suitable for my purpose. Unfortunately it also seems to mean I have to write my own policy server.. At least I have a starting point from now on. Thanks a lot for the help! Regards,

Re: How to ensure that either FROM or TO is local

2010-01-03 Thread Serge Fonville
ssing something... Any help is greatly appreciated Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528 http://www.google.com/support/forum/p/AdSense/thread?tid=

Re: How to ensure that either FROM or TO is local

2010-01-03 Thread Serge Fonville
Thx for the reply > Questions similar to yours come up fairly often, I'm not sure why > noone's jumped in yet with a rough solution that will do what you > want. What you've mentioned you want: > >> How do I ensure that my mail server can only send mails either to or >> from mydomains? > > I *thin

Re: How to ensure that either FROM or TO is local

2010-01-02 Thread Serge Fonville
{data_directory}/smtpd_scache smtpd_use_tls = yes virtual_mailbox_domains = mail.fonville-it.nl, fonville-it.nl virtual_mailbox_maps = ldap:/etc/postfix/ldap-mailbox-maps.cf virtual_transport = zarafa What have I done wrong? Regards, Serge Fonville -- http://www.sergefonville.nl Convince

Re: How to ensure that either FROM or TO is local

2009-12-30 Thread Serge Fonville
it comes from the external interface at least recipient should be local Not sure if this is possible, but it would definitely solve it, at least I think Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense

Re: How to ensure that either FROM or TO is local

2009-12-30 Thread Serge Fonville
of my domains :-( Not really what I was hoping for, but thx for clarifying this Brian! Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528 http://www.google.com/support/forum/p/AdSense/thread?tid=1884bc9310d9f923&hl=en

How to ensure that either FROM or TO is local

2009-12-30 Thread Serge Fonville
d_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtpd_use_tls = yes virtual_alias_maps = ldap:/etc/postfix/ldap-aliases.cf Thanks in advance. Regards,

Re: Get username of local user from recipient address

2009-12-29 Thread Serge Fonville
aning that it can >> break even after minor Postfix release changes. > > I aware of this. But do I have any other option? Unfortunately I haven't > got any suggestion from anybody :-( Can't you just use virtual alias maps based on an external service for this purpose? For exampl

Re: is my server an open relay?"

2009-08-20 Thread Serge Fonville
My bad, I misunderstood the question, skimmed to the msg to fast ;-) Sorry 'bout that As mentioned read the section on mynetworks Regards, Serge Fonville On Thu, Aug 20, 2009 at 3:23 PM, Israel Garcia wrote: > Serge, I mean I'm an open relay to my servers, becasue any user from

Re: is my server an open relay?"

2009-08-20 Thread Serge Fonville
Well, To determine you are an opne relay, there are a couple of things you can do Google for open relay check >From a remote site send an email from another domain to another domain through your mail server Check your settings agains the manual HTH Regards, Serge Fonville On Thu, Aug 20, 2

Re: Exchange --> Postfix

2009-08-04 Thread Serge Fonville
www.postfix.org www.google.com On Tue, Aug 4, 2009 at 11:53 AM, Paweł Ch. wrote: > Hello, > I want to _change_ MsExchange to Postfix in my corporation. I have 150 users > in my network. They work in Outlook 2003. We are using Active Directory to > authentification. Could you tell me what is the co

Re: Blocking Hotmail

2009-07-30 Thread Serge Fonville
You're welcome! Well, "Google is your friend" Probably more than any other non-human resource And very often it is faster as well In my experience, mailing lists, are more of a 'last resort' If you want a postfix forum, I'd say, start one Just my 2ct Regards,

Re: Blocking Hotmail

2009-07-30 Thread Serge Fonville
> What would be the appropriate command to simply reject this domain? I'd google for: postfix block domains The first result I would get is: http://www.linuxquestions.org/questions/linux-server-73/how-to-block-domains-postfix-684924/ HTH Regards, Serge Fonville

Re: Need Outbound Only

2009-07-28 Thread Serge Fonville
> * Serge Fonville : >> > To turn off incoming mail completely, comment out the >> > "smtp ... smtpd" service in master.cf. >> >> Wouldn't that completely disable smtp then? > > Incoming, yes. Perhaps I misunderstood then, but when would a mai

Re: Need Outbound Only

2009-07-28 Thread Serge Fonville
> To turn off incoming mail completely, comment out the > "smtp ... smtpd" service in master.cf. Wouldn't that completely disable smtp then?

Need Outbound Only

2009-07-28 Thread Serge Fonville
> Thanks Serge, my needs are different.  What I've done so far was the > following: > > myhostname = nonrelayhost.example.com > mynetworks = 127.0.0.0/8, 192.168.100.10/32 > > # Or, this? > # mynetworks = 127.0.0.0/8, $myhostname If you just want to block incoming mails from outside your network

Re: Need Outbound Only

2009-07-28 Thread Serge Fonville
s.google.com/group/mailing.postfix.users/browse_thread/thread/7852b397d05ebb20/011bd8c4cfc7bc1b?lnk=raot HTH Regards, Serge Fonville

Re: lost connection after MAIL

2009-07-02 Thread Serge Fonville
Have you tried sending mail through telnet? That way you can determine if it is in your script or in your postfix config. Could you post your configuration and the perl script? Is there any relevant logging? HTH Regards, Serge Fonville On Thu, Jul 2, 2009 at 10:23 AM, Shane Ardeen wrote: >

Re: Fw: Not able to add disclaimer

2009-05-20 Thread Serge Fonville
g and incoming mail on to mail server. > Some body please help me, its very urgent. What have you already tried? I googled: postfix outgoing disclaimer The first I got was http://www.howtoforge.com/add-disclaimers-to-outgoing-emails-with-altermime-postfix-debian-etch HTH Regards, Serge Fonville

Re: Transparent mail filter

2009-03-30 Thread Serge Fonville
Thanks for the answer, I will look into that then Regards, Serge Fonville

Transparent mail filter

2009-03-30 Thread Serge Fonville
ayhost should be 172.16.0.2 Any help is greatly appreciated Thanks a lot. Regards, Serge Fonville