... Have you tried submitting mail from 127.0.0.1 via SMTP without the tunnel? I'm guessing that doesn't work either, meaning the question can be rephrased...
292020
Per olof Ljungmark
peo@...
Mar 17, 2013 8:48 am
Hi all, We've had a working configuration since a few years where we allow authenticated users to relay mail even if the sender address does not match a local...
292021
Patrick Lists
postfix-list@...
Mar 17, 2013 10:00 am
Hi Fernando, ... Here is the output: $ cat /etc/postfix/canonical @domainA.org @domainB.org $ postmap -q test@... hash:/etc/postfix/canonical <nothing>...
292022
Ansgar Wiechers
lists@...
Mar 17, 2013 10:06 am
... I'd recommend separating authenticated from unauthenticated submission. Enable submission (port 587) with authentication required, and remove ...
292023
Patrick Lists
postfix-list@...
Mar 17, 2013 10:31 am
Hi Victor, On 03/16/2013 11:25 PM, Viktor Dukhovni wrote: [snip] ... Ok. ... Will try that. ... Good to know. Thank you for your feedback. Regards, Patrick...
292024
patrick.proniewski@...
Mar 17, 2013 1:52 pm
... I tried to telnet a mail, but DKIM won't sign it. Looks like you are right. ... postconf -n appears to be correct (in a previous message). ... it is. ... ...
292025
Viktor Dukhovni
postfix-users@...
Mar 17, 2013 6:38 pm
... Keep in mind that there are many different LDAP email schemas and yours may keep the additional email addresses of each user in an differently named...
292026
Patrick Lists
postfix-list@...
Mar 17, 2013 10:12 pm
Hi Victor, On 03/17/2013 07:38 PM, Viktor Dukhovni wrote: [snip] ... Figured that out when I could not find the "mailDeliveryAddress" attribute in the schemas...
292027
Viktor Dukhovni
postfix-users@...
Mar 17, 2013 10:48 pm
... This may not be the right choice. The schema that uses "maildrop" IIRC typically uses: mail: primary address mailalternateaddress: secondary addresses...
292028
Mohsen Pahlevanzadeh
mohsen@...
Mar 18, 2013 12:01 am
Dear all, Hi, When you install postfix in debian or each distro, you prevent a dialog that asked you "General type of mail configuration:",You39;ll see a menu ...
292029
Viktor Dukhovni
postfix-users@...
Mar 18, 2013 12:14 am
... http://www.postfix.org/BASIC_CONFIGURATION_README.html http://www.postfix.org/documentation.html If you're using Debian, they modify Postfix with...
292030
Wietse Venema
wietse@...
Mar 18, 2013 12:15 am
... Snaphot 20130317 addresses sub-optimal behavior in the LMDB client code that affected tlsmgr and "postmap -i", and it makes the code more resilient. In...
292031
Patrick Lists
postfix-list@...
Mar 18, 2013 1:34 am
On 03/17/2013 11:48 PM, Viktor Dukhovni wrote: [snip] ... Got it. ... Thanks. Just read it and I switched to mailRoutingAddress. ... Having read that draft...
292032
Mohsen Pahlevanzadeh
mohsen@...
Mar 18, 2013 1:45 am
I uses debian, but i compiled postfix and i just want to know name of them. --mohsen...
292033
Viktor Dukhovni
postfix-users@...
Mar 18, 2013 1:54 am
... But this is still the delivery address attribute, not the additional address attribute, that is "mailAlternateAddress" in the draft. What matters to...
292034
Christian Rohmann
crohmann@...
Mar 18, 2013 9:24 am
Hey again postfix-users, ... Are there any plans to implement XCLIENT forwarding into postfix. Currently postfix seems to only accept XCLIENT but not send it...
292035
Per olof Ljungmark
peo@...
Mar 18, 2013 10:22 am
... Thank you for the tip. Then I have to figure out how to separate the two rulesets which I yet did not discover in the docs. Unfortunately we do have...
292036
Wietse Venema
wietse@...
Mar 18, 2013 11:02 am
... Please read the XFORWARD document. Wietse...
292037
Wietse Venema
wietse@...
Mar 18, 2013 11:08 am
... Separate your mail streams: MTAs talk to port 25. MUAs talk to port 587 (465 if they are pre-historic). If that is not possible use DNS to separate the...
Hello Wietse, postfix-users, ... I read the XFORWARD_README and I believe XFORWARD is what I want and should use to get variables from postfix MTA to my...
292040
Wietse Venema
wietse@...
Mar 18, 2013 2:30 pm
... Then, XFORWARD would need to be extended. Not only for sending forwarded SASL attributes (authentication method, authentication ID, sender address in MAIL...
292041
Per olof Ljungmark
peo@...
Mar 18, 2013 4:55 pm
... If we do not implement this case: (authenticated client assumed) - from nonlocal@ to local-user@local-domain Would "reject_sender_login_mismatch" do the...
292042
Per olof Ljungmark
peo@...
Mar 18, 2013 5:39 pm
... "although it must suffice that the domain part matches." Forget that part, I was thinking backwards......
292043
Jumping Mouse
kafriki@...
Mar 18, 2013 6:42 pm
Hello everyone, I have set up always_bcc = journal@... for an email archiving account. How can bypass always_bcc for certain senders? for example I...
292044
Wietse Venema
wietse@...
Mar 18, 2013 7:01 pm
... It's called *always*_bcc for a reason... ... If you don't want to bcc ALL senders, use sender_bcc_maps to make exceptions, Postfix regular expression...
292045
Littlefield, Tyler
tyler@...
Mar 18, 2013 7:05 pm
... thanks for the response. My goal its to allow for setting up rules; for example, spamassassin will flag spam messages with a [spam]. I currently use...
292046
Robert Lopez
rlopezcnm@...
Mar 18, 2013 7:23 pm
Viktor Duknovni wrote " If you're using Debian, they modify Postfix with additional configuration parameteter, in particular if I recall correctly "myhostname"...
292047
Quanah Gibson-Mount
quanah@...
Mar 18, 2013 7:30 pm
--On Sunday, March 17, 2013 8:15 PM -0400 Wietse Venema ... Excellent news, thank you Wietse! Does this mean it may be included in a future release? --Quanah ...
292048
Viktor Dukhovni
postfix-users@...
Mar 18, 2013 7:39 pm
... A distribution that does not ship Postfix. :-) You could try FreeBSD or NetBSD for a Postfix that is unlikely to be modified much if at all. The Debian...