Gå til innhold

lefsaker

Medlemmer
  • Innlegg

    511
  • Ble med

  • Besøkte siden sist

Innlegg skrevet av lefsaker

  1. Må begynne med å si at jeg er totalt n00b innenfor Javascript, men jeg holder på med et infoscreensystem som bruker PHP og mySQL til å hente ut bilder/tekst til skjermene.

     

     

    Jeg bruker følgende galleri-slideshow-script:

    http://smoothslideshow.jondesign.net/

    Basert på mootools.release.83

     

    timed-slideshow.js

     

     

    var timedSlideShow = Class.create();
    
    // implementing the class
    timedSlideShow.prototype = {
    initialize: function(element, data) {
    	this.currentIter = 0;
    	this.lastIter = 0;
    	this.maxIter = 0;
    	this.slideShowElement = element;
    	this.slideShowData = data;
    	this.slideShowInit = 1;
    	this.slideElements = Array();
    	this.slideShowDelay = 15000;
    	this.articleLink = "";
    	this.slideInfoZone = "";
    
    	element.style.display="block";
    
    	this.articleLink = document.createElement('a');
    	this.articleLink.className = 'global';
    	element.appendChild(this.articleLink);
    	this.articleLink.href = "";
    
    	this.maxIter = data.length;
    	for(i=0;i<data.length;i++)
    	{
    		var currentImg = document.createElement('div');
    		currentImg.className = "slideElement";
    		currentImg.style.position="absolute";
    		currentImg.style.left="0px";
    		currentImg.style.top="0px";
    		currentImg.style.margin="0px";
    		currentImg.style.border="0px";
    		currentImg.style.backgroundImage="url('" + data[i][0] + "')";
    		currentImg.style.backgroundPosition="center center";
    
    		this.articleLink.appendChild(currentImg);
    		currentImg.currentOpacity = new fx.Opacity(currentImg, {duration: 400});
    		currentImg.setStyle('opacity',0);
    		this.slideElements[parseInt(i)] = currentImg;
    	}
    
    	this.loadingElement = document.createElement('div');
    	this.loadingElement.className = 'loadingElement';
    	this.articleLink.appendChild(this.loadingElement);
    
    	this.slideInfoZone = document.createElement('div');
    	this.slideInfoZone.className = 'slideInfoZone';
    	this.articleLink.appendChild(this.slideInfoZone);
    	this.slideInfoZone.style.opacity = 0;
    
    	this.doSlideShow();
    },
    destroySlideShow: function(element) {
    	var myClassName = element.className;
    	var newElement = document.createElement('div');
    	newElement.className = myClassName;
    	element.parentNode.replaceChild(newElement, element);
    },
    startSlideShow: function() {
    	this.loadingElement.style.display = "none";
    	this.lastIter = this.maxIter - 1;
    	this.currentIter = 0;
    	this.slideShowInit = 0;
    	this.slideElements[parseInt(this.currentIter)].setStyle('opacity', 1);
    	setTimeout(this.showInfoSlideShow.bind(this),1000);
    	setTimeout(this.hideInfoSlideShow.bind(this),this.slideShowDelay-1000);
    	setTimeout(this.nextSlideShow.bind(this),this.slideShowDelay);
    },
    nextSlideShow: function() {
    	this.lastIter = this.currentIter;
    	this.currentIter++;
    	if (this.currentIter >= this.maxIter)
    	{
    		this.currentIter = 0;
    		this.lastIter = this.maxIter - 1;
    	}
    	this.slideShowInit = 0;
    	this.doSlideShow.bind(this)();
    },
    doSlideShow: function() {
    	if (this.slideShowInit == 1)
    	{
    		imgPreloader = new Image();
    		// once image is preloaded, start slideshow
    		imgPreloader.onload=function(){
    			setTimeout(this.startSlideShow.bind(this),10);
    		}.bind(this);
    		imgPreloader.src = this.slideShowData[0][0];
    	} else {
    		if (this.currentIter != 0) {
    			this.slideElements[parseInt(this.currentIter)].currentOpacity.options.onComplete = function() {
    				this.slideElements[parseInt(this.lastIter)].setStyle('opacity',0);
    			}.bind(this);
    			this.slideElements[parseInt(this.currentIter)].currentOpacity.custom(0, 1);
    		} else {
    			this.slideElements[parseInt(this.currentIter)].setStyle('opacity',1);
    			this.slideElements[parseInt(this.lastIter)].currentOpacity.custom(1, 0);
    		}
    		setTimeout(this.showInfoSlideShow.bind(this),1000);
    		setTimeout(this.hideInfoSlideShow.bind(this),this.slideShowDelay-1000);
    		setTimeout(this.nextSlideShow.bind(this),this.slideShowDelay);
    	}
    },
    showInfoSlideShow: function() {
    	this.articleLink.removeChild(this.slideInfoZone);
    	this.slideInfoZone = document.createElement('div');
    	this.slideInfoZone.styles = new fx.Styles(this.slideInfoZone);
    	this.slideInfoZone.setStyle('opacity',0);
    	var slideInfoZoneTitle = document.createElement('h2');
    	slideInfoZoneTitle.innerHTML = this.slideShowData[this.currentIter][2]
    	this.slideInfoZone.appendChild(slideInfoZoneTitle);
    	var slideInfoZoneDescription = document.createElement('p');
    	slideInfoZoneDescription.innerHTML = this.slideShowData[this.currentIter][3];
    	this.slideInfoZone.appendChild(slideInfoZoneDescription);
    	this.articleLink.appendChild(this.slideInfoZone);
    	this.articleLink.href = this.slideShowData[this.currentIter][1];
    	this.slideInfoZone.className = 'slideInfoZone';
    	this.slideInfoZone.normalHeight = this.slideInfoZone.getStyle('height', true).toInt();
    	this.slideInfoZone.styles.custom({'opacity': [0, 0.7], 'height': [0, this.slideInfoZone.normalHeight]});
    },
    hideInfoSlideShow: function() {
    	this.slideInfoZone.styles.custom({'opacity': [0.7, 0]});
    }
    };
    
    function initTimedSlideShow(element, data) {
    var slideshow = new timedSlideShow(element, data);
    }
    
    function addLoadEvent(func) {
    var oldonload = window.onload;
    if (typeof window.onload != 'function') {
    	window.onload = func;
    } else {
    	window.onload = function() {
    		oldonload();
    		func();
    	}
    }
    }

     

     

     

    For at innholdet på infoskjermene alltid skal være oppdatert ønsker jeg at hver gang presentasjonen av alle skjermbildene er ferdig, skal den laste siden på nytt (for å kjøre mysql-query og oppdatere innholdet), istedenfor å loope presentasjonen.

     

    Er dette vanskelig å få til?

    Trenger dere flere filer?

  2. <script src="js.js"></script>
    <script type="text/javascript">
    
    setTimeout(function(){
    
    	$.get('get.php', {}, function(response){
    
    		if ( $('#myImage').attr('src') != response ) {
    
    			$('#myImage').attr('src', response)
    
    		}
    
    	})
    
    }, 1000);
    
    </script>

    js.js inneholder det samme som den JSfila som ble foreslått.

    get.php inneholder queriet, og den funker om jeg navigerer meg direkte til den.

  3. Var ikke helt sikker hvor jeg skulle putte denne, siden jeg mest sannsynlig må bruke Javascript/AJAX for å få til det jeg ønsker.

     

     

    La oss si at jeg har følgende:

    En database med et felt kalt "link"

    Et PHP script som henter informasjon ut fra databasen

    HTML som putter linken inn i et <img src=""> tag

     

     

    Jeg ønsker at så fort jeg oppdaterer linken i databasen, så skal bildet endre seg, (linken hentes ut på nytt) uten at siden trenger å oppdateres.

     

    Er dette mulig å få til instantly etter oppdatering av databasen?

  4. Blir litt forvirret her når det kommer to muligheter, og jeg ikke får noen av de til å fungere. :no:

     

    Prøver med postfix/sendmail igjen, og får følgende innlegg i logfila, selv om PHP sier at mailen ble sendt:

    Aug 13 01:37:01 web sendmail[3909]: m7CNb1iC003909: from=apache, size=121, class=0, nrcpts=1, msgid=<[email protected]>, relay=apache@localhost
    Aug 13 01:37:01 web postfix/smtpd[3910]: connect from web.curxhaxx[127.0.0.1]
    Aug 13 01:37:01 web postfix/smtpd[3910]: setting up TLS connection from web.curxhaxx[127.0.0.1]
    Aug 13 01:37:01 web sendmail[3909]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Aug 13 01:37:01 web postfix/smtpd[3910]: TLS connection established from web.curxhaxx[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
    Aug 13 01:37:01 web postfix/smtpd[3910]: 8DBF4BF833D: client=web.curxhaxx[127.0.0.1], [email protected]
    Aug 13 01:37:01 web postfix/cleanup[3914]: 8DBF4BF833D: message-id=<[email protected]>
    Aug 13 01:37:01 web sendmail[3909]: m7CNb1iC003909: [email protected], ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30121, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 8DBF4BF833D)
    Aug 13 01:37:01 web postfix/qmgr[3908]: 8DBF4BF833D: from=<[email protected]>,size=630, nrcpt=1 (queue active)
    Aug 13 01:37:01 web postfix/smtpd[3910]: disconnect from web.curxhaxx[127.0.0.1]
    Aug 13 01:37:02 web postfix/smtp[3915]: certificate verification failed for smtp.online.no: num=19:self signed certificate in certificate chain
    Aug 13 01:37:02 web postfix/smtp[3915]: 8DBF4BF833D: to=<[email protected]>,											  relay=smtp.online.no[193.213.115.8]:25, delay=0.77, delays=0.24/0.04/0.26/0.24,dsn=5.1.8, status=bounced (host smtp.online.no[193.213.115.8] said: 553 5.1.8 <a											 [email protected]>... Domain of sender address [email protected] does not exist (in reply to MAIL FROM command))
    Aug 13 01:37:02 web postfix/cleanup[3914]: 5B306BF8340: message-id=<[email protected]>
    Aug 13 01:37:02 web postfix/qmgr[3908]: 5B306BF8340: from=<>, size=2601, nrcpt=1(queue active)
    Aug 13 01:37:02 web postfix/bounce[3916]: 8DBF4BF833D: sender non-delivery notif ication: 5B306BF8340
    Aug 13 01:37:02 web postfix/qmgr[3908]: 8DBF4BF833D: removed
    Aug 13 01:37:02 web postfix/local[3917]: 5B306BF8340: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=0.06, delays=0/0.03/0/0.03, dsn=2.0.0, status=sent (delivered to mailbox)
    Aug 13 01:37:02 web postfix/qmgr[3908]: 5B306BF8340: removed
    [root@web ~]#
    You have new mail in /var/spool/mail/root

  5. 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

  6. 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

  7. 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

×
×
  • Opprett ny...