lefsaker Skrevet 11. august 2008 Del Skrevet 11. august 2008 Jeg har akkurat fått satt opp en CentOS server, som skal tjene som webserver. For å få til PHP-sendmail, har jeg fått beskjed om å sette opp postfix. Har fulgt en guide, og tjenesten starter uten at jeg får feilmelding. Problemet er at når jeg fyller inn et mail-skjema i PHP og sender det, står det at meldingen blir sendt, men den kommer ikke fram. #queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/libexec/postfix mail_owner = postfix inet_interfaces = all mydestination = $myhostname, localhost.$mydomain, localhost unknown_local_recipient_reject_code = 550 alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 sendmail_path = /usr/sbin/sendmail.postfix newaliases_path = /usr/bin/newaliases.postfix mailq_path = /usr/bin/mailq.postfix setgid_group = postdrop html_directory = no manpage_directory = /usr/share/man sample_directory = /usr/share/doc/postfix-2.3.3/samples readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES smtpd_sasl_local_domain = smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination mynetworks = 127.0.0.0/8 smtpd_tls_auth_only = no smtp_use_tls = yes smtpd_use_tls = yes smtp_tls_note_starttls_offer = yes smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s tls_random_source = dev:/dev/urandom myhostname = web.curxhaxx Noen som ser noen feil? Si ifra dersom jeg skal hente fram andre configfiler Lenke til kommentar
comicz Skrevet 11. august 2008 Del Skrevet 11. august 2008 Første punkt blir å få se innhold av /var/log/mail.log og /var/log/mail.err :--) Lenke til kommentar
lefsaker Skrevet 11. august 2008 Forfatter Del Skrevet 11. august 2008 (endret) Har ingen av filene du pekte til, men jeg kan kompansere med /var/log/maillog Aug 11 00:09:33 web sendmail[2522]: alias database /etc/aliases rebuilt by root Aug 11 00:09:33 web sendmail[2522]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 00:09:33 web sendmail[2527]: starting daemon (8.13.8): SMTP+queueing@01:00:00 Aug 11 00:09:33 web sm-msp-queue[2536]: starting daemon (8.13.8): queueing@01:00:00 Aug 11 00:11:41 web sendmail[2443]: alias database /etc/aliases rebuilt by root Aug 11 00:11:41 web sendmail[2443]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 00:11:41 web sendmail[2448]: starting daemon (8.13.8): SMTP+queueing@01:00:00 Aug 11 00:11:41 web sm-msp-queue[2456]: starting daemon (8.13.8): queueing@01:00:00 Aug 11 01:16:43 web sendmail[3983]: m7ANGhVT003983: from=root, size=1001, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost Aug 11 01:16:43 web sendmail[3985]: m7ANGhBw003985: from=<[email protected]>, size=1245, class=0, nrcpts=1, msgid=<[email protected]>, proto=ESMTP, daemon=MTA, relay=web.curxhaxx [127.0.0.1] Aug 11 01:16:43 web sendmail[3983]: m7ANGhVT003983: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31001, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (m7ANGhBw003985 Message accepted for delivery) Aug 11 01:16:43 web sendmail[3986]: m7ANGhBw003985: to=<[email protected]>, ctladdr=<[email protected]> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=31443, dsn=2.0.0, stat=Sent Aug 11 03:06:07 web sendmail[23325]: alias database /etc/aliases rebuilt by root Aug 11 03:06:07 web sendmail[23325]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:06:07 web postfix/postfix-script: starting the Postfix mail system Aug 11 03:06:07 web postfix/master[23371]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 03:06:26 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:06:26 web dovecot: Generating Diffie-Hellman parameters for the first time. This may take a while.. Aug 11 03:06:31 web postfix/smtpd[23416]: connect from web.curxhaxx[127.0.0.1] Aug 11 03:07:38 web postfix/smtpd[23416]: disconnect from web.curxhaxx[127.0.0.1] Aug 11 03:07:44 web dovecot: ssl-build-param: SSL parameters regeneration completed Aug 11 03:08:27 web postfix/postfix-script: stopping the Postfix mail system Aug 11 03:08:27 web postfix/master[23371]: terminating on signal 15 Aug 11 03:08:27 web sendmail[23441]: alias database /etc/aliases rebuilt by root Aug 11 03:08:27 web sendmail[23441]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:08:27 web postfix/postfix-script: starting the Postfix mail system Aug 11 03:08:27 web postfix/master[23487]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 03:32:04 web sendmail[2264]: m7B1W4iL002264: from=apache, size=140, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Aug 11 03:32:04 web postfix/smtpd[2265]: connect from web.curxhaxx[127.0.0.1] Aug 11 03:32:04 web postfix/smtpd[2265]: setting up TLS connection from web.curxhaxx[127.0.0.1] Aug 11 03:32:04 web postfix/smtpd[2265]: TLS connection established from web.curxhaxx[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) Aug 11 03:32:04 web sendmail[2264]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256 Aug 11 03:32:04 web postfix/smtpd[2265]: DEB11BF8099: client=web.curxhaxx[127.0.0.1], [email protected] Aug 11 03:32:05 web postfix/cleanup[2269]: DEB11BF8099: message-id=<[email protected]> Aug 11 03:32:05 web postfix/qmgr[23489]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 03:32:05 web sendmail[2264]: m7B1W4iL002264: [email protected], ctladdr=apache (48/48), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30140, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as DEB11BF8099) Aug 11 03:32:05 web postfix/smtpd[2265]: disconnect from web.curxhaxx[127.0.0.1] Aug 11 03:32:35 web postfix/smtp[2271]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25) Aug 11 03:33:05 web postfix/smtp[2271]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25) Aug 11 03:33:35 web postfix/smtp[2271]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 03:34:05 web postfix/smtp[2271]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 03:34:35 web postfix/smtp[2271]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 03:34:35 web postfix/smtp[2271]: DEB11BF8099: to=<[email protected]>, relay=none, delay=150, delays=0.36/0.01/150/0, dsn=4.4.1, status=deferred (connect to mx2.hotmail.com[65.54.245.40]: Connection timed out) Aug 11 03:37:43 web dovecot: Killed with signal 15 Aug 11 03:38:55 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:38:55 web sendmail[2603]: alias database /etc/aliases rebuilt by root Aug 11 03:38:55 web sendmail[2603]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:38:56 web postfix/postfix-script: starting the Postfix mail system Aug 11 03:38:56 web postfix/master[2649]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 03:39:22 web sendmail[3015]: alias database /etc/aliases rebuilt by root Aug 11 03:39:22 web sendmail[3015]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:39:22 web postfix/postfix-script: fatal: the Postfix mail system is already running Aug 11 03:42:54 web sendmail[3071]: alias database /etc/aliases rebuilt by root Aug 11 03:42:54 web sendmail[3071]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:42:54 web postfix/postfix-script: fatal: the Postfix mail system is already running Aug 11 03:44:57 web dovecot: Killed with signal 15 Aug 11 03:44:58 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:45:13 web dovecot: Killed with signal 15 Aug 11 03:46:40 web sendmail[3178]: alias database /etc/aliases rebuilt by root Aug 11 03:46:40 web sendmail[3178]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:46:40 web postfix[3179]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:51:35 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:51:41 web postfix[3268]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:51:42 web sendmail[3269]: alias database /etc/aliases rebuilt by root Aug 11 03:51:42 web sendmail[3269]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:51:42 web postfix[3270]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:52:42 web sendmail[3287]: alias database /etc/aliases rebuilt by root Aug 11 03:52:42 web sendmail[3287]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:52:42 web postfix[3288]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:52:46 web postfix[3299]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:52:52 web dovecot: Killed with signal 15 Aug 11 03:54:02 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:54:02 web sendmail[2601]: alias database /etc/aliases rebuilt by root Aug 11 03:54:02 web sendmail[2601]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:54:02 web postfix[2602]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 04:02:08 web sendmail[3587]: m7B228PI003587: from=root, size=1001, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost Aug 11 04:02:08 web sendmail[3587]: m7B228PI003587: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31001, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1] Aug 11 04:19:57 web dovecot: Killed with signal 15 Aug 11 04:21:07 web dovecot: Dovecot v1.0.7 starting up Aug 11 04:21:07 web sendmail[2603]: alias database /etc/aliases rebuilt by root Aug 11 04:21:07 web sendmail[2603]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 04:21:07 web postfix[2604]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 04:39:15 web dovecot: Killed with signal 15 Aug 11 13:46:59 web dovecot: Dovecot v1.0.7 starting up Aug 11 13:46:59 web sendmail[2603]: alias database /etc/aliases rebuilt by root Aug 11 13:46:59 web sendmail[2603]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 13:46:59 web postfix[2604]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 18:56:19 web sendmail[3875]: alias database /etc/aliases rebuilt by root Aug 11 18:56:19 web sendmail[3875]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 18:56:19 web postfix[3876]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 18:58:30 web sendmail[3925]: alias database /etc/aliases rebuilt by root Aug 11 18:58:30 web sendmail[3925]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 18:58:31 web postfix/postfix-script: starting the Postfix mail system Aug 11 18:58:31 web postfix/master[3971]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 18:58:31 web postfix/qmgr[3974]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 18:59:01 web postfix/smtp[3976]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25) Aug 11 18:59:03 web sendmail[3979]: m7BGx3Pi003979: from=apache, size=151, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Aug 11 18:59:03 web postfix/smtpd[3980]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit Aug 11 18:59:04 web postfix/master[3971]: warning: process /usr/libexec/postfix/smtpd pid 3980 exit status 1 Aug 11 18:59:04 web postfix/master[3971]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Aug 11 18:59:31 web postfix/smtp[3976]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 19:00:00 web postfix/postfix-script: stopping the Postfix mail system Aug 11 19:00:00 web postfix/master[3971]: terminating on signal 15 Aug 11 19:00:00 web sendmail[3979]: m7BGx3Pi003979: [email protected], ctladdr=apache (48/48), delay=00:00:57, xdelay=00:00:57, mailer=relay, pri=30151, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection reset by [127.0.0.1] Aug 11 19:00:08 web sendmail[3999]: m7BH08Yb003999: from=apache, size=133, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Aug 11 19:00:08 web sendmail[3999]: m7BH08Yb003999: [email protected], ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30133, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1] Aug 11 19:03:33 web postfix[4018]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination" Aug 11 19:03:34 web sendmail[4019]: alias database /etc/aliases rebuilt by root Aug 11 19:03:34 web sendmail[4019]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 19:03:34 web postfix[4020]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination" Aug 11 19:03:50 web postfix/postfix-script: fatal: the Postfix mail system is not running Aug 11 19:03:50 web sendmail[4034]: alias database /etc/aliases rebuilt by root Aug 11 19:03:50 web sendmail[4034]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 19:03:50 web postfix/postfix-script: starting the Postfix mail system Aug 11 19:03:50 web postfix/master[4080]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 19:03:50 web postfix/qmgr[4082]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 19:03:57 web sendmail[4087]: m7BH3tcG004087: from=apache, size=133, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Aug 11 19:03:57 web postfix/smtpd[4088]: connect from web.curxhaxx[127.0.0.1] Aug 11 19:03:57 web postfix/smtpd[4088]: setting up TLS connection from web.curxhaxx[127.0.0.1] Aug 11 19:03:57 web sendmail[4087]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256 Aug 11 19:03:57 web postfix/smtpd[4088]: TLS connection established from web.curxhaxx[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) Aug 11 19:03:57 web postfix/smtpd[4088]: BD4ADBF809D: client=web.curxhaxx[127.0.0.1], [email protected] Aug 11 19:03:57 web postfix/cleanup[4090]: BD4ADBF809D: message-id=<[email protected]> Aug 11 19:03:57 web sendmail[4087]: m7BH3tcG004087: [email protected], ctladdr=apache (48/48), delay=00:00:02, xdelay=00:00:00, mailer=relay, pri=30133, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as BD4ADBF809D) Aug 11 19:03:57 web postfix/qmgr[4082]: BD4ADBF809D: from=<[email protected]>, size=642, nrcpt=1 (queue active) Aug 11 19:03:57 web postfix/smtpd[4088]: disconnect from web.curxhaxx[127.0.0.1] Aug 11 19:04:27 web postfix/smtp[4085]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 19:04:28 web postfix/smtp[4091]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25) Aug 11 19:04:57 web postfix/smtp[4085]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 19:04:58 web postfix/smtp[4091]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 19:05:27 web postfix/smtp[4085]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 19:05:28 web postfix/smtp[4091]: connect to mx3.hotmail.com[65.54.244.72]: Connection timed out (port 25) Aug 11 19:05:57 web postfix/smtp[4085]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 19:05:58 web postfix/smtp[4091]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 19:06:27 web postfix/smtp[4085]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 19:06:27 web postfix/smtp[4085]: DEB11BF8099: to=<[email protected]>, relay=none, delay=56063, delays=55906/0.02/157/0, dsn=4.4.1, status=deferred (connect to mx1.hotmail.com[65.54.245.8]: Connection timed out) Aug 11 19:06:28 web postfix/smtp[4091]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 19:06:28 web postfix/smtp[4091]: BD4ADBF809D: to=<[email protected]>, relay=none, delay=150, delays=0.23/0.01/150/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.245.72]: Connection timed out) Aug 11 19:37:10 web postfix/qmgr[4082]: BD4ADBF809D: from=<[email protected]>, size=642, nrcpt=1 (queue active) Aug 11 19:37:40 web postfix/smtp[4149]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 19:38:10 web postfix/smtp[4149]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 19:38:40 web postfix/smtp[4149]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 19:39:10 web postfix/smtp[4149]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 19:39:40 web postfix/smtp[4149]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 19:39:40 web postfix/smtp[4149]: BD4ADBF809D: to=<[email protected]>, relay=none, delay=2143, delays=1993/0.01/150/0, dsn=4.4.1, status=deferred (connect to mx4.hotmail.com[65.54.244.232]: Connection timed out) Aug 11 19:52:04 web sendmail[4256]: m7BHpwmO004256: from=root, size=21, class=0, nrcpts=0, relay=root@localhost Aug 11 19:52:11 web sendmail[4257]: m7BHq8Ba004257: from=root, size=10, class=0, nrcpts=0, relay=root@localhost Aug 11 19:52:19 web sendmail[4260]: m7BHqFs6004260: from=root, size=0, class=0, nrcpts=0, relay=root@localhost Aug 11 19:52:38 web sendmail[4261]: m7BHqX8x004261: from=root, size=0, class=0, nrcpts=1, relay=root@localhost Aug 11 19:52:43 web postfix/smtpd[4264]: connect from web.curxhaxx[127.0.0.1] Aug 11 19:53:21 web postfix/smtpd[4264]: 53B8ABF8364: client=web.curxhaxx[127.0.0.1] Aug 11 19:53:27 web postfix/cleanup[4268]: 53B8ABF8364: message-id=<[email protected]> Aug 11 19:53:27 web postfix/qmgr[4082]: 53B8ABF8364: from=<[email protected]>, size=347, nrcpt=1 (queue active) Aug 11 19:53:29 web postfix/smtpd[4264]: disconnect from web.curxhaxx[127.0.0.1] Aug 11 19:54:02 web postfix/smtp[4270]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 19:54:32 web postfix/smtp[4270]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 19:55:02 web postfix/smtp[4270]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 19:55:32 web postfix/smtp[4270]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 19:56:02 web postfix/smtp[4270]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 19:56:02 web postfix/smtp[4270]: 53B8ABF8364: to=<[email protected]>, relay=none, delay=169, delays=14/0.01/155/0, dsn=4.4.1, status=deferred (connect to mx2.hotmail.com[65.54.245.40]: Connection timed out) Aug 11 19:58:45 web sendmail[4281]: m7BHwf23004281: from=root, size=0, class=0, nrcpts=0, relay=root@localhost Aug 11 20:27:10 web postfix/qmgr[4082]: 53B8ABF8364: from=<[email protected]>, size=347, nrcpt=1 (queue active) Aug 11 20:27:10 web postfix/qmgr[4082]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 20:27:10 web postfix/qmgr[4082]: BD4ADBF809D: from=<[email protected]>, size=642, nrcpt=1 (queue active) Aug 11 20:27:40 web postfix/smtp[4352]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 20:27:40 web postfix/smtp[4351]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25) Aug 11 20:27:40 web postfix/smtp[4353]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 20:28:10 web postfix/smtp[4352]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 20:28:10 web postfix/smtp[4351]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 20:28:10 web postfix/smtp[4353]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25) Aug 11 20:28:40 web postfix/smtp[4352]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 20:28:40 web postfix/smtp[4351]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 20:28:40 web postfix/smtp[4353]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 20:29:10 web postfix/smtp[4352]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 20:29:10 web postfix/smtp[4351]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 20:29:10 web postfix/smtp[4353]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25) Aug 11 20:29:40 web postfix/smtp[4352]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 20:29:40 web postfix/smtp[4352]: DEB11BF8099: to=<[email protected]>, relay=none, delay=61056, delays=60906/0.02/150/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.245.72]: Connection timed out) Aug 11 20:29:40 web postfix/smtp[4351]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 20:29:40 web postfix/smtp[4351]: 53B8ABF8364: to=<[email protected]>, relay=none, delay=2187, delays=2037/0.03/150/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.244.200]: Connection timed out) Aug 11 20:29:40 web postfix/smtp[4353]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 20:29:40 web postfix/smtp[4353]: BD4ADBF809D: to=<[email protected]>, relay=none, delay=5143, delays=4993/0.03/150/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.245.72]: Connection timed out) Aug 11 21:17:10 web postfix/qmgr[4082]: 53B8ABF8364: from=<[email protected]>, size=347, nrcpt=1 (queue active) Aug 11 21:17:40 web postfix/smtp[4520]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25) Aug 11 21:18:10 web postfix/smtp[4520]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 21:18:40 web postfix/smtp[4520]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 21:19:10 web postfix/smtp[4520]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 21:19:40 web postfix/smtp[4520]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 21:19:40 web postfix/smtp[4520]: 53B8ABF8364: to=<[email protected]>, relay=none, delay=5187, delays=5036/0.02/150/0, dsn=4.4.1, status=deferred (connect to mx4.hotmail.com[65.54.244.104]: Connection timed out) Aug 11 21:50:30 web postfix/qmgr[4082]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 21:50:30 web postfix/qmgr[4082]: BD4ADBF809D: from=<[email protected]>, size=642, nrcpt=1 (queue active) Aug 11 21:51:00 web postfix/smtp[4695]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25) Aug 11 21:51:05 web postfix/smtp[4694]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 21:51:30 web postfix/smtp[4695]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25) Aug 11 21:51:35 web postfix/smtp[4694]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 21:52:00 web postfix/smtp[4695]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 21:52:05 web postfix/smtp[4694]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 21:52:30 web postfix/smtp[4695]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 21:52:35 web postfix/smtp[4694]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 21:53:00 web postfix/smtp[4695]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 21:53:00 web postfix/smtp[4695]: BD4ADBF809D: to=<[email protected]>, relay=none, delay=10143, delays=9993/0.02/150/0, dsn=4.4.1, status=deferred (connect to mx4.hotmail.com[65.54.244.232]: Connection timed out) Aug 11 21:53:05 web postfix/smtp[4694]: connect to mx3.hotmail.com[65.54.244.72]: Connection timed out (port 25) Aug 11 21:53:05 web postfix/smtp[4694]: DEB11BF8099: to=<[email protected]>, relay=none, delay=66061, delays=65905/0.02/155/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.244.72]: Connection timed out) Aug 11 22:40:30 web postfix/qmgr[4082]: 53B8ABF8364: from=<[email protected]>, size=347, nrcpt=1 (queue active) Aug 11 22:41:02 web postfix/smtp[4781]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 22:41:32 web postfix/smtp[4781]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25) Aug 11 22:42:02 web postfix/smtp[4781]: connect to mx3.hotmail.com[65.54.244.72]: Connection timed out (port 25) Aug 11 22:42:32 web postfix/smtp[4781]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 22:43:02 web postfix/smtp[4781]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25) Legger den også som vedlegg dersom det er lettere å lese uten linebreak fra IPB mail.txt Endret 11. august 2008 av lefsaker Lenke til kommentar
kpolberg Skrevet 11. august 2008 Del Skrevet 11. august 2008 Tipper ipen din er sperret fra å sende mail direkte(spam og sånt vettu), sjekk spamhaus, eventuelt bare relay alle mailer til din isp. /etc/postfix/main.cf (vanligvis) relayhost = smtp.dinisp.net Lenke til kommentar
lefsaker Skrevet 11. august 2008 Forfatter Del Skrevet 11. august 2008 (endret) relayhost = smtp.online.no Gir meg følgende i logfilen Aug 11 00:09:33 web sendmail[2522]: alias database /etc/aliases rebuilt by root Aug 11 00:09:33 web sendmail[2522]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 00:09:33 web sendmail[2527]: starting daemon (8.13.8): SMTP+queueing@01:00:00 Aug 11 00:09:33 web sm-msp-queue[2536]: starting daemon (8.13.8): queueing@01:00:00 Aug 11 00:11:41 web sendmail[2443]: alias database /etc/aliases rebuilt by root Aug 11 00:11:41 web sendmail[2443]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 00:11:41 web sendmail[2448]: starting daemon (8.13.8): SMTP+queueing@01:00:00 Aug 11 00:11:41 web sm-msp-queue[2456]: starting daemon (8.13.8): queueing@01:00:00 Aug 11 01:16:43 web sendmail[3983]: m7ANGhVT003983: from=root, size=1001, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost Aug 11 01:16:43 web sendmail[3985]: m7ANGhBw003985: from=<[email protected]>, size=1245, class=0, nrcpts=1, msgid=<[email protected]>, proto=ESMTP, daemon=MTA, relay=web.curxhaxx [127.0.0.1] Aug 11 01:16:43 web sendmail[3983]: m7ANGhVT003983: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31001, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (m7ANGhBw003985 Message accepted for delivery) Aug 11 01:16:43 web sendmail[3986]: m7ANGhBw003985: to=<[email protected]>, ctladdr=<[email protected]> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=31443, dsn=2.0.0, stat=Sent Aug 11 03:06:07 web sendmail[23325]: alias database /etc/aliases rebuilt by root Aug 11 03:06:07 web sendmail[23325]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:06:07 web postfix/postfix-script: starting the Postfix mail system Aug 11 03:06:07 web postfix/master[23371]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 03:06:26 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:06:26 web dovecot: Generating Diffie-Hellman parameters for the first time. This may take a while.. Aug 11 03:06:31 web postfix/smtpd[23416]: connect from web.curxhaxx[127.0.0.1] Aug 11 03:07:38 web postfix/smtpd[23416]: disconnect from web.curxhaxx[127.0.0.1] Aug 11 03:07:44 web dovecot: ssl-build-param: SSL parameters regeneration completed Aug 11 03:08:27 web postfix/postfix-script: stopping the Postfix mail system Aug 11 03:08:27 web postfix/master[23371]: terminating on signal 15 Aug 11 03:08:27 web sendmail[23441]: alias database /etc/aliases rebuilt by root Aug 11 03:08:27 web sendmail[23441]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:08:27 web postfix/postfix-script: starting the Postfix mail system Aug 11 03:08:27 web postfix/master[23487]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 03:32:04 web sendmail[2264]: m7B1W4iL002264: from=apache, size=140, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Aug 11 03:32:04 web postfix/smtpd[2265]: connect from web.curxhaxx[127.0.0.1] Aug 11 03:32:04 web postfix/smtpd[2265]: setting up TLS connection from web.curxhaxx[127.0.0.1] Aug 11 03:32:04 web postfix/smtpd[2265]: TLS connection established from web.curxhaxx[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) Aug 11 03:32:04 web sendmail[2264]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256 Aug 11 03:32:04 web postfix/smtpd[2265]: DEB11BF8099: client=web.curxhaxx[127.0.0.1], [email protected] Aug 11 03:32:05 web postfix/cleanup[2269]: DEB11BF8099: message-id=<[email protected]> Aug 11 03:32:05 web postfix/qmgr[23489]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 03:32:05 web sendmail[2264]: m7B1W4iL002264: [email protected], ctladdr=apache (48/48), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30140, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as DEB11BF8099) Aug 11 03:32:05 web postfix/smtpd[2265]: disconnect from web.curxhaxx[127.0.0.1] Aug 11 03:32:35 web postfix/smtp[2271]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25) Aug 11 03:33:05 web postfix/smtp[2271]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25) Aug 11 03:33:35 web postfix/smtp[2271]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 03:34:05 web postfix/smtp[2271]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 03:34:35 web postfix/smtp[2271]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 03:34:35 web postfix/smtp[2271]: DEB11BF8099: to=<[email protected]>, relay=none, delay=150, delays=0.36/0.01/150/0, dsn=4.4.1, status=deferred (connect to mx2.hotmail.com[65.54.245.40]: Connection timed out) Aug 11 03:37:43 web dovecot: Killed with signal 15 Aug 11 03:38:55 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:38:55 web sendmail[2603]: alias database /etc/aliases rebuilt by root Aug 11 03:38:55 web sendmail[2603]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:38:56 web postfix/postfix-script: starting the Postfix mail system Aug 11 03:38:56 web postfix/master[2649]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 03:39:22 web sendmail[3015]: alias database /etc/aliases rebuilt by root Aug 11 03:39:22 web sendmail[3015]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:39:22 web postfix/postfix-script: fatal: the Postfix mail system is already running Aug 11 03:42:54 web sendmail[3071]: alias database /etc/aliases rebuilt by root Aug 11 03:42:54 web sendmail[3071]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:42:54 web postfix/postfix-script: fatal: the Postfix mail system is already running Aug 11 03:44:57 web dovecot: Killed with signal 15 Aug 11 03:44:58 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:45:13 web dovecot: Killed with signal 15 Aug 11 03:46:40 web sendmail[3178]: alias database /etc/aliases rebuilt by root Aug 11 03:46:40 web sendmail[3178]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:46:40 web postfix[3179]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:51:35 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:51:41 web postfix[3268]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:51:42 web sendmail[3269]: alias database /etc/aliases rebuilt by root Aug 11 03:51:42 web sendmail[3269]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:51:42 web postfix[3270]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:52:42 web sendmail[3287]: alias database /etc/aliases rebuilt by root Aug 11 03:52:42 web sendmail[3287]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:52:42 web postfix[3288]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:52:46 web postfix[3299]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 03:52:52 web dovecot: Killed with signal 15 Aug 11 03:54:02 web dovecot: Dovecot v1.0.7 starting up Aug 11 03:54:02 web sendmail[2601]: alias database /etc/aliases rebuilt by root Aug 11 03:54:02 web sendmail[2601]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 03:54:02 web postfix[2602]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 04:02:08 web sendmail[3587]: m7B228PI003587: from=root, size=1001, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost Aug 11 04:02:08 web sendmail[3587]: m7B228PI003587: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31001, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1] Aug 11 04:19:57 web dovecot: Killed with signal 15 Aug 11 04:21:07 web dovecot: Dovecot v1.0.7 starting up Aug 11 04:21:07 web sendmail[2603]: alias database /etc/aliases rebuilt by root Aug 11 04:21:07 web sendmail[2603]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 04:21:07 web postfix[2604]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 04:39:15 web dovecot: Killed with signal 15 Aug 11 13:46:59 web dovecot: Dovecot v1.0.7 starting up Aug 11 13:46:59 web sendmail[2603]: alias database /etc/aliases rebuilt by root Aug 11 13:46:59 web sendmail[2603]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 13:46:59 web postfix[2604]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 18:56:19 web sendmail[3875]: alias database /etc/aliases rebuilt by root Aug 11 18:56:19 web sendmail[3875]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 18:56:19 web postfix[3876]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reje" Aug 11 18:58:30 web sendmail[3925]: alias database /etc/aliases rebuilt by root Aug 11 18:58:30 web sendmail[3925]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 18:58:31 web postfix/postfix-script: starting the Postfix mail system Aug 11 18:58:31 web postfix/master[3971]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 18:58:31 web postfix/qmgr[3974]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 18:59:01 web postfix/smtp[3976]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25) Aug 11 18:59:03 web sendmail[3979]: m7BGx3Pi003979: from=apache, size=151, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Aug 11 18:59:03 web postfix/smtpd[3980]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit Aug 11 18:59:04 web postfix/master[3971]: warning: process /usr/libexec/postfix/smtpd pid 3980 exit status 1 Aug 11 18:59:04 web postfix/master[3971]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Aug 11 18:59:31 web postfix/smtp[3976]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 19:00:00 web postfix/postfix-script: stopping the Postfix mail system Aug 11 19:00:00 web postfix/master[3971]: terminating on signal 15 Aug 11 19:00:00 web sendmail[3979]: m7BGx3Pi003979: [email protected], ctladdr=apache (48/48), delay=00:00:57, xdelay=00:00:57, mailer=relay, pri=30151, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection reset by [127.0.0.1] Aug 11 19:00:08 web sendmail[3999]: m7BH08Yb003999: from=apache, size=133, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Aug 11 19:00:08 web sendmail[3999]: m7BH08Yb003999: [email protected], ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30133, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1] Aug 11 19:03:33 web postfix[4018]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination" Aug 11 19:03:34 web sendmail[4019]: alias database /etc/aliases rebuilt by root Aug 11 19:03:34 web sendmail[4019]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 19:03:34 web postfix[4020]: fatal: /etc/postfix/main.cf, line 53: missing '=' after attribute name: "permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination" Aug 11 19:03:50 web postfix/postfix-script: fatal: the Postfix mail system is not running Aug 11 19:03:50 web sendmail[4034]: alias database /etc/aliases rebuilt by root Aug 11 19:03:50 web sendmail[4034]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 19:03:50 web postfix/postfix-script: starting the Postfix mail system Aug 11 19:03:50 web postfix/master[4080]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 19:03:50 web postfix/qmgr[4082]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 19:03:57 web sendmail[4087]: m7BH3tcG004087: from=apache, size=133, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Aug 11 19:03:57 web postfix/smtpd[4088]: connect from web.curxhaxx[127.0.0.1] Aug 11 19:03:57 web postfix/smtpd[4088]: setting up TLS connection from web.curxhaxx[127.0.0.1] Aug 11 19:03:57 web sendmail[4087]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256 Aug 11 19:03:57 web postfix/smtpd[4088]: TLS connection established from web.curxhaxx[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) Aug 11 19:03:57 web postfix/smtpd[4088]: BD4ADBF809D: client=web.curxhaxx[127.0.0.1], [email protected] Aug 11 19:03:57 web postfix/cleanup[4090]: BD4ADBF809D: message-id=<[email protected]> Aug 11 19:03:57 web sendmail[4087]: m7BH3tcG004087: [email protected], ctladdr=apache (48/48), delay=00:00:02, xdelay=00:00:00, mailer=relay, pri=30133, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as BD4ADBF809D) Aug 11 19:03:57 web postfix/qmgr[4082]: BD4ADBF809D: from=<[email protected]>, size=642, nrcpt=1 (queue active) Aug 11 19:03:57 web postfix/smtpd[4088]: disconnect from web.curxhaxx[127.0.0.1] Aug 11 19:04:27 web postfix/smtp[4085]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 19:04:28 web postfix/smtp[4091]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25) Aug 11 19:04:57 web postfix/smtp[4085]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 19:04:58 web postfix/smtp[4091]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 19:05:27 web postfix/smtp[4085]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 19:05:28 web postfix/smtp[4091]: connect to mx3.hotmail.com[65.54.244.72]: Connection timed out (port 25) Aug 11 19:05:57 web postfix/smtp[4085]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 19:05:58 web postfix/smtp[4091]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 19:06:27 web postfix/smtp[4085]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 19:06:27 web postfix/smtp[4085]: DEB11BF8099: to=<[email protected]>, relay=none, delay=56063, delays=55906/0.02/157/0, dsn=4.4.1, status=deferred (connect to mx1.hotmail.com[65.54.245.8]: Connection timed out) Aug 11 19:06:28 web postfix/smtp[4091]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 19:06:28 web postfix/smtp[4091]: BD4ADBF809D: to=<[email protected]>, relay=none, delay=150, delays=0.23/0.01/150/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.245.72]: Connection timed out) Aug 11 19:37:10 web postfix/qmgr[4082]: BD4ADBF809D: from=<[email protected]>, size=642, nrcpt=1 (queue active) Aug 11 19:37:40 web postfix/smtp[4149]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 19:38:10 web postfix/smtp[4149]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 19:38:40 web postfix/smtp[4149]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 19:39:10 web postfix/smtp[4149]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 19:39:40 web postfix/smtp[4149]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 19:39:40 web postfix/smtp[4149]: BD4ADBF809D: to=<[email protected]>, relay=none, delay=2143, delays=1993/0.01/150/0, dsn=4.4.1, status=deferred (connect to mx4.hotmail.com[65.54.244.232]: Connection timed out) Aug 11 19:52:04 web sendmail[4256]: m7BHpwmO004256: from=root, size=21, class=0, nrcpts=0, relay=root@localhost Aug 11 19:52:11 web sendmail[4257]: m7BHq8Ba004257: from=root, size=10, class=0, nrcpts=0, relay=root@localhost Aug 11 19:52:19 web sendmail[4260]: m7BHqFs6004260: from=root, size=0, class=0, nrcpts=0, relay=root@localhost Aug 11 19:52:38 web sendmail[4261]: m7BHqX8x004261: from=root, size=0, class=0, nrcpts=1, relay=root@localhost Aug 11 19:52:43 web postfix/smtpd[4264]: connect from web.curxhaxx[127.0.0.1] Aug 11 19:53:21 web postfix/smtpd[4264]: 53B8ABF8364: client=web.curxhaxx[127.0.0.1] Aug 11 19:53:27 web postfix/cleanup[4268]: 53B8ABF8364: message-id=<[email protected]> Aug 11 19:53:27 web postfix/qmgr[4082]: 53B8ABF8364: from=<[email protected]>, size=347, nrcpt=1 (queue active) Aug 11 19:53:29 web postfix/smtpd[4264]: disconnect from web.curxhaxx[127.0.0.1] Aug 11 19:54:02 web postfix/smtp[4270]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 19:54:32 web postfix/smtp[4270]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 19:55:02 web postfix/smtp[4270]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 19:55:32 web postfix/smtp[4270]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 19:56:02 web postfix/smtp[4270]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 19:56:02 web postfix/smtp[4270]: 53B8ABF8364: to=<[email protected]>, relay=none, delay=169, delays=14/0.01/155/0, dsn=4.4.1, status=deferred (connect to mx2.hotmail.com[65.54.245.40]: Connection timed out) Aug 11 19:58:45 web sendmail[4281]: m7BHwf23004281: from=root, size=0, class=0, nrcpts=0, relay=root@localhost Aug 11 20:27:10 web postfix/qmgr[4082]: 53B8ABF8364: from=<[email protected]>, size=347, nrcpt=1 (queue active) Aug 11 20:27:10 web postfix/qmgr[4082]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 20:27:10 web postfix/qmgr[4082]: BD4ADBF809D: from=<[email protected]>, size=642, nrcpt=1 (queue active) Aug 11 20:27:40 web postfix/smtp[4352]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 20:27:40 web postfix/smtp[4351]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25) Aug 11 20:27:40 web postfix/smtp[4353]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 20:28:10 web postfix/smtp[4352]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 20:28:10 web postfix/smtp[4351]: connect to mx2.hotmail.com[65.54.245.40]: Connection timed out (port 25) Aug 11 20:28:10 web postfix/smtp[4353]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25) Aug 11 20:28:40 web postfix/smtp[4352]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 20:28:40 web postfix/smtp[4351]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 20:28:40 web postfix/smtp[4353]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 20:29:10 web postfix/smtp[4352]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 20:29:10 web postfix/smtp[4351]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 20:29:10 web postfix/smtp[4353]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25) Aug 11 20:29:40 web postfix/smtp[4352]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 20:29:40 web postfix/smtp[4352]: DEB11BF8099: to=<[email protected]>, relay=none, delay=61056, delays=60906/0.02/150/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.245.72]: Connection timed out) Aug 11 20:29:40 web postfix/smtp[4351]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 20:29:40 web postfix/smtp[4351]: 53B8ABF8364: to=<[email protected]>, relay=none, delay=2187, delays=2037/0.03/150/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.244.200]: Connection timed out) Aug 11 20:29:40 web postfix/smtp[4353]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 20:29:40 web postfix/smtp[4353]: BD4ADBF809D: to=<[email protected]>, relay=none, delay=5143, delays=4993/0.03/150/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.245.72]: Connection timed out) Aug 11 21:17:10 web postfix/qmgr[4082]: 53B8ABF8364: from=<[email protected]>, size=347, nrcpt=1 (queue active) Aug 11 21:17:40 web postfix/smtp[4520]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25) Aug 11 21:18:10 web postfix/smtp[4520]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 21:18:40 web postfix/smtp[4520]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 21:19:10 web postfix/smtp[4520]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 21:19:40 web postfix/smtp[4520]: connect to mx4.hotmail.com[65.54.244.104]: Connection timed out (port 25) Aug 11 21:19:40 web postfix/smtp[4520]: 53B8ABF8364: to=<[email protected]>, relay=none, delay=5187, delays=5036/0.02/150/0, dsn=4.4.1, status=deferred (connect to mx4.hotmail.com[65.54.244.104]: Connection timed out) Aug 11 21:50:30 web postfix/qmgr[4082]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 21:50:30 web postfix/qmgr[4082]: BD4ADBF809D: from=<[email protected]>, size=642, nrcpt=1 (queue active) Aug 11 21:51:00 web postfix/smtp[4695]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25) Aug 11 21:51:05 web postfix/smtp[4694]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 21:51:30 web postfix/smtp[4695]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25) Aug 11 21:51:35 web postfix/smtp[4694]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 21:52:00 web postfix/smtp[4695]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 21:52:05 web postfix/smtp[4694]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 21:52:30 web postfix/smtp[4695]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 21:52:35 web postfix/smtp[4694]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 21:53:00 web postfix/smtp[4695]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25) Aug 11 21:53:00 web postfix/smtp[4695]: BD4ADBF809D: to=<[email protected]>, relay=none, delay=10143, delays=9993/0.02/150/0, dsn=4.4.1, status=deferred (connect to mx4.hotmail.com[65.54.244.232]: Connection timed out) Aug 11 21:53:05 web postfix/smtp[4694]: connect to mx3.hotmail.com[65.54.244.72]: Connection timed out (port 25) Aug 11 21:53:05 web postfix/smtp[4694]: DEB11BF8099: to=<[email protected]>, relay=none, delay=66061, delays=65905/0.02/155/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.244.72]: Connection timed out) Aug 11 22:40:30 web postfix/qmgr[4082]: 53B8ABF8364: from=<[email protected]>, size=347, nrcpt=1 (queue active) Aug 11 22:41:02 web postfix/smtp[4781]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 22:41:32 web postfix/smtp[4781]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25) Aug 11 22:42:02 web postfix/smtp[4781]: connect to mx3.hotmail.com[65.54.244.72]: Connection timed out (port 25) Aug 11 22:42:32 web postfix/smtp[4781]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 22:43:02 web postfix/smtp[4781]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25) Aug 11 23:13:50 web postfix/qmgr[4082]: DEB11BF8099: from=<[email protected]>, size=650, nrcpt=1 (queue active) Aug 11 23:13:50 web postfix/qmgr[4082]: BD4ADBF809D: from=<[email protected]>, size=642, nrcpt=1 (queue active) Aug 11 23:14:21 web postfix/smtp[4977]: connect to mx1.hotmail.com[65.54.245.8]: Connection timed out (port 25) Aug 11 23:14:26 web postfix/smtp[4976]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25) Aug 11 23:14:51 web postfix/smtp[4977]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25) Aug 11 23:14:56 web postfix/smtp[4976]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25) Aug 11 23:15:21 web postfix/smtp[4977]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 23:15:26 web postfix/smtp[4976]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25) Aug 11 23:15:51 web postfix/smtp[4977]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25) Aug 11 23:15:56 web postfix/smtp[4976]: connect to mx3.hotmail.com[65.54.245.72]: Connection timed out (port 25) Aug 11 23:16:21 web postfix/smtp[4977]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25) Aug 11 23:16:21 web postfix/smtp[4977]: BD4ADBF809D: to=<[email protected]>, relay=none, delay=15143, delays=14993/0.02/150/0, dsn=4.4.1, status=deferred (connect to mx2.hotmail.com[65.54.244.40]: Connection timed out) Aug 11 23:16:26 web postfix/smtp[4976]: connect to mx3.hotmail.com[65.54.244.72]: Connection timed out (port 25) Aug 11 23:16:26 web postfix/smtp[4976]: DEB11BF8099: to=<[email protected]>, relay=none, delay=71061, delays=70906/0.02/155/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.54.244.72]: Connection timed out) Aug 11 23:49:11 web postfix/postfix-script: stopping the Postfix mail system Aug 11 23:49:11 web postfix/master[4080]: terminating on signal 15 Aug 11 23:49:11 web sendmail[5452]: alias database /etc/aliases rebuilt by root Aug 11 23:49:11 web sendmail[5452]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Aug 11 23:49:12 web postfix/postfix-script: starting the Postfix mail system Aug 11 23:49:12 web postfix/master[5498]: daemon started -- version 2.3.3, configuration /etc/postfix Aug 11 23:49:42 web sendmail[5504]: m7BLngSK005504: from=apache, size=122, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost Aug 11 23:49:42 web postfix/smtpd[5505]: connect from web.curxhaxx[127.0.0.1] Aug 11 23:49:42 web postfix/smtpd[5505]: setting up TLS connection from web.curxhaxx[127.0.0.1] Aug 11 23:49:42 web sendmail[5504]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256 Aug 11 23:49:42 web postfix/smtpd[5505]: TLS connection established from web.curxhaxx[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) Aug 11 23:49:42 web postfix/smtpd[5505]: AA095BF8331: client=web.curxhaxx[127.0.0.1], [email protected] Aug 11 23:49:43 web postfix/cleanup[5509]: AA095BF8331: message-id=<[email protected]> Aug 11 23:49:43 web postfix/qmgr[5501]: AA095BF8331: from=<[email protected]>, size=631, nrcpt=1 (queue active) Aug 11 23:49:43 web sendmail[5504]: m7BLngSK005504: [email protected], ctladdr=apache (48/48), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30122, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as AA095BF8331) Aug 11 23:49:43 web postfix/smtpd[5505]: disconnect from web.curxhaxx[127.0.0.1] Aug 11 23:49:43 web postfix/smtp[5510]: certificate verification failed for smtp.online.no: num=19:self signed certificate in certificate chain Aug 11 23:49:43 web postfix/smtp[5510]: AA095BF8331: to=<[email protected]>, relay=smtp.online.no[193.213.115.8]:25, delay=0.73, delays=0.35/0.01/0.26/0.1, dsn=5.1.8, status=bounced (host smtp.online.no[193.213.115.8] said: 553 5.1.8 <[email protected]>... Domain of sender address [email protected] does not exist (in reply to MAIL FROM command)) Aug 11 23:49:43 web postfix/cleanup[5509]: 6CE10BF8334: message-id=<[email protected]> Aug 11 23:49:43 web postfix/qmgr[5501]: 6CE10BF8334: from=<>, size=2602, nrcpt=1 (queue active) Aug 11 23:49:43 web postfix/bounce[5511]: AA095BF8331: sender non-delivery notification: 6CE10BF8334 Aug 11 23:49:43 web postfix/qmgr[5501]: AA095BF8331: removed Aug 11 23:49:43 web postfix/local[5512]: 6CE10BF8334: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=0.06, delays=0/0.04/0/0.02, dsn=2.0.0, status=sent (delivered to mailbox) Aug 11 23:49:43 web postfix/qmgr[5501]: 6CE10BF8334: removed Edit: Nå funker det vist å sende mail via kommandolinje, men ikke webskjemaet. asd.txt Endret 11. august 2008 av lefsaker Lenke til kommentar
kpolberg Skrevet 11. august 2008 Del Skrevet 11. august 2008 mulig centos din er satt opp til å bruke sendmail når den skal sende ting gjennom web/php. Lenke til kommentar
lefsaker Skrevet 11. august 2008 Forfatter Del Skrevet 11. august 2008 (endret) Hvordan sjekker/endrer jeg dette? PHP.ini inneholder: sendmail_path = /usr/sbin/sendmail -t -i Endret 11. august 2008 av lefsaker Lenke til kommentar
kpolberg Skrevet 11. august 2008 Del Skrevet 11. august 2008 Hva skjer hvis du prøver å sende mail via sendmail da? Lenke til kommentar
lefsaker Skrevet 11. august 2008 Forfatter Del Skrevet 11. august 2008 Hvordan gjør jeg det? Lenke til kommentar
kpolberg Skrevet 11. august 2008 Del Skrevet 11. august 2008 sendmail -f [email protected] to [email protected]øver.å.sende.til < tekstfil_med_innhold Lenke til kommentar
lefsaker Skrevet 11. august 2008 Forfatter Del Skrevet 11. august 2008 Det fungerte, og mailen kom fram. Da burde vel PHP også kunne sende mail på den måten? Det samme scriptet fungerer på en Windows server jeg har stående. Lenke til kommentar
kpolberg Skrevet 11. august 2008 Del Skrevet 11. august 2008 Mulig webserveren din ikke har fått med seg endringen, prøv å restart apache. Hvis det ikke fungerer da, har jeg ikke peiling. Lenke til kommentar
lefsaker Skrevet 11. august 2008 Forfatter Del Skrevet 11. august 2008 (endret) Restartet hele maskinen, men ingen endring. Er det mulig at en annen path enn "sendmail_path = /usr/sbin/sendmail -t -i" skal brukes? Endret 11. august 2008 av lefsaker Lenke til kommentar
kpolberg Skrevet 11. august 2008 Del Skrevet 11. august 2008 (endret) Hva gir which sendmail deg? Muligens du må gjøre det som root. Hmm, du kan forresten prøve å slenge på -f [email protected] på den linja i php.ini fila. Endret 11. august 2008 av kpolberg Lenke til kommentar
lefsaker Skrevet 11. august 2008 Forfatter Del Skrevet 11. august 2008 /usr/sbin/sendmail Lenke til kommentar
kpolberg Skrevet 11. august 2008 Del Skrevet 11. august 2008 Hehe, var ikke værre nei Lenke til kommentar
lefsaker Skrevet 11. august 2008 Forfatter Del Skrevet 11. august 2008 Prøvde for moroskyld å fjerne -t -i i instillingene til PHP, men da får jeg server error. Lenke til kommentar
Sokkalf™ Skrevet 12. august 2008 Del Skrevet 12. august 2008 Postfix slår meg som en litt heavy løsning for noe såpass enkelt. Hvis du likevel skal relaye via ISPs mailserver, kan du heller kikke på ssmtp e.l. Mye simplere enn postfix. Lenke til kommentar
lefsaker Skrevet 12. august 2008 Forfatter Del Skrevet 12. august 2008 Hmm... Er det en egen daemon? Finner den ikke i pakkebrønnen, og når jeg søker på Google, får jeg ikke opp særlig spesifikke treff. Lenke til kommentar
lefsaker Skrevet 12. august 2008 Forfatter Del Skrevet 12. august 2008 (endret) Har klart å installere ssmtp, og satt PHP til å bruke det. Jeg får server error når jeg prøverå sende via PHP. Om jeg prøver å sende via kommandolinja, får jeg følgende: ssmtp: 553 5.1.8 <[email protected]>... Domain of sender address [email protected] does not exist Halp Endret 12. august 2008 av lefsaker Lenke til kommentar
Anbefalte innlegg
Opprett en konto eller logg inn for å kommentere
Du må være et medlem for å kunne skrive en kommentar
Opprett konto
Det er enkelt å melde seg inn for å starte en ny konto!
Start en kontoLogg inn
Har du allerede en konto? Logg inn her.
Logg inn nå