Likes Likes:  0
Resultaten 1 tot 10 van de 10
Geen
  1. #1
    delivery temporarily suspended: transport is unavailable
    geregistreerd gebruiker
    71 Berichten
    Ingeschreven
    12/10/06

    Locatie
    Emmen

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter

    delivery temporarily suspended: transport is unavailable

    goedemiddag

    eindelijk heb ik een errorcode gevonden over mijn probleem met postfix.

    Nl.
    delivery temporarily suspended: transport is unavailable

    Ik heb al op google gezocht, maar hier vind ik helaas geen antwoord.
    De situatie:
    Server verstuurd geen mail weg, maar plaatst het in de mail queue, met dus die error daarachter.

    Code:
    > postconf -n
    alias_database = hash:/etc/aliases
    append_at_myorigin = yes
    append_dot_mydomain = no
    biff = no
    broken_sasl_auth_clients = yes
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/lib/postfix
    local_destination_recipient_limit = 1
    local_recipient_maps = unix:passwd.byname $alias_database
    local_transport = local
    mail_spool_directory = /var/mail
    mailbox_command = procmail -a "$EXTENSION"
    mailbox_size_limit = 0
    mydestination = $myhostname, $mydomain
    mydomain = domain.local
    mynetworks_style = host
    myorigin = $mydomain
    relayhost = smtp.wanadoo.nl
    setgid_group = postdrop
    smtpd_banner = $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.7.1
    smtpd_recipient_restrictions = permit_sasl_authenticated,   permit_mynetworks,   reject_unauth_destination
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_local_domain = vhcs.net
    smtpd_sasl_security_options = noanonymous
    transport_maps = hash:/etc/postfix/vhcs2/transport
    virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases
    virtual_gid_maps = static:8
    virtual_mailbox_base = /var/mail/virtual
    virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains
    virtual_mailbox_limit = 0
    virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes
    virtual_minimum_uid = 1001
    virtual_transport = virtual
    virtual_uid_maps = static:1001
    en in de config van procmail staat niks xD

  2. #2
    delivery temporarily suspended: transport is unavailable
    moderator
    4.784 Berichten
    Ingeschreven
    04/11/05

    Locatie
    Gent

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    12 Berichten zijn liked


    Registrar SIDN: ja
    KvK nummer: nvt
    Ondernemingsnummer: 0475284162

    Zet hier eens de volledige lijn uit je logfile neer, niet enkel de foutmelding. Er is een deel van postfix niet goed geconfigureerd, of het werkt niet meer.

    Ik verdenk onmiddellijk het niet beschikbaar zijn van iets als amavis, spamd of aanverwanten...

  3. #3
    delivery temporarily suspended: transport is unavailable
    geregistreerd gebruiker
    71 Berichten
    Ingeschreven
    12/10/06

    Locatie
    Emmen

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter
    Het heeft wel gewerkt....

    Code:
     Mail.cf
    #
    # Postfix MTA Manager Main Configuration File;
    #
    # Please do NOT edit this file manually;
    #
    
    #
    # Postfix directory settings; These are critical for normal Postfix MTA functionallity;
    #
    
    command_directory = /usr/sbin
    daemon_directory = /usr/lib/postfix
    program_directory = /usr/lib/postfix
    
    #
    # Some common configuration parameters;
    #
    
    mynetworks_style = host
    
    mydomain = mydomain.local
    myorigin = $mydomain
    
    smtpd_banner = $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.7.1
    setgid_group = postdrop
    
    #
    # Receiving messages parameters;
    #
    
    mydestination = $myhostname, $mydomain
    append_dot_mydomain = no
    append_at_myorigin = yes
    local_transport = local
    virtual_transport = virtual
    transport_maps = hash:/etc/postfix/vhcs2/transport
    
    #
    # Delivering local messages parameters;
    #
    
    mail_spool_directory = /var/mail
    mailbox_size_limit = 0
    mailbox_command = procmail -a "$EXTENSION"
    
    biff = no
    
    alias_database = hash:/etc/aliases
    
    local_destination_recipient_limit = 1
    local_recipient_maps = unix:passwd.byname $alias_database
    
    #
    # Delivering virtual messages parameters;
    #
    
    virtual_mailbox_base = /var/mail/virtual
    virtual_mailbox_limit = 0
    
    virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains
    virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes
    
    virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases
    
    virtual_minimum_uid = 1001
    virtual_uid_maps = static:1001
    virtual_gid_maps = static:8
    
    #
    # SASL paramters;
    #
    
    smtpd_sasl_auth_enable = yes
    
    smtpd_sasl_security_options = noanonymous
    
    smtpd_sasl_local_domain = vhcs.net
    
    broken_sasl_auth_clients = yes
    
    smtpd_recipient_restrictions =
       permit_sasl_authenticated,
       permit_mynetworks,
       reject_unauth_destination
    relayhost = smtp.wanadoo.nl
    Code:
     Master.cf
    #
    # Postfix master process configuration file.  For details on the format
    # of the file, see the Postfix master(5) manual page.
    #
    # ==========================================================================
    # service type  private unpriv  chroot  wakeup  maxproc command + args
    #               (yes)   (yes)   (yes)   (never) (100)
    # ==========================================================================
    #submission inet n      -       -       -       -       smtpd
    #	-o smtpd_etrn_restrictions=reject
    #	-o smtpd_client_restrictions=permit_sasl_authenticated,reject
    #smtps    inet  n       -       -       -       -       smtpd
    #  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
    #submission inet n      -       -       -       -       smtpd
    #  -o smtpd_etrn_restrictions=reject
    #  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
    #628      inet  n       -       -       -       -       qmqpd
    pickup    fifo  n       -       -       60      1       pickup
    cleanup   unix  n       -       -       -       0       cleanup
    qmgr      fifo  n       -       -       300     1       qmgr
    #qmgr     fifo  n       -       -       300     1       oqmgr
    tlsmgr    unix  -       -       -       1000?   1       tlsmgr
    rewrite   unix  -       -       -       -       -       trivial-rewrite
    bounce    unix  -       -       -       -       0       bounce
    defer     unix  -       -       -       -       0       bounce
    trace     unix  -       -       -       -       0       bounce
    verify    unix  -       -       -       -       1       verify
    flush     unix  n       -       -       1000?   0       flush
    proxymap  unix  -       -       n       -       -       proxymap
    smtp	inet	n	-	n	-	-	smtpd
    # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
    relay     unix  -       -       -       -       -       smtp
    	-o fallback_relay=
    #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
    showq     unix  n       -       -       -       -       showq
    error     unix  -       -       -       -       -       error
    discard   unix  -       -       -       -       -       discard
    local     unix  -       n       n       -       -       local
    virtual   unix  -       n       n       -       -       virtual
    lmtp      unix  -       -       -       -       -       lmtp
    anvil     unix  -       -       -       -       1       anvil
    scache	  unix	-	-	-	-	1	scache
    #
    # ====================================================================
    # Interfaces to non-Postfix software. Be sure to examine the manual
    # pages of the non-Postfix software to find out what options it wants.
    #
    # Many of the following services use the Postfix pipe(8) delivery
    # agent.  See the pipe(8) man page for information about ${recipient}
    # and other message envelope options.
    # ====================================================================
    #
    # maildrop. See the Postfix MAILDROP_README file for details.
    # Also specify in main.cf: maildrop_destination_recipient_limit=1
    #
    maildrop  unix  -       n       n       -       -       pipe
      flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
    #
    # See the Postfix UUCP_README file for configuration details.
    #
    uucp      unix  -       n       n       -       -       pipe
      flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
    #
    # Other external delivery methods.
    #
    ifmail    unix  -       n       n       -       -       pipe
      flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
    bsmtp     unix  -       n       n       -       -       pipe
      flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
    scalemail-backend unix	-	n	n	-	2	pipe
      flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
    mailman   unix  -       -       n       -       -       pipe
      flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
      ${nexthop} ${user}
    
    #
    # vhcs delivery agent.
    #
    
    vhcs2-arpl unix  -      n       n       -       -       pipe flags=O user=vmail argv=/var/www/vhcs2/engine/messager/vhcs2-arpl-msgr
    Amavis en spamd zijn idd. niet geinstalleerd

  4. #4
    delivery temporarily suspended: transport is unavailable
    moderator
    4.784 Berichten
    Ingeschreven
    04/11/05

    Locatie
    Gent

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    12 Berichten zijn liked


    Registrar SIDN: ja
    KvK nummer: nvt
    Ondernemingsnummer: 0475284162

    Opnieuw, graag de volledige foutmelding uit je logfile, de ganse lijn, van begin tot eind, en als het even kan, de lijnen ervoor/erna ook die van hetzelfde proces komen...

  5. #5
    delivery temporarily suspended: transport is unavailable
    geregistreerd gebruiker
    71 Berichten
    Ingeschreven
    12/10/06

    Locatie
    Emmen

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter
    Citaat Oorspronkelijk geplaatst door wonko Bekijk Berichten
    Opnieuw, graag de volledige foutmelding uit je logfile, de ganse lijn, van begin tot eind, en als het even kan, de lijnen ervoor/erna ook die van hetzelfde proces komen...
    Ik krijg verder geen errors dan :

    0E8D86340C5 Sun Feb 18 13:48:44 www-data@domein.local mailadres@domein.nl 575 bytes delivery temporarily suspended: transport is unavailable

  6. #6
    delivery temporarily suspended: transport is unavailable
    moderator
    4.784 Berichten
    Ingeschreven
    04/11/05

    Locatie
    Gent

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    12 Berichten zijn liked


    Registrar SIDN: ja
    KvK nummer: nvt
    Ondernemingsnummer: 0475284162

    Alee, aangezien dat nog altijd geen volledige lijn is: zoek zelf uit welk transport hij wil gebruiken.

  7. #7
    delivery temporarily suspended: transport is unavailable
    geregistreerd gebruiker
    71 Berichten
    Ingeschreven
    12/10/06

    Locatie
    Emmen

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter
    Transport mapping lookup tables: hash:/etc/postfix/vhcs2/transport.


    en in het bestandje transport staat dit:
    Code:
               a                                 *€‘   ’L×E;a                        Ñ?h^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             *€‘   ’L×E;a                        Ñ?h^
    word niemand wijs uit denk ik...

    Dit vond ik ook nog:

    Postfix Version: 2.1.5

    Hostname domein
    System Linux domein 2.4.27-2-386 #1 Wed Aug 17 09:33:35 UTC 2005 i686 GNU/Linux


    Mailbox locking methods
    flock
    fcntl
    dotlock


    Supported Lookup Tables
    static
    cidr
    nis
    dbm
    regexp
    environ
    proxy
    btree
    unix
    hash
    tcp
    sdbm


    main.cf


    non-default parameters
    append_dot_mydomain no
    biff no
    broken_sasl_auth_clients yes
    local_recipient_maps unixasswd.byname $alias_database
    local_transport local
    mailbox_command procmail -a "$EXTENSION"
    mailbox_size_limit 0
    mydestination $myhostname, $mydomain
    mydomain domein.local
    mynetworks_style host
    myorigin $mydomain
    relayhost smtp.wanadoo.nl
    smtpd_banner $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.7.1
    smtpd_recipient_restrictions permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
    smtpd_sasl_auth_enable yes
    smtpd_sasl_local_domain vhcs.net
    transport_maps hash:/etc/postfix/vhcs2/transport
    virtual_alias_maps hash:/etc/postfix/vhcs2/aliases
    virtual_gid_maps static:8
    virtual_mailbox_base /var/mail/virtual
    virtual_mailbox_domains hash:/etc/postfix/vhcs2/domains
    virtual_mailbox_limit 0
    virtual_mailbox_maps hash:/etc/postfix/vhcs2/mailboxes
    virtual_minimum_uid 1001
    virtual_uid_maps static:1001


    main.cf


    parameters defined as per defaults
    alias_database hash:/etc/aliases
    append_at_myorigin yes
    command_directory /usr/sbin
    config_directory /etc/postfix
    daemon_directory /usr/lib/postfix
    local_destination_recipient_limit 1
    mail_spool_directory /var/mail
    setgid_group postdrop
    smtpd_sasl_security_options noanonymous
    virtual_transport virtual


    master.cf

    service type private unpriv chroot wakeup maxproc command + args
    pickup fifo n - - 60 1 pickup
    cleanup unix n - - - 0 cleanup
    qmgr fifo n - - 300 1 qmgr
    tlsmgr unix - - - 1000? 1 tlsmgr
    rewrite unix - - - - - trivial-rewrite
    bounce unix - - - - 0 bounce
    defer unix - - - - 0 bounce
    trace unix - - - - 0 bounce
    verify unix - - - - 1 verify
    flush unix n - - 1000? 0 flush
    proxymap unix - - n - - proxymap
    smtp inet n - n - - smtpd
    relay unix - - - - - smtp
    -o
    showq unix n - - - - showq
    error unix - - - - - error
    discard unix - - - - - discard
    local unix - n n - - local
    virtual unix - n n - - virtual
    lmtp unix - - - - - lmtp
    anvil unix - - - - 1 anvil
    scache unix - - - - 1 scache
    maildrop unix - n n - - pipe

    uucp unix - n n - - pipe

    ifmail unix - n n - - pipe

    bsmtp unix - n n - - pipe

    scalemail-backend unix - n n - 2 pipe

    mailman unix - - n - - pipe

    ${nexthop} ${user}


    vhcs2-arpl


    Specific file and directory permissions

    Permission Deep Owner Group Size Date Directory/File
    drwx-wx--T 2 postfix postdrop 4096 Feb 18 14:14 /var/spool/postfix/maildrop

    drwx--s--- 2 postfix postdrop 4096 Feb 18 13:53 /var/spool/postfix/public

    srw-rw-rw- 1 postfix postdrop 0 Feb 18 13:53 cleanup
    srw-rw-rw- 1 postfix postdrop 0 Feb 18 13:53 flush
    prw--w--w- 1 postfix postdrop 0 Feb 18 17:51 pickup
    prw--w--w- 1 postfix postdrop 0 Feb 18 17:48 qmgr
    srw-rw-rw- 1 postfix postdrop 0 Feb 18 13:53 showq

    drwx------ 2 postfix root 4096 Feb 18 13:53 /var/spool/postfix/private

    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 anvil
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 bounce
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 bsmtp
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 defer
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 discard
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 error
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 ifmail
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 lmtp
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 local
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 maildrop
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 mailman
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 proxymap
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 relay
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 rewrite
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 scache
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 scalemail-backend
    srw-rw-rw- 1 postfix postfix 0 Feb 13 19:33 smtp
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 tlsmgr
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 trace
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 uucp
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 verify
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 vhcs2-arpl
    srw-rw-rw- 1 postfix postfix 0 Feb 18 13:53 virtual

    -r-xr-sr-x 1 root postdrop 8444 Mar 1 2005 /usr/sbin/postdrop

    -r-xr-sr-x 1 root postdrop 8440 Mar 1 2005 /usr/sbin/postqueue


    Library dependencies
    libpostfix-master.so.1 => /usr/lib/libpostfix-master.so.1 (0x40026000)
    libpostfix-global.so.1 => /usr/lib/libpostfix-global.so.1 (0x4002c000)
    libpostfix-dns.so.1 => /usr/lib/libpostfix-dns.so.1 (0x40050000)
    libpostfix-util.so.1 => /usr/lib/libpostfix-util.so.1 (0x40055000)
    libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x40079000)
    libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0x400aa000)
    libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x401a9000)
    libdb-4.2.so => /usr/lib/libdb-4.2.so (0x401be000)
    libnsl.so.1 => /lib/libnsl.so.1 (0x40294000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x402aa000)
    libgdbm_compat.so.3 => /usr/lib/libgdbm_compat.so.3 (0x402bc000)
    libc.so.6 => /lib/libc.so.6 (0x402bf000)
    libdl.so.2 => /lib/libdl.so.2 (0x403f2000)
    libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0x403f5000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)



  8. #8
    delivery temporarily suspended: transport is unavailable
    moderator
    4.784 Berichten
    Ingeschreven
    04/11/05

    Locatie
    Gent

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    12 Berichten zijn liked


    Registrar SIDN: ja
    KvK nummer: nvt
    Ondernemingsnummer: 0475284162

    Allemaal niet nodig. Ga na via de logfiles waar je bericht zit, en waar hij hem nu heen wil sturen. Transports zijn te vinden in de niet-gehashte versie van je transport map. Neem je berichts ID, gebruik de postfix tools en achterhaal wat er niet loopt, of niet goed loopt.

  9. #9
    delivery temporarily suspended: transport is unavailable
    geregistreerd gebruiker
    71 Berichten
    Ingeschreven
    12/10/06

    Locatie
    Emmen

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter
    Citaat Oorspronkelijk geplaatst door wonko Bekijk Berichten
    Allemaal niet nodig. Ga na via de logfiles waar je bericht zit, en waar hij hem nu heen wil sturen. Transports zijn te vinden in de niet-gehashte versie van je transport map. Neem je berichts ID, gebruik de postfix tools en achterhaal wat er niet loopt, of niet goed loopt.
    Fatal errors displayed to visitor:
    050 - Unable to open configuration file ./infoconfig.php3.
    090 - There has been an error, and your information has not been sent.


    Phorm Variables:
    PHORM_RCONFIG: N
    PHORM_ALERTTO: you@yourdomain.com
    PHORM_TO: you@yourdomain.com
    PHORM_SUBJECT: Form Data
    PHORM_TMPL: ::generic::
    PHORM_ACK: ::generic::
    PHORM_REGEX: 0
    PHORM_CONFIG: infoconfig.php3
    PHORM_NAME: info
    PHORM_LINEBRK:

    PHORM_LOG: Array
    PHORM_LOGVAR: Array
    PHORM_LDELIM:
    PHORM_LOGQUOT: '


    Form Data:
    PHORM_NAME: info
    PHORM_CONFIG: infoconfig.php3
    Voornaam: Bla
    Naam: bla
    Straat: bz
    Huisnummer: 17
    Plaats: oveen
    Email: mail@mail.nl

    HTTP_REFERER: http://www.url.nl
    REMOTE_ADDR: ip




    --
    Phorm v3.0.4 by Holotech Enterprises http://www.holotech.net/


    Toevallig een mailform dit...
    Er is een configfile niet... maar hoe kom ik hier aan?

  10. #10
    delivery temporarily suspended: transport is unavailable
    Life is short, play long!
    1.009 Berichten
    Ingeschreven
    05/05/04

    Post Thanks / Like
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    1 Berichten zijn liked


    Naam: Mike

    Lezen is lastig?

    wonko vraagt diverse malen voor een LOG-regel of LOG-file.
    Meestal kan je deze vinden in /var/log/<programmanaam>

Webhostingtalk.nl

Contact

  • Rokin 113-115
  • 1012 KP, Amsterdam
  • Nederland
  • Contact
© Copyright 2001-2021 Webhostingtalk.nl.
Web Statistics