Re: Postfix does not authenticate to relayhost

2018-05-17 Thread Florian Lindner
Ok, I think I got it. Problem was probably a mismatch in the port between the setting in relay_host and the password map. Sorry, for bothering you with what was my fault. Best, Florian

Re: Postfix does not authenticate to relayhost

2018-05-16 Thread Florian Lindner
Am 16.05.2018 um 15:24 schrieb Matus UHLAR - fantomas: > On 15.05.18 22:17, Florian Lindner wrote: >> May 15 22:10:04 venus postfix/smtpd[20438]: NOQUEUE: reject: RCPT from >> host[x.x.x]: 450 4.1.8 >> <florian@horus.localdomain>: Sender address rejected: Domain n

Re: Postfix does not authenticate to relayhost

2018-05-15 Thread Florian Lindner
Am 15.05.2018 um 22:29 schrieb Benny Pedersen: > Florian Lindner skrev den 2018-05-15 22:17: > >> May 15 22:10:04 venus postfix/smtpd[20438]: connect from host[x.x.x] >> May 15 22:10:04 venus postfix/smtpd[20438]: NOQUEUE: reject: RCPT from >> host[x.x.x]: 450 4.1.8 &l

Re: Postfix does not authenticate to relayhost

2018-05-15 Thread Florian Lindner
Am 15.05.2018 um 22:26 schrieb Bastian Blank: > On Tue, May 15, 2018 at 10:17:40PM +0200, Florian Lindner wrote: >> relayhost = [venus.centershock.net] >> venus.centershock.net relayu...@xgm.de:passwd > > '[venus.centershock.net]' != 'venus.centershock.net'. The name nee

Postfix does not authenticate to relayhost

2018-05-15 Thread Florian Lindner
Hello, I run two postfix servers. One on my server, which just runs fine and is used to sent mail directly. The other one on my local machine which should relay mail to other one. Problem is that the desktop MTA does not seem to authenticate to its relayhost: The server says: May 15 22:10:04

Ok to put private network in mynetworks?

2017-05-17 Thread Florian Lindner
Hello, I run a docker container on my server. To not have all docker containers need to authenticate when sending mail, I added the private network range 172.16/12 to mynetworks: # Added private network 172.16/12 for Docker mynetworks = 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128

cannot get RSA certificate from file

2013-09-18 Thread Florian Lindner
Hello, since a certificate recreation (new CSR with 2048 key size) STARTTLS with postfix seems to have stopped working. Apache SSL works fine, using the same certificate. postfix/tlsmgr[8892]: warning: request to update table btree:/var/spool/postfix/smtpd_scache in non-postfix directory

Re: Unifying virtual_alias_maps and domains

2013-09-11 Thread Florian Lindner
Am Mittwoch, 11. September 2013, 15:30:15 schrieb Viktor Dukhovni: On Wed, Sep 11, 2013 at 05:18:55PM +0200, Florian Lindner wrote: Since there are not many users and rather low mail traffic on the machine I want to simplify the query. There will be no more mail enabled or disabled domains

Unifying virtual_alias_maps and domains

2013-09-11 Thread Florian Lindner
Hello! Currently I've virtual_alias_maps and virtual_alias_domains set: virtual_alias_domains = mysql:/etc/postfix/mysql-virtual-alias-domains.cf virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf domains use this query: query = SELECT domain FROM domains WHERE mail AND domain