For what it is worth: I DID use the relayhost = [smtp.myisp.nl] syntax. I hope this is helpful to someone....
290856
Wietse Venema
wietse@...
Jan 19, 2013 2:01 pm
... It's not helpful without a descripton of the problem symptoms. A working Postfix does not need /etc/hosts lookups just because you add a transport map....
290857
Robert Schetterer
rs@...
Jan 19, 2013 4:33 pm
... for info spamass-milter has -x: pass email address through alias and virtusertable expansion works nice here Best Regards MfG Robert Schetterer -- [*] sys4...
290858
Dennis Carr
dennisthetiger@...
Jan 19, 2013 7:14 pm
Running 2.7.1 on Debian Squeeze. I'm a tad concerned when looking at my syslog on a transaction. I currently have my workstation configured to ssh tunnel into...
290859
Reindl Harald
h.reindl@...
Jan 19, 2013 7:23 pm
... * please do not strip most informations from log, one stripped line is not enough * which machine throws the warning * connection comes from where? * what...
290860
Dennis Carr
dennisthetiger@...
Jan 19, 2013 9:03 pm
On Sat, 19 Jan 2013 20:22:53 +0100 ... That would be clever, wouldn't it? =D Here's a single transaction from bast, using account 'null', which I use for test...
290861
Reindl Harald
h.reindl@...
Jan 19, 2013 9:20 pm
... i suspect this has something to do with the ssh-tunnel!...
290862
Wietse Venema
wietse@...
Jan 19, 2013 9:34 pm
... Postfix logs this warning, so that you know why it will not use the remote SMTP client hostname in routine logging and in SMTPD access map lookups. Wietse...
290863
Nikolaos Milas
nmilas@...
Jan 20, 2013 9:52 am
... Thank you very much. Regards, Nick...
290864
Muzaffer
tolga@...
Jan 20, 2013 4:17 pm
... Thanks to several people on Freenode #postfix, I solved this issue. The problem was iptables blocking outbound mail. Regards, On 18 January 2013 21:14,...
290865
Feel Zhou
feelzhou@...
Jan 20, 2013 4:22 pm
Hello, my friend This is Tom, I am sending my greetings from China I have a mail server with postfix working in the internet. I permit my customer send mail...
290866
Robert Schetterer
rs@...
Jan 20, 2013 4:54 pm
... from <> normally is a bounce etc, so it might be ok after all you have amavis configured too, look at its setup too Best Regards MfG Robert Schetterer -- ...
290867
Jon A.
continualuse2u@...
Jan 20, 2013 10:17 pm
Since memcache use is relatively new, I've found fewer examples of implementation. I've read the postfix man and doc pages, and searched the mailing list and...
290868
Wietse Venema
wietse@...
Jan 20, 2013 11:23 pm
... You can use a Postfix memcache table for all Postfix tables (read-only or read-write) except where Postfix documentation says otherwise (primarily, you...
290869
Viktor Dukhovni
postfix-users@...
Jan 21, 2013 2:06 am
... I would not use memcache for TLS session state. This is pointless unless your servers are behind a load balancer, and also unnecessary if the sending...
290870
Peter Berghold
salty.cowdawg@...
Jan 21, 2013 2:02 pm
Hi folks, Sorry for the off-topic post but I'm in hopes that someone on this list might have the answer I'm looking for. I tried Google to no avail. Does...
290871
Reindl Harald
h.reindl@...
Jan 21, 2013 2:10 pm
... if it is not there then it does not exist or even if postfix-users will not know because they rarely care about sendmail and it's programming language for...
290872
Peter Berghold
salty.cowdawg@...
Jan 21, 2013 2:26 pm
... Looked there too. ... Well.. unfortunately some of us have to be conversant in more than one MTA. Where I work we have homegrown MTAs (easiest of course to...
290873
Jim Reid
jim@...
Jan 21, 2013 2:53 pm
... There were/are mailing lists but Sendmail (the company) doesn't seem to be as supportive of its open source offerings as it used to. For instance the FAQ...
290874
Claus Assmann
ca+postfix-users@...
Jan 21, 2013 7:43 pm
... There never was a mailing list for sendmail user discussion; the USENET group seems like a perfectly fine place for that purpose. There are still mail...
290875
Eric McCorkle
eric@...
Jan 22, 2013 2:05 am
Hello, I am trying to set up an LDAP-based alias table, and I want postfix to authenticate to LDAP using a Kerberos service principal, or at least using the...
290876
Wietse Venema
wietse@...
Jan 22, 2013 3:04 pm
... You run postalias as root. Postfix runs as a daemon, and minimizes usage of root privileges. If you have SElinux, root shell users and Postfix daemons may...
290877
Viktor Dukhovni
postfix-users@...
Jan 22, 2013 3:26 pm
... I would recommend GSSAPI (Kerberos) if that's an option, over EXTERNAL, key management is easier. To use GSSAPI, arrange for a cron job that runs once an...
290878
Jerry
postfix-user@...
Jan 22, 2013 4:03 pm
On Tue, 22 Jan 2013 10:04:30 -0500 (EST) ... I think that should be: <http://www.postfix.com/postconf.5.html#export_environment> -- Jerry ✌ ...
290879
Grant
emailgrant@...
Jan 22, 2013 8:34 pm
I thought my postfix setup was configured to send mail on port 587 and receive mail on port 25, so I was surprised to find that I could send mail from the...
290880
Reindl Harald
h.reindl@...
Jan 23, 2013 12:32 am
... typically the local machine is in "mynetworks"...
290881
Stan Hoeppner
stan@...
Jan 23, 2013 1:27 am
... Postfix never sends mail *from* TCP 25 or TCP 587. These are receive ports. Outbound connections occur on high ports. You're not properly describing...
290882
Tom Tucker
tktucker@...
Jan 23, 2013 2:52 am
I am struggling with a configuration that might be impossible. Hopefully the list can help guide me. I want to allow internal systems the ability to relay...
290883
Eric McCorkle
eric@...
Jan 23, 2013 5:33 am
... Ran postalias su'ed to the postfix user, and it still worked. Also, I'm using local_recipients_maps defined in LDAP (using EXTERNAL authentication,...
290884
Viktor Dukhovni
postfix-users@...
Jan 23, 2013 5:49 am
... This does not work, Postfix daemons don't run with the secondary groups of the "postfix" user. To use a client certificate for LDAP you must make it...