De foutmeldingen:
Heeft dit te maken met de nieuwe instellingen van postfix 2.0.1? of is dit echt een configprobleem?
master.cf
main.cf
Het is dus sinds de apt-get update en grade van gisteren (debian testing)
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| Jan 15 14:59:29 newton postfix/master[381]: warning: process /usr/lib/postfix/pickup pid 385 exit status 1 Jan 15 14:59:29 newton postfix/master[381]: warning: /usr/lib/postfix/pickup: bad command startup -- throttling Jan 15 14:59:29 newton postfix/master[381]: warning: process /usr/lib/postfix/qmgr pid 386 exit status 1 Jan 15 14:59:29 newton postfix/master[381]: warning: /usr/lib/postfix/qmgr: bad command startup -- throttling Jan 15 14:59:34 newton postfix/smtpd[456]: warning: connect #8 to subsystem /var/spool/postfix/private/proxymap: Permission denied Jan 15 14:59:44 newton postfix/smtpd[456]: warning: connect #9 to subsystem /var/spool/postfix/private/proxymap: Permission denied Jan 15 14:59:54 newton postfix/smtpd[456]: warning: connect #10 to subsystem /var/spool/postfix/private/proxymap: Permission denied Jan 15 15:00:00 newton postfix/smtpd[477]: warning: connect #1 to subsystem private/proxymap: Connection refused Jan 15 15:00:04 newton postfix/smtpd[456]: fatal: connect #11 to subsystem /var/spool/postfix/private/proxymap: Permission denied Jan 15 15:00:10 newton postfix/smtpd[477]: warning: connect #2 to subsystem private/proxymap: Connection refused Jan 15 15:00:20 newton postfix/smtpd[477]: warning: connect #3 to subsystem private/proxymap: Connection refused Jan 15 15:00:29 newton postfix/pickup[482]: warning: connect #1 to subsystem private/proxymap: Connection refused Jan 15 15:00:29 newton postfix/qmgr[483]: warning: connect #1 to subsystem private/proxymap: Connection refused Jan 15 15:00:30 newton postfix/smtpd[477]: warning: connect #4 to subsystem private/proxymap: Connection refused Jan 15 15:00:39 newton postfix/pickup[482]: warning: connect #2 to subsystem private/proxymap: Connection refused Jan 15 15:00:39 newton postfix/qmgr[483]: warning: connect #2 to subsystem private/proxymap: Connection refused Jan 15 15:00:40 newton postfix/smtpd[477]: warning: connect #5 to subsystem private/proxymap: Connection refused Jan 15 15:00:49 newton postfix/pickup[482]: warning: connect #3 to subsystem private/proxymap: Connection refused Jan 15 15:00:49 newton postfix/qmgr[483]: warning: connect #3 to subsystem private/proxymap: Connection refused Jan 15 15:00:50 newton postfix/smtpd[477]: warning: connect #6 to subsystem private/proxymap: Connection refused Jan 15 15:01:00 newton postfix/qmgr[483]: warning: connect #4 to subsystem private/proxymap: Connection refused Jan 15 15:01:00 newton postfix/pickup[482]: warning: connect #4 to subsystem private/proxymap: Connection refused Jan 15 15:01:00 newton postfix/smtpd[477]: warning: connect #7 to subsystem private/proxymap: Connection refused Jan 15 15:01:09 newton postfix/pickup[482]: warning: connect #5 to subsystem private/proxymap: Connection refused Jan 15 15:01:09 newton postfix/qmgr[483]: warning: connect #5 to subsystem private/proxymap: Connection refused Jan 15 15:01:10 newton postfix/smtpd[477]: warning: connect #8 to subsystem private/proxymap: Connection refused Jan 15 15:01:19 newton postfix/qmgr[483]: warning: connect #6 to subsystem private/proxymap: Connection refused |
Heeft dit te maken met de nieuwe instellingen van postfix 2.0.1? of is dit echt een configprobleem?
master.cf
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| # ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (50) # ========================================================================== smtp inet n - n - - smtpd #628 inet n - - - - qmqpd pickup fifo n - - 60 1 pickup cleanup unix n - n - 0 cleanup qmgr fifo n - n 300 1 qmgr #qmgr fifo n - - 300 1 nqmgr rewrite unix - - n - - trivial-rewrite bounce unix - - - - 0 bounce defer unix - - - - 0 bounce flush unix n - - 1000? 0 flush proxymap unix n - n - - proxymap smtp unix - - - - - smtp showq unix n - - - - showq error unix - - - - - error local unix - - n - - local virtual unix - - n - - virtual lmtp unix - - n - - lmtp |
main.cf
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| command_directory = /usr/sbin daemon_directory = /usr/lib/postfix program_directory = /usr/lib/postfix smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) setgid_group = postdrop biff = no # appending .domain is the MUA's job. append_dot_mydomain = yes myhostname = hoekoeboeroe alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = hoop meuk relayhost = mailbox_command = mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all mynetworks_style = subnet #added for MySQL transport_maps=proxy:mysql:/etc/postfix/transport.cf virtual_mailbox_maps=proxy:mysql:/etc/postfix/mysql_virt.cf virtual_uid_maps=proxy:mysql:/etc/postfix/uids.cf virtual_gid_maps=proxy:mysql:/etc/postfix/gids.cf virtual_mailbox_base=/ virtual_maps =proxy:mysql:/etc/postfix/virtual.cf |
Het is dus sinds de apt-get update en grade van gisteren (debian testing)
And Bob's your uncle ...