I have some mail servers running postfix on FreeBSD that I am trying to configure to work with a load balancer. I need to configure the lo0 loopback interface...
244097
mouss
mouss@...
Sep 29, 2008 4:28 pm
... did you notice that this is only readable by root? ... so what is causing a "permission denied"? doesn't Suse have Apparmor? ... don't confuse: - postfix...
244098
mouss
mouss@...
Sep 29, 2008 4:29 pm
... No. ... if the infos are "static" (not computed by the policy server), then use a restriction class. otherwise, call the daemon multiple times....
244099
Noel Jones
njones@...
Sep 29, 2008 4:34 pm
... There can only be one Bcc destination recipient for each original recipient. It's OK for the map to return a different single Bcc destination for different...
244100
Wietse Venema
wietse@...
Sep 29, 2008 4:49 pm
... If you configure lo0 to be something other than 127.0.0.1, then what interface listens on the 127.0.0.1 address? Wietse...
244101
Noel Jones
njones@...
Sep 29, 2008 5:02 pm
... The expected results are the same as an access(5) table. http://www.postfix.org/access.5.html Multiple main.cf UCE restrictions (such as those listed under...
244102
Jay Deiman
jay@...
Sep 29, 2008 5:33 pm
... Hash: SHA1 ... Yeah, I didn't even think about restriction classes, that will work for what I need to do. ... Hehe, yeah, you are completely correct, that...
244103
Victor Duchovni
Victor.Duchovni@...
Sep 29, 2008 5:34 pm
... Leave the *primary* IP address of lo0 as 127.0.0.1, add "1.2.3.4" (examples really should use 192.0.2.0/24 addresses) as a secondary IP address for lo0....
244104
Anton Yuzhaninov
citrin@...
Sep 29, 2008 6:02 pm
... Thanks. With this patch it works as in previous versions: CLIENT_HOSTNAME=unknown -- Anton Yuzhaninov...
244105
Adam Tauno Williams
adamtaunowilliams@...
Sep 29, 2008 6:59 pm
... You aren't alone. :) I've spent a fair amount of time trying to get this too work. ... You can do it like, [root@kyack postfix]# postconf...
244106
Wietse Venema
wietse@...
Sep 29, 2008 7:10 pm
... In FreeBSD, this would be: # ifconfig fxp0 inet 1.2.3.4 netmask 255.255.255.255 alias Yes, that is a mask of 255.255.255.255. This example assumes that ...
244107
Wietse Venema
wietse@...
Sep 29, 2008 9:46 pm
... By the way, the "CLIENT_HOSTNAME=" result still exists in Postfix releases 2.3 and 2.4. If above fix turns out to be clean enough then I may also back-port...
244108
Cameron Camp
cameron@...
Sep 29, 2008 11:37 pm
I'm getting more complaints from users on a virtual host box not delivering, or being found in people's junk mailboxes, though mail seems to be getting to my...
244109
mouss
mouss@...
Sep 30, 2008 12:14 am
... you don't need generic. just use address extensions....
244110
mouss
mouss@...
Sep 30, 2008 12:24 am
... without your IP, your hostname and your sender domain(s) that you use, there is absoluetly no way for us to help you. and even with all the infos, it's not...
... $ whois 66.11.124.130 OrgName: Suavemente, INC. ... Some people believe that Suavemente provide access to spammers. so you won't be welcome in many...
244113
Voytek Eymont
lists@...
Sep 30, 2008 1:51 am
I currently have several virtual mail domains with various users/aliases; some mail addresses are aliased like: soeone@... > user@... that...
244114
Len Conrad
LConrad@...
Sep 30, 2008 2:27 am
freebsd 6.3 mx1# postconf mail_version mail_version = 2.6-20080606 main.cf content-filter = snfilter master.cf snfilter unix - n n -...
244115
Sahil Tandon
sahil@...
Sep 30, 2008 3:16 am
... By "virtual mail domains" do you mean virtual alias domains or virtual mailbox domains? I assume you mean the former. ... If the MX for domainAAA.tld...
244116
Jordi Moles Blanco
jordi@...
Sep 30, 2008 7:35 am
Hi everyone, i was wondering if someone has experienced this problem i've been having for 2 weeks now. I'm running Freebsd 7.0 and postfix-2.5.1. The thing is...
244117
mouss
mouss@...
Sep 30, 2008 8:37 am
... move domainAAA to relay_domains (don't declare it in other domain classes), and put its users list in relay_recipient_maps. you'll have to keep this list...
244118
Wietse Venema
wietse@...
Sep 30, 2008 10:42 am
... Why is your PROGRAM file WRITABLE? ... Turn off Selinux. Turn off Apparmor. Turn off other "security" software that interferes with Postfix. Wietse...
244119
Wietse Venema
wietse@...
Sep 30, 2008 10:49 am
... What on FreeBSD 6.3 could be doing this? Maybe you can insert a ktrace command: snfilter unix - n n - 10 pipe flags=q...
244120
Wietse Venema
wietse@...
Sep 30, 2008 10:51 am
... What problems does the kernel report in /var/log/messages? Wietse...
244121
ram
ram@...
Sep 30, 2008 10:54 am
I would like to hide the recipient (alias) address in the header of the mail. Unfortunately the header on the mail contains "received from XXXX for ......
244122
Jordi Moles Blanco
jordi@...
Sep 30, 2008 11:16 am
... Hi, well... the main problem is that before that, nothing is written in /var/log/messages or any file in that path, not even the message i'm talking about....
244123
Len Conrad
LConrad@...
Sep 30, 2008 11:28 am
... a temporary ploy to eliminate perms as the problem. ... haven't turned it on. ... haven't turned it on. Freebsd ipfw has these rules for loopback: ...
244124
PauAmma
pauamma@...
Sep 30, 2008 11:50 am
... If you really must do that, use 555 (or 755), not 777. Some kernels won't let you exec group-writable or world-writable interpreted programs (#!/bin/sh,...
244125
Wietse Venema
wietse@...
Sep 30, 2008 11:50 am
... What is output of: ls -ld / /var /var/spool /var/spool/snfilter Wietse...