... Thank you. This information was very useful. Now I understand the differences between smtp and smtpd processes and why some of the -o parameters where not...
289811
WebprodsPT
contact@...
Dec 1, 2012 10:15 am
Hello, I have a multiple instance Postfix setup. The first (original) one was configured with dovecot with the property: smtpd_sasl_path = private/auth-client ...
289812
WebprodsPT
contact@...
Dec 1, 2012 10:54 am
... Problem solved. Running cloned instances as not chrooted and set smtpd_sasl_path as absolute. Also had to clone lib folder to avoid process locking...
289813
Reindl Harald
h.reindl@...
Dec 1, 2012 11:22 am
... it is no problem with linux on ESXi "divider=10 clocksource=hpet" with current ESXi5 und HW8 but i have running since 2008 a lot of virtual machines and...
289814
Reindl Harald
h.reindl@...
Dec 1, 2012 11:24 am
... WTF has the protocol with connectivity to do? each MUA can download messages so even if you are offline you have access to your mails like they would have...
289815
Robert Schetterer
rs@...
Dec 1, 2012 11:40 am
... however postfix is widly used on virtual guests it sometimes make more sense have real machines specially with high loads etc, everything is ok if...
289816
Wietse Venema
wietse@...
Dec 1, 2012 1:52 pm
... The .forward file is a "program" that can execute arbitrary shell commands and that can write to arbitrary files, with the privileges of the recipient...
289817
Wietse Venema
wietse@...
Dec 1, 2012 2:02 pm
... You can't share a relative pathname. You may, however, be able to specify an IP address (127.0.0.1) and port instead: smtpd_sasl_path =...
289818
/dev/rob0
rob0@...
Dec 1, 2012 4:49 pm
... Hard links work fine. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:...
289819
Pierre-Gilles RAYNAUD
pgr.sikkin@...
Dec 1, 2012 5:11 pm
Hi Everyone, I would like to know how to stop/forbid this server to send us their emails The content of received email is Received: from...
289820
Noel Jones
njones@...
Dec 1, 2012 5:19 pm
... Add a check_client_access map to reject them. Something like: # main.cf smtpd_client_restrictions = check_client_access hash:/etc/postfix/client_blacklist...
289821
Jose-Marcio Martins d...
jose-marcio.martins@...
Dec 1, 2012 8:24 pm
... More and more people are roaming users. Roaming users shall have their mail in the server : so IMAP is the choice. Some use webmail, and some use heavy...
289822
Wietse Venema
wietse@...
Dec 1, 2012 8:26 pm
... Solaris containers are descendants from FreeBSD jails: they provide different userland namespaces(*) on top of a shared OS kernel. Hardware virtualization...
289823
IMAP List Administrat...
lists@...
Dec 1, 2012 8:31 pm
[original post at bottom] in the meantime I've upgraded the OS to OpenBSD v5.2, which offers 2 postfix versions as packages: postfix-2.10.20120630 ...
289824
Viktor Dukhovni
postfix-users@...
Dec 1, 2012 8:41 pm
... If you see this for all remote MTAs, the problem is with your DNS software or network connectivity. If it is just for certain remote MTAs and not the rest,...
289825
Wietse Venema
wietse@...
Dec 1, 2012 8:46 pm
... Obviously, the above attempts all share the same problem, i.e. the problem is your network or something beyond your network. Try running nsping (name...
289826
Stan Hoeppner
stan@...
Dec 2, 2012 1:55 am
... Wietse you work in a "small corner" of IBM and may not know, but if you do or know who to ask, I'd like to know how IBM handles Linux guest clocks on...
289827
Wietse Venema
wietse@...
Dec 2, 2012 2:17 am
... I don't know the fine details, but I do know that these systems have have very mature hardware support for virtualization and multiprocessing. There are...
289828
mouss
mouss@...
Dec 2, 2012 10:37 am
... create a socket for each postfix instance. With dovecot 1.x, that would look like client { path = /var/spool/postfix/private/dovecot-auth mode = 0660 user...
289829
John Allen
john@...
Dec 2, 2012 3:12 pm
I setup my original Postfix setup up some time ago using Jeff Posluns excellent howto/tutorial. My setup works and seems to work quite well, but I know that I...
289830
mouss
mouss@...
Dec 2, 2012 7:12 pm
... it is recommended to use "fully qualified" addresses (put the domain in the addresses). otherwise, if you change myorigin, you'll have a surprise... ... ...
289831
Alex
mysqlstudent@...
Dec 2, 2012 7:20 pm
Hi, ... Thanks for the explanation. Trying to do too many things at once. You probably think I'm an idiot by now. ... I meant as it relates to blocking by...
289832
Jeroen Geilman
jeroen@...
Dec 3, 2012 3:00 am
... This is way too vague a question to elicit meaningful answers. Study the documentation for the features you want to use, upgrade your old configuration to...
289833
Stan Hoeppner
stan@...
Dec 3, 2012 8:11 am
... You're welcome. I understand that completely. No, not at all. ... Yeah, with fail2ban you don't really have no audit trail at all. Keep in mind that...
289834
Tomas Macek
macek@...
Dec 3, 2012 8:30 am
... OK, so I spent some time reading config params in doc and topics in various forums and decided to setup my submission port 587 like this: submission inet n...
289835
Stan Hoeppner
stan@...
Dec 3, 2012 9:07 am
... You might want to look into these as well: -o content_filter= -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o...
289836
Tomas Macek
macek@...
Dec 3, 2012 1:43 pm
I have line like this smtpd_client_restrictions = check_policy_service inet:127.0.0.1:24575, ... in my main.cf I would like the $smtpd_client_restrictions to...
... Thanks, this seems to be also the solution. But according to the http://marc.info/?l=postfix-users&m=108075412814545 (found after really long time) the ","...
289839
Stan Hoeppner
stan@...
Dec 3, 2012 2:20 pm
... You override by NOT including it in the "-o" list. Here you are explicitly telling the submission service to execute this policy server. Is this really...