[postfix] wil geen mail meer versturen

Pagina: 1
Acties:
  • 139 views sinds 30-01-2008
  • Reageer

  • Scharnout
  • Registratie: November 2000
  • Laatst online: 18-04 19:02
De foutmeldingen:
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 ...


Verwijderd

Tis geen helpdesk hier hoor :o

Zeg eens wat je zelf al geprobeerd hebt om het probleem op te lossen :)

  • Scharnout
  • Registratie: November 2000
  • Laatst online: 18-04 19:02
Ik heb de mail.postfix.users newsgroep doorgespit

ik heb wat gespeeld met de chroot en unpriv instellingen in master.cf

ik heb in ieder geval proxymap toegevoegd aan master.cf (want die stond er nog niet in)

ik heb geprobeerd uit te vinden wat hij bedoelt met private en niet kunnen connecten :)

maar ik snap het niet :(

And Bob's your uncle ...


Verwijderd

/var/spool/postfix/private/proxymap: Permission denied

Misschien dat je hier met een rechtenprobleem zit?

  • Scharnout
  • Registratie: November 2000
  • Laatst online: 18-04 19:02
hhhm en hoe vind ik dan uit waar ik hem rechten kan geven of bv tot de postdrop groep kan laten behoren?

And Bob's your uncle ...


  • WarPuppy
  • Registratie: Januari 2000
  • Laatst online: 04-05 11:01

WarPuppy

Electronic Technology

Scharnout schreef op 15 januari 2003 @ 15:54:
hhhm en hoe vind ik dan uit waar ik hem rechten kan geven of bv tot de postdrop groep kan laten behoren?
chmod 777 die map eens ?

Verwijderd

chmod ? Dan is die ineens world readable. Nee je moet m denk ik chownen op de goede user

  • Scharnout
  • Registratie: November 2000
  • Laatst online: 18-04 19:02
Nope allemaal fout, maar bedankt voor de inzet. De dag erna (nadat ik een andere server had opgeworpen kreeg ik via apt-get update een betere update en alles werkt weer. Buggy release dus. Draai nu voor mijn bedrijfscritical maar stable :p

And Bob's your uncle ...

Pagina: 1