Hi! We do have several domains listed with mydomains. The users are the same for all domains and exist locally, means mail gets delivered locally. Aliases...
287162
Ori Bani
oribani@...
Jul 19, 2012 10:05 pm
... Thank you kindly for your easy to understand explanations....
287163
Noel Jones
njones@...
Jul 19, 2012 10:27 pm
... Yes, virtual_alias_maps is the correct solution for general-purpose address rewriting. The domain does not need to be listed in virtual_alias_domains. In...
287164
Benny Pedersen
me@...
Jul 20, 2012 1:05 am
... point is its accepted not blocked...
287165
Benny Pedersen
me@...
Jul 20, 2012 1:24 am
... so there we go again, what do you do with spam in postmaster account ? i have being there, beginned to recieve spams there and the sender domain got my...
287166
Benny Pedersen
me@...
Jul 20, 2012 1:48 am
... usefull ? ... http://www.faqforge.com/linux/install-postfix-with-mysql-support-on-centos-5-3-64bit/ you need a new version of postfix...
... sieve is your friend for this crap :-) if header :matches ["Subject"] [ "We grow thin quickly*", "Start Working Today*", "Job Proposal*", "Current Open...
287170
Naval saini
saininaval58@...
Jul 20, 2012 9:03 am
I have centos 6.3 server (with 3 different IP add. and Hostname) with postfix v2.6 and want to create 2 outbound instace. for this i have followed this link ...
287171
Naval saini
saininaval58@...
Jul 20, 2012 12:53 pm
I have created postfix-out1 instance on centos 6.3 server which has 3 different IP-address 3 different Hostname now both default postfix and postfix-out1...
287172
Kirill Bychkov
kirill.bychkov@...
Jul 20, 2012 1:26 pm
Hello, I need to add the header "Header-Msg" based on the subject header. I.e., if email with the subject "test", the my custom header should be "Header-Msg: ...
287173
Robert Schetterer
robert@...
Jul 20, 2012 1:37 pm
... http://www.postfix.org/header_checks.5.html may help -- Best Regards MfG Robert Schetterer...
287174
Reindl Harald
h.reindl@...
Jul 20, 2012 1:38 pm
... how does a fantasy-header based on the subject-header make any sense? if a application can read one it can also the other...
287175
Kris Deugau
kdeugau@...
Jul 20, 2012 2:18 pm
... That class of filtering gets **really** tiresome to maintain though. :/ Personally, I've found that running SpamAssassin with a threshold of 8 instead of...
287176
Reindl Harald
h.reindl@...
Jul 20, 2012 2:30 pm
... well i do not use any self-built spam-filter on my servers because i am not only mail-admin and have enough other work with all sort of servertypes as also...
287177
Stayvoid
stayvoid@...
Jul 20, 2012 6:28 pm
Hi there, I've already read this [1] guide. Now I'm trying to test my setup using this one. [2] For some reason fmaster can't receive his mail. $ sudo mail -u...
287178
Wietse Venema
wietse@...
Jul 20, 2012 6:43 pm
... That usually means there is a local file permission problem with DNS so that Postfix can't read resolv.conf, or that the domain has multiple NS records,...
287179
Noel Jones
njones@...
Jul 20, 2012 8:10 pm
... The postfix logs contain a wealth of information and may already contain the answer to your problem. http://www.postfix.org/DEBUG_README.html If you need...
287180
Rich Carreiro
rich@...
Jul 21, 2012 4:34 am
I have an Ubuntu 8.04LTS system running Postfix 2.5.1. On that system SMTP AUTH runs *fine*. The contents of /etc/postfix/sasl/smtpd.conf are: pwcheck_method:...
287181
Scott Kitterman
postfix@...
Jul 21, 2012 5:12 am
On Saturday, July 21, 2012 12:34:31 AM Rich Carreiro wrote: ... Snipping heavily to make it easier to follow. ... Sometimes Berkeley DB changes it's on disk...
287182
Stayvoid
stayvoid@...
Jul 21, 2012 5:39 am
Noel, ... My /var/log/mail.log.1 file has the following lines near fmaster@localhost: status=sent (delivered to maildir) No errors or warnings. Maybe this...
287183
Stayvoid
stayvoid@...
Jul 21, 2012 5:52 am
$ sudo postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes ...
287184
mouss
mouss@...
Jul 21, 2012 10:27 am
... remove smtp_bind_address. or set it to y.y.y.y if it is set to 0.0.0.0., then it is your kernel which selects the source IP (based on the destination IP)....
287185
Patrick Ben Koetter
p@...
Jul 21, 2012 10:37 am
... Your server is chrooted. It cannot find /etc/sasldb2. Remove the chroot or move sasldb into the chroot. p@rick -- All technical questions asked privately...
287186
Rich Carreiro
rich@...
Jul 21, 2012 12:46 pm
... [HEADDESK!] I'm so embarrassed I missed that. You are, of course, absolutely correct. Once I copied /etc/sasldb2 into the chroot the authentication ...
287187
Noel Jones
njones@...
Jul 21, 2012 4:05 pm
... suggests that the mail was successfully delivered to a maildir-style mail store under user fmaster's home/maildir/ directory. I suspect your "mail" command...
287188
Stayvoid
stayvoid@...
Jul 21, 2012 9:41 pm
Noel, ... You are right. I found a way to check new messages: $ sudo -u fmaster emacs /home/fmaster/maildir/new/<Message-Id>.boxname I've successfully received...
287189
Noel Jones
njones@...
Jul 22, 2012 2:48 am
... This list concerns postfix. Maybe there is a support forum for Courier-IMAP or FAM/Gamin somewhere else. ... Looks as if postfix is working, so our work...
287190
mailing list subscriber
mailinglists35@...
Jul 22, 2012 8:01 am
Ok, thisą has been raised over a few times in the past, but I'm not satisfied with the answer (referral to man page of lmtp/smtp instead of idiot-proof...