... hostname# postconf resolve_dequoted_address=no hostname# postfix reload postfix/postfix-script: refreshing the Postfix mail system hostname# telnet...
290382
Michael Blessenohl
blessenohl@...
Jan 3, 2013 7:31 pm
... Are you sure this is not reported by the policy daemon running on 127.0.0.1:10023 in your smtpd_recipient_restrictions: check_policy_service...
290381
Kristof Bajnok
bajnokk@...
Jan 3, 2013 6:28 pm
... Unfortunately, I can not accomplish this with a single query. First, I need to find out, what the canonical domain part is (map domain.org to domain.com),...
290380
martijn.list
martijn.list@...
Jan 3, 2013 5:02 pm
... Are you sure this is not reported by the policy daemon running on 127.0.0.1:10023 in your smtpd_recipient_restrictions: check_policy_service...
290379
Wietse Venema
wietse@...
Jan 3, 2013 4:45 pm
... Your test was invalid. hostname# postconf resolve_dequoted_address=no hostname# postfix reload postfix/postfix-script: refreshing the Postfix mail system ...
290378
Hleb Valoshka
375gnu@...
Jan 3, 2013 4:27 pm
Sometimes one need to apply address masquerading before canonical transformation (i.e. use these transformations together without two-pass schemes). As it was...
290377
Robert Moskowitz
rgm@...
Jan 3, 2013 4:07 pm
An update on creating self-signed certs. ... I was noticing an error in /var/log/httpd/ssl_error_log about the cert having basicConstraints: CA=TRUE So I...
290376
Michael Blessenohl
blessenohl@...
Jan 3, 2013 3:44 pm
... As Victor wrote don't bet on it. You can stop wasting your time. Wieste...
290375
Wietse Venema
wietse@...
Jan 3, 2013 3:20 pm
... As Victor wrote don't bet on it. You can stop wasting your time. Wieste...
290374
Michael Blessenohl
blessenohl@...
Jan 3, 2013 3:12 pm
... Um, it still doesn't work. Now I get a bounce with the error message 554 5.7.1<@@example.com>: Relay access denied (state 13) why does it dequote the...
290373
Wietse Venema
wietse@...
Jan 3, 2013 3:04 pm
... You should rewrite the envelope recipient address with virtual_alias_maps, from the alias form to the canonical form. This will also validate the alias...
290372
Kristof Bajnok
bajnokk@...
Jan 3, 2013 2:50 pm
... Ah indeed, I should've spotted. Thanks! Do you have any tips for envelope address rewriting for the LMTP server, which is not domainalias-aware? (My first...
290371
Szymon Stupkiewicz
sstupkiewicz+postfix@...
Jan 3, 2013 1:48 pm
Hi, I'm trying to configure postfix not to use local accounts for delivery, only LDAP. To do this I'm putting sth like this into main.cf: local_recipient_maps...
290370
Wietse Venema
wietse@...
Jan 3, 2013 1:28 pm
... You should not need a policy script for this. To validate an RCPT TO address, it's sufficient to have a virtual alias. You can use the ldap_table(5) domain...
290369
Kristof Bajnok
bajnokk@...
Jan 3, 2013 1:08 pm
... LDAP, no local users. LDIF attached. Currently, a custom policy script (domainalias-aware) verifies the recipient in LDAP, then Postfix queries the LDAP...
290368
Bastian Blank
bastian+postfix-users...
Jan 3, 2013 11:50 am
... How do you get your user information? Bastian -- Change is the essential process of all existence. -- Spock, "Let That Be Your Last Battlefield", stardate...
290367
Kristof Bajnok
bajnokk@...
Jan 3, 2013 10:16 am
Hi, I have several alias domains, I mean where users should receive mails for both user@... (call it 'canonical39;) and user@... ('alias39;) mail...
290366
Viktor Dukhovni
postfix-users@...
Jan 3, 2013 5:06 am
... The RFC specifies the maximal valid character set for email addresses. Not all the constructs in this maximally valid character set are safe on security,...
290365
Michael Blessenohl
blessenohl@...
Jan 3, 2013 3:49 am
... Replaced my domain name by example.com, IP address by XXX.XXX.XXX.XXX and hostname by hostname /var/log/mail.info: Jan 3 03:09:45 hostname...
290364
/dev/rob0
rob0@...
Jan 3, 2013 3:21 am
... That's not a Postfix rejection message. Show logs & postconf -n. ... It is valid. It is not sane, but indeed, with proper quoting as shown, it should work....
290363
Reindl Harald
h.reindl@...
Jan 3, 2013 3:17 am
... have fun changing the world prepare to lose the fight i will continue to reject any address with more than one @ on websites because there are only few...
290362
Michael Blessenohl
blessenohl@...
Jan 3, 2013 3:13 am
... Well someone has to start implementing the standards correctly or there is no point in making them anyway....
290361
Reindl Harald
h.reindl@...
Jan 3, 2013 3:07 am
... why are you try using such addresses? it does not matter what some validators or even any RFC says special chars should not be used because ANY relay-hop...
290360
Michael Blessenohl
blessenohl@...
Jan 3, 2013 3:02 am
Hi, I tried using an e-mail address @@... in postfix. When I try to deliver a mail to it, postfix rejects it with the error message 501 5.1.3 Bad...
290359
Viktor Dukhovni
postfix-users@...
Jan 2, 2013 11:12 pm
... If your domain is a virtual mailbox domain, you should probably not even list $myhostname in $mydestination. Rather: main.cf: # Convenience # indexed =...
290358
Reindl Harald
h.reindl@...
Jan 2, 2013 10:45 pm
... myorigin = dept.university.edu in general i would add "reject_non_fqdn_recipient" and "reject_non_fqdn_sender" to "smtpd_recipient_restrictions" BEFORE...
290357
Michael Sloan
sloan@...
Jan 2, 2013 10:39 pm
I just upgraded our mail server from a 10-year old Solaris server running sendmail and WU-IMAP to Linux running Postfix 2.9 and Dovecot 2.1 and have...
290356
Stan Hoeppner
stan@...
Jan 1, 2013 7:32 pm
... I didn't intend to imply anything nefarious. By "email blasting" I simply meant high volume, short duration--not spamming. ... The reason I asked this is...
290355
Jeroen Geilman
jeroen@...
Jan 1, 2013 3:30 pm
... ...effectively duplicating messages on some vague condition. If the destination is down, you can re-route mail using the fallback_relay option. Your...
290354
Marcin Owsiany
marcin@...
Jan 1, 2013 1:33 pm
... This is probably not completely on topic, but just to make sure this does not turn into some kind of conspiracy theory: a) it has nothing to do with my...