On Wed, 01 Mar 2006 07:33:57 +0000 ... The only point you might have missed is that postfix does not understand the difference between inbound and outbound...
Keith Matthews
postfix@...
Mar 1, 2006 8:09 am
193508
... Previously, i've used mail content management sw (that act as mail gateway). It use a simple rule: *@* -> *@... = inbound *@... -> *@*...
Beast
beast@...
Mar 1, 2006 8:16 am
193509
... Ah, ty - I was hoping! Beast has given me a plan to use an internal gateway for local mail and that fires the email out through a server which appends the...
Simon Faulkner
simon@...
Mar 1, 2006 8:21 am
193510
... virtual_mailbox_base = / vmailbox: user@... /home/vmail/user Isn't that "/" + "/home/vmail/user" = "//home/vmail/user", ist that ok with...
Beast
beast@...
Mar 1, 2006 8:36 am
193511
Can postfix work as fallback mail server . If yes can force a deque with etrn command?...
Bas van den Dikkenberg
bas@...
Mar 1, 2006 8:44 am
193512
... you mean something like mydestination = localhost virtual_mailbox_domains = example.com virtual_alias_maps: # local users foo@... foo@localhost...
mouss
usebsd@...
Mar 1, 2006 9:05 am
193513
Hi, we have an antivirus gateway : all SMTP customers have their outgoing mail server set to this gateway. I would like to reduce mass-mailer viruses...
Dominique VOLPE
dominique.volpe@...
Mar 1, 2006 9:10 am
193514
Hi Bas, Please, do not hijack a thread. ... Of course. ... Yes. You may want to take a look at the excellent Postfix documentation, available at...
Maarten de Vries
mdv@...
Mar 1, 2006 9:11 am
193515
Sorry for hijack a thread forgot to change subject how is this called in technical terms Met vriendelijk groet, Bas van Dikkenberg GISkit bv BFVD1-RIPE Tel:...
Bas van den Dikkenberg
bas@...
Mar 1, 2006 9:13 am
193516
... I guess its ok. ... I can use: query_filter = (mail=%s) result_attribute = homeDirectory result_format = %s/ Many thanks! -- --beast sum.ldap.or.id/blog...
Beast
beast@...
Mar 1, 2006 9:16 am
193517
... Better use header/body check. SOL -- --beast...
Beast
beast@...
Mar 1, 2006 9:18 am
193518
... If that was true, then one can't filter mail for users who have a transport entry. Possible approaches: 1) don't care. 2) You can use multiple instances...
mouss
usebsd@...
Mar 1, 2006 9:24 am
193519
... you could add disclaimer when sender is in your domain. while not exactly the same thing, it should make your boss happy....
mouss
usebsd@...
Mar 1, 2006 9:30 am
193520
I'm seeing the log when sending mail to fallback server socket to mx.dikkenberg.net[?]: Address family not supported by protocol (port 25) Met vriendelijk...
Bas van den Dikkenberg
bas@...
Mar 1, 2006 9:46 am
193521
Hello I've been told (not sure with postfix) that backup MXs can be configured to hold mail indefinitely or for a certain time period. Is this possible with...
Brendan Grossman
brendan@...
Mar 1, 2006 9:53 am
193522
... See if Cami's policyd matches your needs....
mouss
usebsd@...
Mar 1, 2006 10:02 am
193523
... Changing the subject is not enough. You must compose a new message, not reply to an unrelated one. Otherwise, your reply will have headers (References,...
mouss
usebsd@...
Mar 1, 2006 10:03 am
193524
I installed PostFix under "Red Hat ES v3" as an MTA for a "Sympa" maillist system. We plan to host our own internet mailserver with PostFix on this system but ...
Mark Van Crombrugge
mark.vancrombrugge@...
Mar 1, 2006 10:32 am
193525
... They can do whatever you want. However indefinitely would be a bad idea, as people would never know if mail wasn't delivered. ... Yes ... Pretty much the...
Simon Waters
simonw@...
Mar 1, 2006 10:36 am
193526
By browsing his functionalities (http://policyd.sourceforge.net/readme.html), I think that it matches my needs and much more. I will test it on my Internet...
Dominique VOLPE
dominique.volpe@...
Mar 1, 2006 10:45 am
193527
On Wed, 1 Mar 2006 11:31:21 +0100 ... If the admin of the other system has done nothing then his is the first step - SMTP is a 'push' system. If he's done his...
Keith Matthews
postfix@...
Mar 1, 2006 10:50 am
193528
... The hash file is expected to have 2 column entries, so you need to have some sort of data in the 2nd column, just so it can be ignored. postmap: warning:...
Justin Krejci
jus@...
Mar 1, 2006 10:54 am
193529
Looks interesting, it has lots of features but can most of these be disabled? I only really want the greylisting/whitelisting. ... You are not alone guys...
Justin Fielding
justin.fielding@...
Mar 1, 2006 10:57 am
193530
... I have no idea what "exim -bpc" outputs but for rough counts you can use something like this. We also have variable versions of this to make it more terse...
Justin Krejci
jus@...
Mar 1, 2006 11:12 am
193531
... It may be justifiable in my case. I have a postfix gateway that relays mail for internal UNIX clients. When the clients are shutdown at night or for even...
Brendan Grossman
brendan@...
Mar 1, 2006 11:15 am
193532
... Sure ...... all features can be individually enabled/disabled in policyd.conf. When enabling whitelists, i would strongly recommend that you read about...
Leonardo Rodrigues Ma...
leolistas@...
Mar 1, 2006 11:31 am
193533
... Don't use boxes as SMTP servers if they aren't highly available - you'll just create a headache for yourself. Imagine I sent an email, you'll hold it...
Simon Waters
simonw@...
Mar 1, 2006 11:46 am
193534
... Well .. yes .. and no. I´ve read the page but I think that the page I really need to read - is this one: http://www.postfix.org/CYRUS_README.html .. which...
Soren Schimkat
schimkat@...
Mar 1, 2006 11:52 am
193535
... I deliver mail to cyrus using the following command: /usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user} Perhaps this is the place where I...
Soren Schimkat
schimkat@...
Mar 1, 2006 11:57 am
193536
On Wed, 1 Mar 2006 11:45:49 +0000 ... I'll add to that - If your ISP won't provide one then change ISP. In my experience ISPs that insist on dynamic IP only...