mail server

Problems with the Linux version of XAMPP, questions, comments, and anything related.

mail server

Postby feest » 09. April 2007 23:58

Hi i wan't to be able to run the "mail" php command in xampp but i it doesn't work, do i need to install a mail server for this?

if yes:

what webserver?
how do i install it?
how do i config it?

please help

~sven
feest
 
Posts: 35
Joined: 17. April 2006 13:23

Postby Wiedmann » 10. April 2007 00:06

but i it doesn't work,

Why not?

do i need to install a mail server for this?

Each Linux should have a sendmail binary (or wrapper) installed?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby feest » 11. April 2007 21:35

well my mail never get's in my inbox, php may return a succes but i never see a mail in my inbox...

do i need to open a port for this? what port?

owyeah, i'm usiing Centos linux...
feest
 
Posts: 35
Joined: 17. April 2006 13:23

Postby Wiedmann » 11. April 2007 21:50

php may return a succes but i never see a mail in my inbox...

Then you should read the logfiles of your sendmail, to see what happens.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby feest » 11. April 2007 21:52

owyeah, for some reason sendmail can't be executed as a normal users, it is in /usr/sbin/ and it require root privileges, now i chmodded /usr/sbin/sendmail but this doesn't work it returns this if i manually enter /usr/sbin/sendmail

Code: Select all
[sven@localhost etc]$ /usr/sbin/sendmail
WARNING: RunAsUser for MSP ignored, check group ids (egid=500, want=51)
can not chdir(/var/spool/clientmqueue/): Permission denied
Program mode requires special privileges, e.g., root or TrustedUser.
[sven@localhost etc]$


how do i solve this,

~thx Sven
feest
 
Posts: 35
Joined: 17. April 2006 13:23

Postby Wiedmann » 11. April 2007 23:12

Sorry, don't know this. You should ask this in a (support) forum for your os.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby feest » 12. April 2007 16:29

k will ask there... thx anyway
feest
 
Posts: 35
Joined: 17. April 2006 13:23

Postby feest » 15. April 2007 19:25

I think i'm doeing something wrong because I can't get it to work on ubuntu either, i manually installed sendmail by using apt-get and when i run sendmail as normal user get respond, not mucht because only on the next line no text appears (not even sven@sven-desktop:~$) and it shows a block coming up and down and this goes on till i close the terminal

http://www.upstream.nl.tt/?fileid=sendmail.png = screenshot

at least i got a reply i dont know it it's good but i've got a reply...

now i configured the xampp php.ini

[mail function]
; For Win32 only.
SMTP = localhost

; For Win32 only.
sendmail_from = me@localhost.com

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = /usr/sbin/sendmail -t -i -f

but now when i want to open my mail test file wich looks like this:

Code: Select all
<?php
mail('svenvandescheur@gmail.com','ik','ik');
echo "test";
?>


it doesn't load, the browser is endlessly loading the page but it never shows up. when i remove the line mail('svenvandescheur@gmail.com','ik','ik'); it appears in one sec so the problem lies in the mail section (again) how do i fix this?
feest
 
Posts: 35
Joined: 17. April 2006 13:23

Postby Wiedmann » 15. April 2007 19:27

sendmail_path = /usr/sbin/sendmail -t -i -f

Only:
sendmail_path = /usr/sbin/sendmail -t -i
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby feest » 15. April 2007 20:01

nope doesn't work, the page loads now but i never recieve a mail...
feest
 
Posts: 35
Joined: 17. April 2006 13:23

Postby Wiedmann » 15. April 2007 20:38

but i never recieve a mail...

sendmail log?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby feest » 16. April 2007 11:50

where can i find that?
feest
 
Posts: 35
Joined: 17. April 2006 13:23

Postby ManUnix » 16. April 2007 13:42

Hi feest,

feest wrote:where can i find that?

Code: Select all
/var/log/mail
or /var/log/maillog
or /var/log/mail.log

or something that looks like a logfile for sendmail

cu,
Manu
User avatar
ManUnix
 
Posts: 113
Joined: 16. April 2006 15:14

Postby feest » 17. April 2007 15:09

my last attempt was on 16:07

[quote]Apr 15 14:24:45 sven-desktop sendmail[31461]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 14:24:45 sven-desktop sendmail[31461]: alias database /etc/mail/aliases rebuilt by sven
Apr 15 14:24:45 sven-desktop sendmail[31461]: /etc/mail/aliases: 1 aliases, longest 4 bytes, 8 bytes total
Apr 15 14:24:45 sven-desktop sm-mta[31559]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 14:24:45 sven-desktop sm-mta[31561]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 14:25:08 sven-desktop sendmail[31625]: l3FCP0hj031625: from=sven, size=0, class=0, nrcpts=0, relay=sven@localhost
Apr 15 14:30:57 sven-desktop sm-mta[31561]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 14:30:57 sven-desktop sm-mta[31561]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 14:30:57 sven-desktop sm-mta[1233]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 14:36:46 sven-desktop sm-mta[1233]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 14:36:46 sven-desktop sm-mta[1233]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 14:36:46 sven-desktop sm-mta[3183]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 14:40:02 sven-desktop sm-msp-queue[4265]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 14:41:02 sven-desktop sm-msp-queue[4265]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 14:41:39 sven-desktop sm-mta[3183]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 14:41:39 sven-desktop sm-mta[3183]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 14:42:39 sven-desktop sm-mta[3183]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 14:42:39 sven-desktop sm-mta[3183]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 14:42:39 sven-desktop sm-mta[5421]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 14:43:32 sven-desktop sendmail[5666]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 14:44:32 sven-desktop sendmail[5666]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 14:44:32 sven-desktop sendmail[5666]: l3FCiWip005666: from=nobody, size=54, class=0, nrcpts=1, msgid=<200704151244.l3FCiWip005666@sven-desktop>, relay=nobody@localhost
Apr 15 14:44:32 sven-desktop sm-mta[5977]: l3FCiWg6005977: from=<nobody@sven-desktop>, size=308, class=0, nrcpts=1, msgid=<200704151244.l3FCiWip005666@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 14:44:32 sven-desktop sm-mta[5977]: l3FCiWg6005977: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30308, dsn=4.4.3, stat=queued
Apr 15 14:44:32 sven-desktop sendmail[5666]: l3FCiWip005666: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30054, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FCiWg6005977 Message accepted for delivery)
Apr 15 14:47:17 sven-desktop sm-mta[5421]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 14:47:17 sven-desktop sm-mta[5421]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 14:48:17 sven-desktop sm-mta[5421]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 14:48:17 sven-desktop sm-mta[5421]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 14:48:17 sven-desktop sm-mta[7171]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 14:49:37 sven-desktop sm-mta[7172]: l3FCiWg6005977: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:05:05, xdelay=00:01:20, mailer=esmtp, pri=120308, relay=gsmtp163.google.com. [64.233.163.27], dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 14:53:26 sven-desktop sm-mta[7171]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 14:53:26 sven-desktop sm-mta[7171]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 14:54:26 sven-desktop sm-mta[7171]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 14:54:26 sven-desktop sm-mta[7171]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 14:54:26 sven-desktop sm-mta[9085]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 14:56:59 sven-desktop sm-mta[9085]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 14:56:59 sven-desktop sm-mta[9085]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 14:57:59 sven-desktop sm-mta[9085]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 14:57:59 sven-desktop sm-mta[9085]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 14:57:59 sven-desktop sm-mta[10226]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:00:02 sven-desktop sm-msp-queue[10813]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:01:02 sven-desktop sm-msp-queue[10813]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:01:33 sven-desktop sm-mta[10226]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:01:33 sven-desktop sm-mta[10226]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:02:33 sven-desktop sm-mta[10226]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:02:33 sven-desktop sm-mta[10226]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:02:33 sven-desktop sm-mta[11632]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:05:31 sven-desktop sm-mta[11632]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:05:31 sven-desktop sm-mta[11632]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:06:31 sven-desktop sm-mta[11632]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:06:31 sven-desktop sm-mta[11632]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:06:31 sven-desktop sm-mta[12904]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:10:57 sven-desktop sm-mta[12904]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:10:57 sven-desktop sm-mta[12904]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:11:57 sven-desktop sm-mta[12904]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:11:57 sven-desktop sm-mta[12904]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:11:57 sven-desktop sm-mta[14537]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:15:36 sven-desktop sm-mta[14537]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:15:36 sven-desktop sm-mta[14537]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:16:36 sven-desktop sm-mta[14537]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:16:36 sven-desktop sm-mta[14537]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:16:36 sven-desktop sm-mta[15971]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:20:01 sven-desktop sm-msp-queue[16980]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:21:01 sven-desktop sm-msp-queue[16980]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:21:40 sven-desktop sm-mta[15971]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:21:40 sven-desktop sm-mta[15971]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:22:40 sven-desktop sm-mta[15971]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:22:40 sven-desktop sm-mta[15971]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:22:40 sven-desktop sm-mta[18068]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:27:15 sven-desktop sm-mta[18068]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:27:15 sven-desktop sm-mta[18068]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:28:15 sven-desktop sm-mta[18068]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:28:15 sven-desktop sm-mta[18068]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:28:15 sven-desktop sm-mta[20742]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:31:16 sven-desktop sm-mta[20742]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:31:16 sven-desktop sm-mta[20742]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:32:16 sven-desktop sm-mta[20742]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:32:16 sven-desktop sm-mta[20742]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:32:16 sven-desktop sm-mta[22072]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:36:51 sven-desktop sm-mta[22072]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:36:51 sven-desktop sm-mta[22072]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:37:51 sven-desktop sm-mta[22072]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:37:51 sven-desktop sm-mta[22072]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:37:51 sven-desktop sm-mta[23826]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:40:01 sven-desktop sm-msp-queue[24445]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:41:01 sven-desktop sm-msp-queue[24445]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:41:02 sven-desktop sm-mta[23826]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:41:02 sven-desktop sm-mta[23826]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:42:02 sven-desktop sm-mta[23826]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:42:02 sven-desktop sm-mta[23826]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:42:02 sven-desktop sm-mta[25119]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:47:21 sven-desktop sm-mta[25119]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:47:21 sven-desktop sm-mta[25119]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:48:21 sven-desktop sm-mta[25119]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:48:21 sven-desktop sm-mta[25119]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:48:21 sven-desktop sm-mta[26961]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 15:53:13 sven-desktop sm-mta[26961]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 15:53:13 sven-desktop sm-mta[26961]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 15:54:13 sven-desktop sm-mta[26961]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 15:54:13 sven-desktop sm-mta[26961]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 15:54:13 sven-desktop sm-mta[28749]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:00:02 sven-desktop sm-msp-queue[30375]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:00:49 sven-desktop sm-mta[28749]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:00:49 sven-desktop sm-mta[28749]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:01:02 sven-desktop sm-msp-queue[30375]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:01:49 sven-desktop sm-mta[28749]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:01:49 sven-desktop sm-mta[28749]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:01:49 sven-desktop sm-mta[30955]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:08:25 sven-desktop sm-mta[30955]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:08:25 sven-desktop sm-mta[30955]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:09:25 sven-desktop sm-mta[30955]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:09:25 sven-desktop sm-mta[30955]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:09:25 sven-desktop sm-mta[777]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:12:50 sven-desktop sm-mta[777]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:12:50 sven-desktop sm-mta[777]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:13:50 sven-desktop sm-mta[777]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:13:50 sven-desktop sm-mta[777]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:13:50 sven-desktop sm-mta[2130]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:18:01 sven-desktop sm-mta[2130]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:18:01 sven-desktop sm-mta[2130]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:19:01 sven-desktop sm-mta[2130]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:19:01 sven-desktop sm-mta[2130]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:19:01 sven-desktop sm-mta[3692]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:20:01 sven-desktop sm-msp-queue[3992]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:21:01 sven-desktop sm-msp-queue[3992]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:24:01 sven-desktop sm-mta[3692]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:24:01 sven-desktop sm-mta[3692]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:25:01 sven-desktop sm-mta[3692]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:25:01 sven-desktop sm-mta[3692]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:25:01 sven-desktop sm-mta[5545]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:28:36 sven-desktop sm-mta[5545]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:28:36 sven-desktop sm-mta[5545]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:29:36 sven-desktop sm-mta[5545]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:29:36 sven-desktop sm-mta[5545]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:29:36 sven-desktop sm-mta[6946]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:34:23 sven-desktop sm-mta[6946]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:34:23 sven-desktop sm-mta[6946]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:35:23 sven-desktop sm-mta[6946]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:35:23 sven-desktop sm-mta[6946]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:35:23 sven-desktop sm-mta[8637]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:40:01 sven-desktop sm-msp-queue[9943]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:41:01 sven-desktop sm-msp-queue[9943]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:42:40 sven-desktop sm-mta[8637]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:42:40 sven-desktop sm-mta[8637]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:43:40 sven-desktop sm-mta[8637]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:43:40 sven-desktop sm-mta[8637]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:43:40 sven-desktop sm-mta[11071]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:46:37 sven-desktop sm-mta[11071]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:46:37 sven-desktop sm-mta[11071]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:47:37 sven-desktop sm-mta[11071]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:47:37 sven-desktop sm-mta[11071]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:47:37 sven-desktop sm-mta[12294]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:52:40 sven-desktop sm-mta[12294]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:52:40 sven-desktop sm-mta[12294]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 16:53:40 sven-desktop sm-mta[12294]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 16:53:40 sven-desktop sm-mta[12294]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 16:53:40 sven-desktop sm-mta[14077]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 16:59:19 sven-desktop sm-mta[14077]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 16:59:19 sven-desktop sm-mta[14077]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 17:00:01 sven-desktop sm-msp-queue[15977]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 17:00:19 sven-desktop sm-mta[14077]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 17:00:19 sven-desktop sm-mta[14077]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 17:00:19 sven-desktop sm-mta[16070]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 17:01:01 sven-desktop sm-msp-queue[15977]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 17:04:44 sven-desktop sm-mta[16070]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 17:04:44 sven-desktop sm-mta[16070]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 17:05:44 sven-desktop sm-mta[16070]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 17:05:45 sven-desktop sm-mta[16070]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 17:05:45 sven-desktop sm-mta[16993]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 17:08:48 sven-desktop sm-mta[16993]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 17:08:48 sven-desktop sm-mta[16993]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 17:09:48 sven-desktop sm-mta[16993]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 17:09:48 sven-desktop sm-mta[16993]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 17:09:48 sven-desktop sm-mta[17207]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 19:42:19 sven-desktop sm-mta[4909]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:42:20 sven-desktop sm-msp-queue[4922]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:43:01 sven-desktop sendmail[5394]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:43:18 sven-desktop sm-mta[4909]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:43:18 sven-desktop sm-mta[4909]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 19:43:18 sven-desktop sm-mta[5413]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 19:43:19 sven-desktop sm-msp-queue[4922]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:43:38 sven-desktop sendmail[5636]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:44:01 sven-desktop sendmail[5394]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:44:01 sven-desktop sendmail[5394]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 19:44:01 sven-desktop sm-mta[5413]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 19:44:01 sven-desktop sm-mta[5413]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:44:14 sven-desktop sendmail[5718]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:45:01 sven-desktop sm-mta[5413]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:45:01 sven-desktop sm-mta[5413]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 19:45:01 sven-desktop sm-mta[5832]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 19:45:17 sven-desktop sendmail[5843]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:46:17 sven-desktop sendmail[5843]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:46:17 sven-desktop sendmail[5843]: l3FHkHDw005843: from=nobody, size=50, class=0, nrcpts=1, msgid=<200704151746.l3FHkHDw005843@sven-desktop>, relay=nobody@localhost
Apr 15 19:46:17 sven-desktop sm-mta[5880]: l3FHkHun005880: from=<nobody@sven-desktop>, size=304, class=0, nrcpts=1, msgid=<200704151746.l3FHkHDw005843@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:46:17 sven-desktop sm-mta[5880]: l3FHkHun005880: to=<svenvandescheur@hotmail.com>, delay=00:00:00, mailer=esmtp, pri=30304, dsn=4.4.3, stat=queued
Apr 15 19:46:17 sven-desktop sendmail[5843]: l3FHkHDw005843: to=svenvandescheur@hotmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30050, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHkHun005880 Message accepted for delivery)
Apr 15 19:47:51 sven-desktop sendmail[5954]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:48:51 sven-desktop sendmail[5954]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:48:51 sven-desktop sendmail[5954]: l3FHmphr005954: from=nobody, size=50, class=0, nrcpts=1, msgid=<200704151748.l3FHmphr005954@sven-desktop>, relay=nobody@localhost
Apr 15 19:48:51 sven-desktop sm-mta[5988]: l3FHmpKp005988: from=<nobody@sven-desktop>, size=304, class=0, nrcpts=1, msgid=<200704151748.l3FHmphr005954@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:48:51 sven-desktop sm-mta[5988]: l3FHmpKp005988: to=<svenvandescheur@hotmail.com>, delay=00:00:00, mailer=esmtp, pri=30304, dsn=4.4.3, stat=queued
Apr 15 19:48:51 sven-desktop sendmail[5954]: l3FHmphr005954: to=svenvandescheur@hotmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30050, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHmpKp005988 Message accepted for delivery)
Apr 15 19:49:19 sven-desktop sm-mta[5832]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 19:49:19 sven-desktop sm-mta[5832]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:49:43 sven-desktop sendmail[6144]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:50:19 sven-desktop sm-mta[5832]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:50:19 sven-desktop sm-mta[5832]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 19:50:19 sven-desktop sm-mta[6178]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 19:50:43 sven-desktop sendmail[6144]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:51:29 sven-desktop sendmail[6242]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:51:31 sven-desktop sendmail[6244]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:52:04 sven-desktop sendmail[6287]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:52:05 sven-desktop sendmail[6289]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:52:19 sven-desktop sm-mta[6179]: l3FHkHun005880: to=<svenvandescheur@hotmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:06:02, xdelay=00:02:00, mailer=esmtp, pri=120304, relay=mx1.hotmail.com. [65.54.245.8], dsn=4.0.0, stat=Deferred: Connection timed out with mx1.hotmail.com.
Apr 15 19:52:20 sven-desktop sm-mta[6179]: l3FHmpKp005988: to=<svenvandescheur@hotmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:03:29, xdelay=00:00:00, mailer=esmtp, pri=120304, relay=mx3.hotmail.com., dsn=4.0.0, stat=Deferred: Connection timed out with mx3.hotmail.com.
Apr 15 19:52:23 sven-desktop sendmail[6144]: l3FHohWZ006144: from=sven, size=0, class=0, nrcpts=0, msgid=<200704151750.l3FHohWZ006144@sven-desktop>, relay=root@localhost
Apr 15 19:52:25 sven-desktop sendmail[6304]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:52:26 sven-desktop sendmail[6307]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:52:26 sven-desktop sendmail[6313]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:52:27 sven-desktop sendmail[6315]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:52:30 sven-desktop sendmail[6242]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:52:30 sven-desktop sendmail[6242]: l3FHqUKK006242: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151752.l3FHqUKK006242@sven-desktop>, relay=nobody@localhost
Apr 15 19:52:30 sven-desktop sm-mta[6317]: l3FHqUB0006317: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151752.l3FHqUKK006242@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:52:30 sven-desktop sm-mta[6317]: l3FHqUB0006317: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:52:30 sven-desktop sendmail[6242]: l3FHqUKK006242: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHqUB0006317 Message accepted for delivery)
Apr 15 19:52:31 sven-desktop sendmail[6244]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:52:31 sven-desktop sendmail[6244]: l3FHqVTk006244: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151752.l3FHqVTk006244@sven-desktop>, relay=nobody@localhost
Apr 15 19:52:31 sven-desktop sm-mta[6318]: l3FHqVaI006318: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151752.l3FHqVTk006244@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:52:31 sven-desktop sm-mta[6318]: l3FHqVaI006318: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:52:31 sven-desktop sendmail[6244]: l3FHqVTk006244: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHqVaI006318 Message accepted for delivery)
Apr 15 19:52:32 sven-desktop sendmail[6321]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:52:50 sven-desktop sendmail[6329]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:52:57 sven-desktop sendmail[6337]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:53:04 sven-desktop sendmail[6287]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:53:04 sven-desktop sendmail[6287]: l3FHr4Hn006287: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151753.l3FHr4Hn006287@sven-desktop>, relay=nobody@localhost
Apr 15 19:53:04 sven-desktop sm-mta[6343]: l3FHr4cc006343: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151753.l3FHr4Hn006287@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:53:04 sven-desktop sm-mta[6343]: l3FHr4cc006343: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:53:04 sven-desktop sendmail[6287]: l3FHr4Hn006287: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHr4cc006343 Message accepted for delivery)
Apr 15 19:53:05 sven-desktop sendmail[6289]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:53:05 sven-desktop sendmail[6289]: l3FHr5jr006289: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151753.l3FHr5jr006289@sven-desktop>, relay=nobody@localhost
Apr 15 19:53:05 sven-desktop sm-mta[6347]: l3FHr5eB006347: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151753.l3FHr5jr006289@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:53:05 sven-desktop sm-mta[6347]: l3FHr5eB006347: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:53:05 sven-desktop sendmail[6289]: l3FHr5jr006289: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHr5eB006347 Message accepted for delivery)
Apr 15 19:53:25 sven-desktop sendmail[6304]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:53:25 sven-desktop sendmail[6304]: l3FHrPoZ006304: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151753.l3FHrPoZ006304@sven-desktop>, relay=nobody@localhost
Apr 15 19:53:25 sven-desktop sm-mta[6360]: l3FHrP26006360: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151753.l3FHrPoZ006304@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:53:25 sven-desktop sm-mta[6360]: l3FHrP26006360: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:53:25 sven-desktop sendmail[6304]: l3FHrPoZ006304: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHrP26006360 Message accepted for delivery)
Apr 15 19:53:26 sven-desktop sendmail[6307]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:53:26 sven-desktop sendmail[6307]: l3FHrQXq006307: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151753.l3FHrQXq006307@sven-desktop>, relay=nobody@localhost
Apr 15 19:53:26 sven-desktop sm-mta[6361]: l3FHrQTQ006361: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151753.l3FHrQXq006307@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:53:26 sven-desktop sm-mta[6361]: l3FHrQTQ006361: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:53:26 sven-desktop sendmail[6307]: l3FHrQXq006307: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHrQTQ006361 Message accepted for delivery)
Apr 15 19:53:26 sven-desktop sendmail[6313]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:53:26 sven-desktop sendmail[6313]: l3FHrQXK006313: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151753.l3FHrQXK006313@sven-desktop>, relay=nobody@localhost
Apr 15 19:53:27 sven-desktop sm-mta[6365]: l3FHrQnS006365: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151753.l3FHrQXK006313@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:53:27 sven-desktop sm-mta[6365]: l3FHrQnS006365: to=<svenvandescheur@gmail.com>, delay=00:00:01, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:53:27 sven-desktop sendmail[6313]: l3FHrQXK006313: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHrQnS006365 Message accepted for delivery)
Apr 15 19:53:27 sven-desktop sendmail[6315]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:53:27 sven-desktop sendmail[6315]: l3FHrRE5006315: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151753.l3FHrRE5006315@sven-desktop>, relay=nobody@localhost
Apr 15 19:53:27 sven-desktop sm-mta[6366]: l3FHrRwX006366: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151753.l3FHrRE5006315@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:53:27 sven-desktop sm-mta[6366]: l3FHrRwX006366: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:53:27 sven-desktop sendmail[6315]: l3FHrRE5006315: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHrRwX006366 Message accepted for delivery)
Apr 15 19:53:32 sven-desktop sendmail[6321]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:53:35 sven-desktop sendmail[6371]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:53:40 sven-desktop sendmail[6376]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:53:50 sven-desktop sendmail[6329]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:53:50 sven-desktop sendmail[6329]: l3FHroX2006329: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151753.l3FHroX2006329@sven-desktop>, relay=nobody@localhost
Apr 15 19:53:50 sven-desktop sm-mta[6381]: l3FHror8006381: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151753.l3FHroX2006329@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:53:50 sven-desktop sm-mta[6381]: l3FHror8006381: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:53:50 sven-desktop sendmail[6329]: l3FHroX2006329: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHror8006381 Message accepted for delivery)
Apr 15 19:53:58 sven-desktop sendmail[6337]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:53:58 sven-desktop sendmail[6337]: l3FHrw1H006337: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151753.l3FHrw1H006337@sven-desktop>, relay=nobody@localhost
Apr 15 19:53:58 sven-desktop sm-mta[6386]: l3FHrw1d006386: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151753.l3FHrw1H006337@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:53:58 sven-desktop sm-mta[6386]: l3FHrw1d006386: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:53:58 sven-desktop sendmail[6337]: l3FHrw1H006337: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHrw1d006386 Message accepted for delivery)
Apr 15 19:54:35 sven-desktop sendmail[6371]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:54:35 sven-desktop sendmail[6371]: l3FHsZVF006371: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151754.l3FHsZVF006371@sven-desktop>, relay=nobody@localhost
Apr 15 19:54:35 sven-desktop sm-mta[6407]: l3FHsZkB006407: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151754.l3FHsZVF006371@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:54:35 sven-desktop sm-mta[6407]: l3FHsZkB006407: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:54:35 sven-desktop sendmail[6371]: l3FHsZVF006371: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHsZkB006407 Message accepted for delivery)
Apr 15 19:54:40 sven-desktop sendmail[6376]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:54:40 sven-desktop sendmail[6376]: l3FHsexM006376: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151754.l3FHsexM006376@sven-desktop>, relay=nobody@localhost
Apr 15 19:54:40 sven-desktop sm-mta[6411]: l3FHseGM006411: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151754.l3FHsexM006376@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 19:54:40 sven-desktop sm-mta[6411]: l3FHseGM006411: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 19:54:40 sven-desktop sendmail[6376]: l3FHsexM006376: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FHseGM006411 Message accepted for delivery)
Apr 15 19:54:43 sven-desktop sendmail[6418]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:54:59 sven-desktop sm-mta[6178]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 19:54:59 sven-desktop sm-mta[6178]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:55:21 sven-desktop sendmail[6321]: l3FHrWci006321: from=sven, size=0, class=0, nrcpts=0, relay=sven@localhost
Apr 15 19:55:43 sven-desktop sendmail[6418]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:55:43 sven-desktop sendmail[6418]: l3FHthkR006418: from=nobody, size=46, class=0, nrcpts=1, msgid=<200704151755.l3FHthkR006418@sven-desktop>, relay=nobody@localhost
Apr 15 19:55:43 sven-desktop sendmail[6418]: l3FHthkR006418: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30046, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
Apr 15 19:55:59 sven-desktop sm-mta[6178]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:55:59 sven-desktop sm-mta[6178]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 19:55:59 sven-desktop sm-mta[6606]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 19:56:04 sven-desktop sendmail[6610]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:56:23 sven-desktop sendmail[6638]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHqUB0006317: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:04:29, xdelay=00:01:00, mailer=esmtp, pri=120300, relay=gsmtp183.google.com. [64.233.183.27], dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHqVaI006318: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:04:28, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHr4cc006343: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:03:55, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHr5eB006347: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:03:54, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHrP26006360: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:03:34, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHrQTQ006361: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:03:33, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHrQnS006365: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:03:33, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHrRwX006366: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:03:32, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHror8006381: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:03:09, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHrw1d006386: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:03:01, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHsZkB006407: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:02:24, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 19:56:59 sven-desktop sm-mta[6607]: l3FHseGM006411: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:02:19, xdelay=00:00:00, mailer=esmtp, pri=120300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 19:57:56 sven-desktop sendmail[6756]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:58:32 sven-desktop sendmail[6919]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 19:58:56 sven-desktop sendmail[6756]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:58:56 sven-desktop sendmail[6756]: l3FHwu9A006756: from=root, size=0, class=0, nrcpts=0, msgid=<200704151758.l3FHwu9A006756@sven-desktop>, relay=root@localhost
Apr 15 19:59:32 sven-desktop sendmail[6919]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 19:59:32 sven-desktop sendmail[6919]: l3FHxWr1006919: from=nobody, size=46, class=0, nrcpts=0, msgid=<200704151759.l3FHxWr1006919@sven-desktop>, relay=nobody@localhost
Apr 15 19:59:57 sven-desktop sm-mta[6606]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 19:59:57 sven-desktop sm-mta[6606]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:00:01 sven-desktop sm-msp-queue[7111]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:00:02 sven-desktop sendmail[7115]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:00:57 sven-desktop sm-mta[6606]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:00:57 sven-desktop sm-mta[6606]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 20:00:57 sven-desktop sm-mta[7171]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 20:01:01 sven-desktop sm-msp-queue[7111]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:01:01 sven-desktop sm-mta[7178]: l3FI11ei007178: from=<nobody@sven-desktop>, size=300, class=0, nrcpts=1, msgid=<200704151755.l3FHthkR006418@sven-desktop>, proto=ESMTP, daemon=MSP-v4, relay=localhost [127.0.0.1]
Apr 15 20:01:01 sven-desktop sm-mta[7178]: l3FI11ei007178: to=<svenvandescheur@gmail.com>, delay=00:00:00, mailer=esmtp, pri=30300, dsn=4.4.3, stat=queued
Apr 15 20:01:01 sven-desktop sm-msp-queue[7174]: l3FHthkR006418: to=svenvandescheur@gmail.com, ctladdr=nobody (65534/65534), delay=00:05:18, xdelay=00:00:00, mailer=relay, pri=120046, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3FI11ei007178 Message accepted for delivery)
Apr 15 20:01:02 sven-desktop sendmail[7115]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:01:02 sven-desktop sendmail[7115]: l3FI12jZ007115: from=nobody, size=46, class=0, nrcpts=0, msgid=<200704151801.l3FI12jZ007115@sven-desktop>, relay=nobody@localhost
Apr 15 20:01:12 sven-desktop sendmail[7192]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:02:12 sven-desktop sendmail[7192]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:02:12 sven-desktop sendmail[7192]: l3FI2Cqm007192: from=nobody, size=46, class=0, nrcpts=0, msgid=<200704151802.l3FI2Cqm007192@sven-desktop>, relay=nobody@localhost
Apr 15 20:02:38 sven-desktop sendmail[7248]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:03:06 sven-desktop sendmail[7279]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:03:38 sven-desktop sendmail[7248]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:03:38 sven-desktop sendmail[7248]: l3FI3c3F007248: from=nobody, size=46, class=0, nrcpts=0, msgid=<200704151803.l3FI3c3F007248@sven-desktop>, relay=nobody@localhost
Apr 15 20:03:40 sven-desktop sendmail[7328]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:04:06 sven-desktop sendmail[7279]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:04:06 sven-desktop sendmail[7279]: l3FI46wA007279: from=nobody, size=46, class=0, nrcpts=0, msgid=<200704151804.l3FI46wA007279@sven-desktop>, relay=nobody@localhost
Apr 15 20:05:51 sven-desktop sm-mta[7171]: restarting /usr/sbin/sendmail-mta due to signal
Apr 15 20:05:51 sven-desktop sm-mta[7171]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:06:02 sven-desktop sendmail[7724]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:06:51 sven-desktop sm-mta[7171]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:06:51 sven-desktop sm-mta[7171]: gethostbyaddr(192.168.1.104) failed: 1
Apr 15 20:06:51 sven-desktop sm-mta[7767]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Apr 15 20:07:02 sven-desktop sendmail[7724]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:07:15 sven-desktop sendmail[7785]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FI11ei007178: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:06:50, xdelay=00:01:00, mailer=esmtp, pri=120300, relay=gsmtp163.google.com. [64.233.163.27], dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHqUB0006317: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:15:21, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHqVaI006318: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:15:20, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHr4cc006343: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:14:47, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHr5eB006347: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:14:46, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHrP26006360: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:14:26, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHrQTQ006361: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:14:25, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHrQnS006365: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:14:25, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHrRwX006366: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:14:24, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHror8006381: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:14:01, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHrw1d006386: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:13:53, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHsZkB006407: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:13:16, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp163.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp163.google.com.
Apr 15 20:07:51 sven-desktop sm-mta[7768]: l3FHseGM006411: to=<svenvandescheur@gmail.com>, ctladdr=<nobody@sven-desktop> (65534/65534), delay=00:13:11, xdelay=00:00:00, mailer=esmtp, pri=210300, relay=gsmtp183.google.com., dsn=4.0.0, stat=Deferred: Connection timed out with gsmtp183.google.com.
Apr 15 20:08:15 sven-desktop sendmail[7785]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:08:15 sven-desktop sendmail[7785]: My unqualified host name (sven-desktop) unknown; sleeping for retry
Apr 15 20:09:15 sven-desktop sendmail[7785]: unable to qualify my own domain name (sven-desktop) -- using short name
Apr 15 20:09:15 sven-desktop sendmail[7785]: l3FI8FEA007785: Authentication-Warning: sven-desktop: sven set sender to svenvandescheur@gmail.com using -f
Apr 15 20:11:29 sven-desktop postfix/master[8352]: daemon started -- version 2.3.3, configuration /etc/postfix
Apr 15 20:11:39 sven-desktop postfix[8368]: error: to submit mail, use the Postfix sendmail command
Apr 15 20:11:39 sven-desktop postfix[8368]: fatal: the postfix command is reserved for the superuser
Apr 15 20:11:51 sven-desktop postfix[8375]: error: to submit mail, use the Postfix sendmail command
Apr 15 20:11:51 sven-desktop postfix[8375]: fatal: the postfix command is reserved for the superuser
Apr 15 20:11:58 sven-desktop postfix[8382]: error: to submit mail, use the Postfix sendmail command
Apr 15 20:11:58 sven-desktop postfix[8382]: fatal: the postfix command is reserved for the superuser
Apr 15 20:12:02 sven-desktop postfix[8386]: error: to submit mail, use the Postfix sendmail command
Apr 15 20:12:02 sven-desktop postfix[8386]: fatal: the postfix command is reserved for the superuser
Apr 15 20:12:15 sven-desktop postfix[8480]: error: to submit mail, use the Postfix sendmail command
Apr 15 20:12:15 sven-desktop postfix[8480]: fatal: the postfix command is reserved for the superuser
Apr 15 20:16:52 sven-desktop sendmail[7785]: l3FI8FEA007785: from=svenvandescheur@gmail.com, size=6, class=0, nrcpts=0, relay=sven@localhost
Apr 15 20:20:01 sven-desktop postfix/pickup[8353]: CA1938740B7: uid=114 from=<smmsp>
Apr 15 20:20:01 sven-desktop postfix/cleanup[8822]: CA1938740B7: message-id=<20070415182001.CA1938740B7@sven-desktop>
Apr 15 20:20:01 sven-desktop postfix/qmgr[8357]: CA1938740B7: from=<smmsp@sven-desktop>, size=610, nrcpt=1 (queue active)
Apr 15 20:20:02 sven-desktop postfix/local[8824]: CA1938740B7: to=<sven@sven-desktop>, orig_to=<root>, relay=local, delay=1.1, delays=0.05/0.01/0/1, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Apr 15 20:20:02 sven-desktop postfix/qmgr[8357]: CA1938740B7: removed
Apr 15 20:40:02 sven-desktop postfix/pickup[8353]: 314E08740B5: uid=114 from=<smmsp>
Apr 15 20:40:02 sven-desktop postfix/cleanup[9880]: 314E08740B5: message-id=<20070415184002.314E08740B5@sven-desktop>
Apr 15 20:40:02 sven-desktop postfix/qmgr[8357]: 314E08740B5: from=<smmsp@sven-desktop>, size=610, nrcpt=1 (queue active)
Apr 15 20:40:02 sven-desktop postfix/local[9882]: 314E08740B5: to=<sven@sven-desktop>, orig_to=<root>, relay=local, delay=0.14, delays=0.06/0/0/0.07, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Apr 15 20:40:02 sven-desktop postfix/qmgr[8357]: 314E08740B5: removed
Apr 15 20:59:45 sven-desktop postfix/pickup[8353]: 3DD7E8740B5: uid=65534 from=<nobody>
Apr 15 20:59:45 sven-desktop postfix/cleanup[10914]: 3DD7E8740B5: message-id=<20070415185945.3DD7E8740B5@sven-desktop>
Apr 15 20:59:45 sven-desktop postfix/qmgr[8357]: 3DD7E8740B5: from=<nobody@sven-desktop>, size=300, nrcpt=1 (queue active)
Apr 15 21:00:01 sven-desktop postfix/pickup[8353]: 6220F8740B9: uid=114 from=<smmsp>
Apr 15 21:00:01 sven-desktop postfix/cleanup[10914]: 6220F8740B9: message-id=<20070415190001.6220F8740B9@sven-desktop>
Apr 15 21:00:01 sven-desktop postfix/qmgr[8357]: 6220F8740B9: from=<smmsp@sven-desktop>, size=610, nrcpt=1 (queue active)
Apr 15 21:00:01 sven-desktop postfix/local[10946]: 6220F8740B9: to=<sven@sven-desktop>, orig_to=<root>, relay=local, delay=0.3, delays=0.12/0/0/0.17, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Apr 15 21:00:01 sven-desktop postfix/qmgr[8357]: 6220F8740B9: removed
Apr 15 21:00:03 sven-desktop postfix/pickup[8353]: B84768740B9: uid=65534 from=<nobody>
Apr 15 21:00:03 sven-desktop postfix/cleanup[10914]: B84768740B9: message-id=<20070415190003.B84768740B9@sven-desktop>
Apr 15 21:00:03 sven-desktop postfix/qmgr[8357]: B84768740B9: from=<nobody@sven-desktop>, size=300, nrcpt=1 (queue active)
Apr 15 21:00:06 sven-desktop postfix/pickup[8353]: 3ECC58740BA: uid=65534 from=<nobody>
Apr 15 21:00:06 sven-desktop postfix/cleanup[10914]: 3ECC58740BA: message-id=<20070415190006.3ECC58740BA@sven-desktop>
Apr 15 21:00:06 sven-desktop postfix/qmgr[8357]: 3ECC58740BA: from=<nobody@sven-desktop>, size=300, nrcpt=1 (queue active)
Apr 15 21:00:10 sven-desktop postfix/pickup[8353]: A10708740BB: uid=65534 from=<nobody>
Apr 15 21:00:10 sven-desktop postfix/cleanup[10914]: A10708740BB: message-id=<20070415190010.A10708740BB@sven-desktop>
Apr 15 21:00:10 sven-desktop postfix/qmgr[8357]: A10708740BB: from=<nobody@sven-desktop>, size=300, nrcpt=1 (queue active)
Apr 15 21:00:15 sven-desktop postfix/smtp[10916]: connect to gmail-smtp-in.l.google.com[66.249.91.27]: Connection timed out (port 25)
Apr 15 21:00:34 sven-desktop postfix/smtp[10953]: connect to gmail-smtp-in.l.google.com[66.249.91.27]: Connection timed out (port 25)
Apr 15 21:00:36 sven-desktop postfix/smtp[10957]: connect to gmail-smtp-in.l.google.com[66.249.91.27]: Connection timed out (port 25)
Apr 15 21:00:40 sven-desktop postfix/smtp[10964]: connect to gmail-smtp-in.l.google.com[66.249.91.27]: Connection timed out (port 25)
Apr 15 21:00:45 sven-desktop postfix/smtp[10916]: connect to alt1.gmail-smtp-in.l.google.com[209.85.135.27]: Connection timed out (port 25)
Apr 15 21:01:04 sven-desktop postfix/smtp[10953]: connect to alt1.gmail-smtp-in.l.google.com[209.85.135.27]: Connection timed out (port 25)
Apr 15 21:01:06 sven-desktop postfix/smtp[10957]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Connection timed out (port 25)
Apr 15 21:01:10 sven-desktop postfix/smtp[10964]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Connection timed out (port 25)
Apr 15 21:01:15 sven-desktop postfix/smtp[10916]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Connection timed out (port 25)
Apr 15 21:01:16 sven-desktop postfix/pickup[8353]: 7076B8740BC: uid=65534 from=<nobody>
Apr 15 21:01:16 sven-desktop postfix/cleanup[10914]: 7076B8740BC: message-id=<20070415190116.7076B8740BC@sven-desktop>
Apr 15 21:01:16 sven-desktop postfix/qmgr[8357]: 7076B8740BC: from=<nobody@sven-desktop>, size=300, nrcpt=1 (queue active)
Apr 15 21:01:16 sven-desktop postfix/pickup[8353]: 78C638740BD: uid=65534 from=<nobody>
Apr 15 21:01:16 sven-desktop postfix/cleanup[10914]: 78C638740BD: message-id=<20070415190116.78C638740BD@sven-desktop>
Apr 15 21:01:16 sven-desktop postfix/qmgr[8357]: 78C638740BD: from=<nobody@sven-desktop>, size=302, nrcpt=1 (queue active)
Apr 15 21:01:17 sven-desktop postfix/pickup[8353]: 446108740BE: uid=65534 from=<nobody>
Apr 15 21:01:17 sven-desktop postfix/cleanup[10914]: 446108740BE: message-id=<20070415190117.446108740BE@sven-desktop>
Apr 15 21:01:17 sven-desktop postfix/qmgr[8357]: 446108740BE: from=<nobody@sven-desktop>, size=300, nrcpt=1 (queue active)
Apr 15 21:01:17 sven-desktop postfix/pickup[8353]: 4CE308740BF: uid=65534 from=<nobody>
Apr 15 21:01:17 sven-desktop postfix/cleanup[10914]: 4CE308740BF: message-id=<20070415190117.4CE308740BF@sven-desktop>
Apr 15 21:01:17 sven-desktop postfix/qmgr[8357]: 4CE308740BF: from=<nobody@sven-desktop>, size=302, nrcpt=1 (queue active)
Apr 15 21:01:34 sven-desktop postfix/smtp[10953]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Connection timed out (port 25)
Apr 15 21:01:36 sven-desktop postfix/smtp[10957]: connect to alt1.gmail-smtp-in.l.google.com[209.85.135.27]: Connection timed out (port 25)
Apr 15 21:01:40 sven-desktop postfix/smtp[10964]: connect to alt1.gmail-smtp-in.l.google.com[209.85.135.27]: Connection timed out (port 25)
Apr 15 21:01:45 sven-desktop postfix/smtp[10916]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Connection timed out (port 25)
Apr 15 21:01:46 sven-desktop postfix/smtp[11035]: connect to gmail-smtp-in.l.google.com[66.249.91.27]: Connection timed out (port 25)
Apr 15 21:01:46 sven-desktop postfix/smtp[11036]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25)
Apr 15 21:01:47 sven-desktop postfix/smtp[11043]: connect to mx2.hotmail.com[65.54.244.168]: Connection timed out (port 25)
Apr 15 21:02:04 sven-desktop postfix/smtp[10953]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Connection timed out (port 25)
Apr 15 21:02:06 sven-desktop postfix/smtp[10957]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Connection timed out (port 25)
Apr 15 21:02:10 sven-desktop postfix/smtp[10964]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Connection timed out (port 25)
Apr 15 21:02:15 sven-desktop postfix/smtp[10916]: connect to gsmtp163.google.com[64.233.163.27]: Connection timed out (port 25)
Apr 15 21:02:15 sven-desktop postfix/smtp[10916]: 3DD7E8740B5: to=<svenvandescheur@gmail.com>, relay=none, delay=150, delays=0.17/0.03/150/0, dsn=4.4.1, status=deferred (connect to gsmtp163.google.com[64.233.163.27]: Connection timed out)
Apr 15 21:02:16 sven-desktop postfix/smtp[11035]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Connection timed out (port 25)
Apr 15 21:02:16 sven-desktop postfix/smtp[11036]: connect to mx3.hotmail.com[65.54.244.72]: Connection timed out (port 25)
Apr 15 21:02:17 sven-desktop postfix/smtp[11043]: connect to mx3.hotmail.com[65.54.244.200]: Connection timed out (port 25)
Apr 15 21:02:34 sven-desktop postfix/smtp[10953]: connect to gsmtp163.google.com[64.233.163.27]: Connection timed out (port 25)
Apr 15 21:02:34 sven-desktop postfix/smtp[10953]: B84768740B9: to=<svenvandescheur@gmail.com>, relay=none, delay=150, delays=0.09/0.02/150/0, dsn=4.4.1, status=deferred (connect to gsmtp163.google.com[64.233.163.27]: Connection timed out)
Apr 15 21:02:36 sven-desktop postfix/smtp[10957]: connect to gsmtp163.google.com[64.233.163.27]: Connection timed out (port 25)
Apr 15 21:02:36 sven-desktop postfix/smtp[10957]: 3ECC58740BA: to=<svenvandescheur@gmail.com>, relay=none, delay=150, delays=0.1/0.02/150/0, dsn=4.4.1, status=deferred (connect to gsmtp163.google.com[64.233.163.27]: Connection timed out)
Apr 15 21:02:40 sven-desktop postfix/smtp[10964]: connect to gsmtp163.google.com[64.233.163.27]: Connection timed out (port 25)
Apr 15 21:02:40 sven-desktop postfix/smtp[10964]: A10708740BB: to=<svenvandescheur@gmail.com>, relay=none, delay=150, delays=0.11/0.01/150/0, dsn=4.4.1, status=deferred (connect to gsmtp163.google.com[64.233.163.27]: Connection timed out)
Apr 15 21:02:46 sven-desktop postfix/smtp[11035]: connect to alt1.gmail-smtp-in.l.google.com[209.85.135.27]: Connection timed out (port 25)
Apr 15 21:02:46 sven-desktop postfix/smtp[11036]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25)
Apr 15 21:02:47 sven-desktop postfix/smtp[11043]: connect to mx4.hotmail.com[65.54.244.232]: Connection timed out (port 25)
Apr 15 21:03:16 sven-desktop postfix/smtp[11035]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Connection timed out (port 25)
Apr 15 21:03:16 sven-desktop postfix/smtp[11036]: connect to mx1.hotmail.com[65.54.244.136]: Connection timed out (port 25)
Apr 15 21:03:17 sven-desktop postfix/smtp[11043]: connect to mx4.hotmail.com[65.54.245.104]: Connection timed out (port 25)
Apr 15 21:03:46 sven-desktop postfix/smtp[11035]: connect to gsmtp163.google.com[64.233.163.27]: Connection timed out (port 25)
Apr 15 21:03:46 sven-desktop postfix/smtp[11035]: 7076B8740BC: to=<svenvandescheur@gmail.com>, relay=none, delay=150, delays=0.04/0/150/0, dsn=4.4.1, status=deferred (connect to gsmtp163.google.com[64.233.163.27]: Connection timed out)
Apr 15 21:03:46 sven-desktop postfix/qmgr[8357]: 446108740BE: to=<svenvandescheur@gmail.com>, relay=none, delay=149, delays=0.03/149/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to gsmtp163.google.com[64.233.163.27]: Connection timed out)
Apr 15 21:03:46 sven-desktop postfix/smtp[11036]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25)
Apr 15 21:03:46 sven-desktop postfix/smtp[11036]: 78C638740BD: to=<svenvandescheur@hotmail.com>, relay=none, delay=150, delays=0.06/0.01/150/0, dsn=4.4.1, status=deferred (connect to mx1.hotmail.com[65.54.244.8]: Connection timed out)
Apr 15 21:03:47 sven-desktop postfix/smtp[11043]: connect to mx2.hotmail.com[65.54.244.40]: Connection timed out (port 25)
Apr 15 21:03:47 sven-desktop postfix/smtp[11043]: 4CE308740BF: to=<svenvandescheur@hotmail.com>, relay=none, delay=150, delays=0.03/0.02/150/0, dsn=4.4.1, status=deferred (connect to mx2.hotmail.com[65.54.244.40]: Connection timed out)
Apr 15 21:20:01 sven-desktop postfix/pickup[8353]: 8427D8740D3: uid=114 from=<smmsp>
Apr 15 21:20:01 sven-desktop postfix/cleanup[12042]: 8427D8740D3: message-id=<20070415192001.8427D8740D3@sven-desktop>
Apr 15 21:20:01 sven-desktop postfix/qmgr[8357]: 8427D8740D3: from=<smmsp@sven-desktop>, size=610, nrcpt=1 (queue active)
Apr 15 21:20:01 sven-desktop postfix/local[12044]: 8427D8740D3: to=<sven@sven-desktop>, orig_to=<root>, relay=local, delay=0.07, delays=0.04/0.01/0/0.02, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Apr 15 21:20:01 sven-desktop postfix/qmgr[8357]: 8427D8740D3: removed
Apr 15 21:34:49 sven-desktop postfix/qmgr[8357]: 3DD7E8740B5: from=<nobody@sven-desktop>, size=300, nrcpt=1 (queue active)
Apr 15 21:34:49 sven-desktop postfix/qmgr[8357]: 3ECC58740BA: from=<nobody@sven-desktop>, size=300, nrcpt=1 (queue active)
Apr 15 21:34:49 sven-desk
feest
 
Posts: 35
Joined: 17. April 2006 13:23

Postby feest » 18. April 2007 14:21

anyone suggestions?
feest
 
Posts: 35
Joined: 17. April 2006 13:23

Next

Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 26 guests