jzola

Hozzászólások

10 bejegyzés megtekintése - 1-10 / 21
  • Szerző
    Bejegyzés
  • Hozzászólás: postfix+mysql alias #1989438
    jzola
    Felhasználó

      miért van az hogy ha helyi gépen saját magára küldök levelet akkor a vírus írtón meg spam cuccon ne megy át, viszont a kivülrõl küldök igen??

      Mikor külsõ smtp rõl küldöm:

      Dec 19 22:40:46 powergep postfix/smtpd[19434]: connect from domain.hu[195.38.126.xxx]
      Dec 19 22:40:46 powergep postfix/smtpd[19434]: disconnect from domain.hu[195.38.126.xxx]
      Dec 19 22:41:00 powergep postfix/smtpd[19434]: connect from dumballah.tvnet.hu[195.38.96.23]
      Dec 19 22:41:00 powergep postfix/smtpd[19434]: B9DDDDC90C: client=dumballah.tvnet.hu[195.38.96.23]
      Dec 19 22:41:00 powergep postfix/cleanup[19436]: B9DDDDC90C: message-id=
      Dec 19 22:41:00 powergep postfix/qmgr[15968]: B9DDDDC90C: from=, size=1403, nrcpt=1 (queue active)
      Dec 19 22:41:00 powergep postfix/smtpd[19434]: disconnect from dumballah.tvnet.hu[195.38.96.23]
      Dec 19 22:41:00 powergep postfix/smtpd[19438]: connect from localhost[127.0.0.1]
      Dec 19 22:41:00 powergep postfix/smtpd[19438]: D2D99DC96F: client=localhost[127.0.0.1]
      Dec 19 22:41:00 powergep postfix/cleanup[19436]: D2D99DC96F: message-id=
      Dec 19 22:41:00 powergep postfix/qmgr[15968]: D2D99DC96F: from=, size=1829, nrcpt=1 (queue active)
      Dec 19 22:41:00 powergep postfix/smtpd[19438]: disconnect from localhost[127.0.0.1]
      Dec 19 22:41:00 powergep amavis[25946]: (25946-04) Passed, -> , Message-ID: , Hits: –
      Dec 19 22:41:00 powergep postfix/smtp[19437]: B9DDDDC90C: to=, orig_to=, relay=127.0.0.1[127
      .0.0.1], delay=0, status=sent (250 2.6.0 Ok, id=25946-04, from MTA: 250 Ok: queued as D2D99DC96F)
      Dec 19 22:41:00 powergep postfix/qmgr[15968]: B9DDDDC90C: removed
      Dec 19 22:41:00 powergep postfix/pickup[18081]: E62FBDC970: uid=23 from=
      Dec 19 22:41:00 powergep postfix/cleanup[19443]: E62FBDC970: message-id=
      Dec 19 22:41:00 powergep postfix/pipe[19439]: D2D99DC96F: to=, relay=filter, delay=0, status=sent (powergep.domain2.hu
      )
      Dec 19 22:41:00 powergep postfix/qmgr[15968]: D2D99DC96F: removed
      Dec 19 22:41:00 powergep postfix/qmgr[15968]: E62FBDC970: from=, size=1940, nrcpt=1 (queue active)
      Dec 19 22:41:00 powergep postfix/virtual[19448]: E62FBDC970: to=, relay=virtual, delay=0, status=sent (delivered t
      o maildir)
      Dec 19 22:41:00 powergep postfix/qmgr[15968]: E62FBDC970: removed



      Mikor saját smpt jérõl küldöm:

      Dec 19 22:42:11 powergep postfix/pickup[18081]: 34200DC96F: uid=65534 from=
      Dec 19 22:42:11 powergep postfix/cleanup[19443]: 34200DC96F: message-id=
      Dec 19 22:42:11 powergep postfix/qmgr[15968]: 34200DC96F: from=, size=736, nrcpt=1 (queue active)
      Dec 19 22:42:11 powergep postfix/virtual[19448]: 34200DC96F: to=, relay=virtual, delay=0, status=sent (delivered t
      o maildir)
      Dec 19 22:42:11 powergep postfix/qmgr[15968]: 34200DC96F: removed

      hol a hiba???

      master.cf



      # ==========================================================================
      # service type private unpriv chroot wakeup maxproc command + args
      # (yes) (yes) (yes) (never) (100)
      # ==========================================================================
      smtp inet n – y – – smtpd
      # -o content_filter=filter:
      -o content_filter=smtp-amavis:[127.0.0.1]:10024
      # -o cleanup_service_name=pre-cleanup
      filter unix – n n – – pipe
      flags=Rq user=filter argv=/usr/local/sbin/filter.sh -f ${sender} — ${recipient}
      #628 inet n – – – – qmqpd
      pickup fifo n – – 60 1 pickup
      -o cleanup_service_name=pre-cleanup
      #Stop Postfix from cleaning emails before sending to amavis
      pre-cleanup unix n – n – 0 cleanup
      -o virtual_alias_maps=
      -o canonical_maps=
      -o sender_canonical_maps=
      -o recipient_canonical_maps=
      -o masquerade_domains
      #Regular messsages can get cleaned up
      cleanup unix n – – – 0 cleanup
      -o mime_header_checks=
      -o nested_header_checks=
      -o body_checks=
      -o header_checks=

      qmgr fifo n – – 300 1 qmgr
      #qmgr fifo n – – 300 1 nqmgr
      rewrite unix – – – – – trivial-rewrite
      bounce unix – – – – 0 bounce
      defer unix – – – – 0 bounce
      flush unix n – – 1000? 0 flush
      proxymap unix – – n – – proxymap
      smtp unix – – – – – smtp
      relay unix – – – – – smtp
      # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
      showq unix n – – – – showq
      error unix – – – – – error
      local unix – n n – – local
      virtual unix – n n – – virtual
      lmtp unix – – n – – lmtp

      #
      # Interfaces to non-Postfix software. Be sure to examine the manual
      # pages of the non-Postfix software to find out what options it wants.
      #
      # maildrop. See the Postfix MAILDROP_README file for details.
      #
      #maildrop unix – n n – – pipe
      # flags=DRhu user=filter argv=/usr/lib/courier/bin/maildrop -w 90 -d ${recipient}
      #
      # The Cyrus deliver program has changed incompatibly, multiple times.
      cyrus unix – n n – – pipe
      flags=R user=cyrus argv=/usr/sbin/cyrdeliver -e -m „${extension}” ${user}
      # Cyrus 2.1.5 (Amos Gouaux)
      #cyrus unix – n n – – pipe
      # user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
      uucp unix – n n – – pipe
      flags=Fqhu user=uucp argv=uux -r -n -z -a$sender – $nexthop!rmail ($recipient)
      ifmail unix – n n – – pipe
      flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
      bsmtp unix – n n – – pipe
      flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient
      scalemail-backend unix – n n – 2 pipe
      flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}

      # only used by postfix-tls
      #tlsmgr fifo – – n 300 1 tlsmgr
      #smtps inet n – n – – smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
      #587 inet n – n – – smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
      trace unix – – – – 0 bounce
      verify unix – – – – 1 verify

      #the amavis connector, to send to amavis
      smtp-amavis unix – – – – 2 smtp
      -o smtp_data_done_timeout=1200
      -o disable_dns_lookups=yes

      #The amavis reciever
      127.0.0.1:10025 inet n – y – – smtpd
      -o content_filter=filter:
      -o local_recipient_maps=
      -o relay_recipient_maps=
      -o smtpd_restriction_classes=
      -o smtpd_client_restrictions=
      -o smtpd_helo_restrictions=
      -o smtpd_sender_restrictions=
      -o smtpd_recipient_restrictions=permit_mynetworks,reject
      -o mynetworks=127.0.0.0/8
      -o mynetworks_style=host
      -o strict_rfc821_envelopes=yes

      Hozzászólás: postfix+mysql alias #1989437
      jzola
      Felhasználó

        1x nem jutok elõrébb ebben a postfix es alias problémában…

        nem hiszem el hogy senki nem vágja ezt!!!

        már az is nagy segítség lenne, ha valaki akinek mysql el van megoldva a dolog, és mûködik local ban is az alias átküldené a config fájlját !!!!!

        jzola@mailbox.hu

        Hozzászólás: postfix+mysql alias #1989436
        jzola
        Felhasználó

          ha nem a szerverrõl(localba) küldök levelet alias ra jól mûködik! kivülrõl tökéletes.

          van postfix nak valami local ra vonatkozó beállítása, vagy máshogy küldi localba??

          Hozzászólás: postfix+mysql alias #1989435
          jzola
          Felhasználó

            már vagy egy rahedli oldalt átnéztem de semmi…. 🙁

            Hozzászólás: Mic-es komunikációs program #1989440
            jzola
            Felhasználó

              http://www.goteamspeak.com/

              linux/windows szerver kell a többi meg kliens,kis sávszélességet „zabál”

              csak sajna rohadékok ugynézki ezt is fizetössé teszik majd <_<

              Hozzászólás: Apache Php4+php5 #1958551
              jzola
              Felhasználó

                rosszul magyaráztam… lehet.. 🙁
                nem a böngészõ akar proxyn menni, proxy t csak a 2 szerver végzi…
                a gond, hogy böngészõnek küldött cím nem 80 portû lesz hanem 8080. ez a gond, azt kéne megoldani, hogy ami vissza jövõ url bõl a 8080 portot átírja 80 ra

                Hozzászólás: Apache Php4+php5 #1958549
                jzola
                Felhasználó

                  Valami Rewrite szabályt kéne felállítani, hogy a 8080 as portokat írja át 80 asra.

                  nem csinált még senki ilyet?
                  vagy aki megcsinálta a php4 php5 modulként való futtatását, hogyan csinálta, cgi és más megoldáson kívûl?

                  Hozzászólás: ICH5R SATA Raid 1, hogyan?? #1936504
                  jzola
                  Felhasználó

                    köszi
                    még anynit hogy akienk SATAS vinyója van nyomjon már légyszi egy hdparm -tT devices t és írja már be hogy õ mennyit kapott… kössz

                    Hozzászólás: ICH5R SATA Raid 1, hogyan?? #1936501
                    jzola
                    Felhasználó

                      már softwaresen akarom megoldani, azt modnták az mdadm program jó arra hogy létrehozzam. csak nem vágom a mdadm progit..

                      most ide vinyón van a rendszer 4-5 partcióval, és létrehozom a raid 1 et a 2 sata s vinyóból akkor hogy másolom át a particiókat vagy ez hogy mûködik??

                      a hardwares „ál” raid vezérlõ behozásáról már lemondtam!!
                      tehát softwaresen kell meggoldanom

                      Hozzászólás: a linuxforum szerver mikor lesz mar jo?? #1926332
                      jzola
                      Felhasználó

                        ez igy akkor is szar!
                        mire belenézek 1 forumba 1 perc!!!! és ha még írni is akarok még több grrr

                      10 bejegyzés megtekintése - 1-10 / 21