Commit Graph

235 Commits

Author SHA256 Message Date
Peter Varkoly
c4016f5856 - bnc#796162 - script to assign path elements not working in postfix install Build-0284(iso)
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=157
2013-01-17 22:03:40 +00:00
Peter Varkoly
c11c23b4ca Accepting request 147975 from home:computersalat:devel:mail
rebase patches

OBS-URL: https://build.opensuse.org/request/show/147975
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=156
2013-01-14 08:34:26 +00:00
Peter Varkoly
abe615600e - update to 2,9.5
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=155
2013-01-10 15:08:55 +00:00
Peter Varkoly
dcdcda0a8e - update to 2,9.4
* tls support:
     Support to turn off the TLSv1.1 and TLSv1.2 protocols:
     To temporarily turn off problematic protocols globally:
     /etc/postfix/main.cf:
       smtp_tls_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
       smtp_tls_mandatory_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
     However, it may be better to temporarily turn off problematic
     protocols for broken sites only:
     /etc/postfix/main.cf:
       smtp_tls_policy_maps = hash:/etc/postfix/tls_policy
     /etc/postfix/tls_policy:
       example.com         may protocols=!SSLv2:!TLSv1.1:!TLSv1.2
  * 20111012 To simplify integration with third-party
     applications, the Postfix sendmail command now always transforms
     all input lines ending in <CR><LF> into UNIX format (lines ending
     in <LF>). Specify "sendmail_fix_line_endings = strict" to restore
     historical Postfix behavior (i.e. convert all input lines ending
     in <CR><LF> only if the first line ends in <CR><LF>).
  * 20120114 Logfile-based alerting systems may need to be
     updated to look for "error" messages in addition to "fatal" messages.
     Specify "daemon_table_open_error_is_fatal = yes" to get the historical
     behavior (immediate termination with "fatal" message).
  * enable_long_queue_ids Postfix 2.9 introduces support for non-repeating queue IDs (also
     used as queue file names). These names are encoded in a mix of upper
     case, lower case and decimal digit characters.  Long queue IDs are
     disabled by default to avoid breaking tools that parse logfiles and
     that expect queue IDs with the smaller [A-F0-9] character set.
  * 20111209 memcache lookup and update support. This provides
     a way to share postscreen(8) or verify(8) caches between Postfix

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=154
2013-01-10 15:05:52 +00:00
Christian Wittmer
cba2e1280c Accepting request 145539 from home:computersalat:devel:mail
update to 2.8.13

OBS-URL: https://build.opensuse.org/request/show/145539
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=152
2012-12-15 17:09:41 +00:00
Peter Varkoly
39b2cf4166 - bnc#790141 - Command SuSEconfig.postfix reports ERROR -
"can not find /lib/YaST/SuSEconfig.functions!!"

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=151
2012-12-14 06:00:56 +00:00
Peter Varkoly
4fa7c6c4ce Working on a solution on all bugs coused by SuSEconfig
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=149
2012-11-07 10:19:52 +00:00
Christian Wittmer
423ba78ec2 Accepting request 131303 from home:computersalat:devel:mail
update to 2.8.12

OBS-URL: https://build.opensuse.org/request/show/131303
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=147
2012-08-21 15:29:38 +00:00
Peter Varkoly
32985961ee - bnc#771811 - postfix update does not regenerate the maps
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=145
2012-07-19 06:53:36 +00:00
Peter Varkoly
80ff77fdb3 - Bugfix (introduced Postfix 2.4): the event_drain() function
was comparing bitmasks incorrectly causing the program to
  always wait for the full time limit. This error affected
  the unused postkick command, but only after s/fifo/unix/
  in master.cf.  File: util/events.c.
-  Cleanup: laptop users have always been able to avoid
   unnecessary disk spin-up by doing s/fifo/unix/ in master.cf
   (this is currently not supported on Solaris systems).
   However, to make this work reliably, the "postqueue -f"
   command must wait until its requests have reached the pickup
   and qmgr servers before closing the UNIX-domain request
   sockets.  Files: postqueue/postqueue.c, postqueue/Makefile.in.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=143
2012-06-11 09:53:01 +00:00
Peter Varkoly
2f5a53e518 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=141 2012-05-09 10:28:12 +00:00
Peter Varkoly
f3af099425 - bnc#753910 - {name} instead of %{name} in postfix .spec
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=140
2012-05-09 10:07:57 +00:00
Christian Wittmer
6fc137255b Accepting request 116408 from home:computersalat:devel:mail
update to 2.8.10

OBS-URL: https://build.opensuse.org/request/show/116408
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=138
2012-05-04 08:47:32 +00:00
Peter Varkoly
c3df718269 - bnc#756450 - postfix: remove version from banner
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=136
2012-04-12 08:16:28 +00:00
Christian Wittmer
66b2b31609 Accepting request 107223 from home:computersalat:devel:mail
update to 2.8.8

OBS-URL: https://build.opensuse.org/request/show/107223
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=125
2012-02-29 14:44:33 +00:00
Peter Varkoly
f6ff91d4c2 - bnc#743369 - yast2 mail module does not open the firewall
- Set MD5DIR in SuSEconfig.postfix to avoid warnings

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=122
2012-01-25 15:13:45 +00:00
Peter Varkoly
87b768e7ad - bnc738693 - upgrade from 11.4 enables mysql service for systemd
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=119
2012-01-17 11:15:16 +00:00
Peter Varkoly
75a3669f78 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=117 2012-01-11 14:22:51 +00:00
Peter Varkoly
e7a9546bb7 - bnc#738900 - cyrus-imapd not receiving mail from postfix
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=116
2012-01-11 14:22:18 +00:00
Peter Varkoly
342228c432 - Move the post map rebuild script into the start script
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=113
2011-12-13 14:51:10 +00:00
Peter Varkoly
30094cd61d - Fix the last change in %post
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=110
2011-12-06 11:04:39 +00:00
Peter Varkoly
457e02b544 - bnc#728308 - warning output after update the postfix package
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=107
2011-12-02 06:45:03 +00:00
Peter Varkoly
9aee3b6516 - update to 2.8.7
Bugfixes:
  smtpd(8) did not sanitize newline characters in cleanup(8)
     REJECT messages, causing them to be sent out via SMTP as bare newline characters.
  smtpd(8) sent multi-line responses from a before-queue content filter as text with
     bare <LF> instead of <CR><LF>.  
  Workaround: postscreen sent non-compliant SMTP responses (220- followed by 421)
     when it could not give a connection to a real smtpd process, causing some
     remote SMTP clients to bounce mail.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=104
2011-11-09 20:12:10 +00:00
Peter Varkoly
f3e7f3bdc4 - Use the systemd macros in the spec file
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=101
2011-11-03 15:56:57 +00:00
Christian Wittmer
a786c09aef Accepting request 87871 from home:-miska-
- only fix files that exists in %post
  (fixes build in arm port)

OBS-URL: https://build.opensuse.org/request/show/87871
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=99
2011-10-15 14:18:03 +00:00
Peter Varkoly
e86b4cb85a Accepting request 87151 from home:elvigia:branches:server:mail
- Use SSL_MODE_RELEASE_BUFFERS if available, see 
  SSL_CTX_set_mode man page and 
  http://www.imperialviolet.org/2010/06/25/overclocking-ssl.html
  for the full details.

OBS-URL: https://build.opensuse.org/request/show/87151
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=97
2011-10-10 06:27:24 +00:00
Peter Varkoly
bd7f2dd9ee Accepting request 81113 from home:computersalat:devel:mail
update to 2.8.5

OBS-URL: https://build.opensuse.org/request/show/81113
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=96
2011-09-06 15:35:26 +00:00
OBS User buildservice-autocommit
89ed901b85 Updating link to change in openSUSE:Factory/postfix revision 77.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=efbc29a3034204f1934d524da96d4e75
2011-08-22 13:28:08 +00:00
Peter Varkoly
b5d1cc4446 - bnc#684304 - server:mail/postfix: Bugs in SuSEconfig chroot setup script
- Aplly SASL_SOCKET_DIR patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=94
2011-08-22 09:33:02 +00:00
OBS User buildservice-autocommit
73f0d3b1a6 Updating link to change in openSUSE:Factory/postfix revision 75.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=193476cb752ab58a73e47bb49fbd0a72
2011-08-18 12:05:37 +00:00
Peter Varkoly
281953ba26 - Move SuSEconfig.postfix into /usr/sbin/
(FATE#311272: Do not rewrite postfix.cf via SuSEconfig)
  SuSEconfig.postfix will be executed only once after installation
  automaticaly. Afterwards only you can start it manually or via
  yast2 mail module.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=92
2011-08-18 09:35:16 +00:00
Dr. Werner Fink
6e01196009 .
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=91
2011-08-12 16:44:59 +00:00
OBS User buildservice-autocommit
bd7c40a064 Updating link to change in openSUSE:Factory/postfix revision 73.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=7e4117604c8b6f49e5eb3d988fe9009c
2011-08-09 14:22:24 +00:00
Christian Wittmer
5fac98a1fc fix spec, patch -p0 :)
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=88
2011-07-25 19:51:19 +00:00
Christian Wittmer
c8073bb27e Accepting request 76931 from home:computersalat:devel:mail
fix CHROOT and SASL_SOCKET

OBS-URL: https://build.opensuse.org/request/show/76931
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=87
2011-07-25 19:30:37 +00:00
OBS User buildservice-autocommit
1f8a72376e Updating link to change in openSUSE:Factory/postfix revision 71.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=297e6601e995b5e3044631c1a2ec0237
2011-07-13 11:12:06 +00:00
Peter Varkoly
cc1620e54a Accepting request 76068 from home:computersalat:devel:mail
update to 2.8.4

OBS-URL: https://build.opensuse.org/request/show/76068
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=85
2011-07-12 04:45:30 +00:00
Christian Wittmer
4cbdf63b70 fix build
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=84
2011-07-09 17:12:46 +00:00
Peter Varkoly
872d0ec310 - bnc#686436 - postfix bounces messages with improper use of 8-bit data in message body
- Apply patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=83
2011-07-06 13:11:28 +00:00
Christian Wittmer
066d28c93b Accepting request 75002 from home:computersalat:devel:mail
some master.cf fixes

OBS-URL: https://build.opensuse.org/request/show/75002
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=82
2011-07-01 12:45:31 +00:00
Peter Varkoly
7c6e0902d2 new old auxiliary files
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=81
2011-06-01 11:42:18 +00:00
Peter Varkoly
a3d2217648 - fix spec for building on all repos
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=80
2011-05-28 04:25:45 +00:00
OBS User buildservice-autocommit
a701359ac4 Updating link to change in openSUSE:Factory/postfix revision 69.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=4b5779fc8488765089d47b7a1e176245
2011-05-26 08:24:08 +00:00
Peter Varkoly
2f077fe1bb - bnc#679187 - suseconfig/postfix: missing dependency
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=78
2011-05-24 10:26:19 +00:00
Christian Wittmer
a32809a57b Accepting request 70502 from home:computersalat:devel:mail
fix master.cf

OBS-URL: https://build.opensuse.org/request/show/70502
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=77
2011-05-17 22:52:01 +00:00
OBS User buildservice-autocommit
f80fb45e86 Updating link to change in openSUSE:Factory/postfix revision 67.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=6312f1c8834fce8014059e683ae3283a
2011-05-16 07:22:37 +00:00
Christian Wittmer
d737fb736c Accepting request 70284 from home:computersalat:devel:mail
rework tls stuff, fix post-install, update vda patch

OBS-URL: https://build.opensuse.org/request/show/70284
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=74
2011-05-15 14:21:14 +00:00
Peter Varkoly
a903a5b25b clean up
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=72
2011-05-11 08:33:37 +00:00
Peter Varkoly
1a3ae8cbfe - update to 2.8.3 - VUL-0: postfix memory corruption
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=70
2011-05-10 10:50:20 +00:00
Peter Varkoly
b1803b3b67 Fixing permissions
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=69
2011-05-04 11:36:12 +00:00
Peter Varkoly
384f076982 - Use original main.cf and master.cf
- Let install READMES by postfix-install

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=68
2011-05-04 08:08:55 +00:00
Peter Varkoly
c5b649ec16 We always use tls
Make %post section exit status safer

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=67
2011-05-02 08:40:39 +00:00
Peter Varkoly
9c0b35a005 bnc#684302 - postfix packaging bugs break setups (in stock 11.4 and server:mail/postfix
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=66
2011-04-12 12:59:50 +00:00
OBS User buildservice-autocommit
4bfdb37f03 Updating link to change in openSUSE:Factory/postfix revision 65.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=15c7f93c68ab116d1e0534a04664b173
2011-04-11 07:00:22 +00:00
OBS User buildservice-autocommit
6a6e790fb8 Updating link to change in openSUSE:Factory/postfix revision 63.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=b95f3a31e47847be9d3507bc8ab6a8ba
2011-03-31 07:47:26 +00:00
Peter Varkoly
11539d9c10 - update to 2.8.2
* DNSBL/DNSWL:
    o Support for address patterns in DNS blacklist and whitelist lookup results.
    o The Postfix SMTP server now supports DNS-based whitelisting with several safety features
  * Support for read-only sqlite database access.
  * Alias expansion:
    o Postfix now reports a temporary delivery error when the result
      of virtual alias expansion would exceed the virtual_alias_recursion_limit
      or virtual_alias_expansion_limit.
    o To avoid repeated delivery to mailing lists with pathological
      nested alias configurations, the local(8) delivery agent now keeps
      the owner-alias attribute of a parent alias, when delivering mail
      to a child alias that does not have its own owner alias.
  * The Postfix SMTP client no longer appends the local domain when
    looking up a DNS name without ".".
  * The SMTP server now supports contact information that is appended
    to "reject" responses: smtpd_reject_footer
  * Postfix by default no longer adds a "To: undisclosed-recipients:;"
    header when no recipient specified in the message header.
  * tls support:
    o The Postfix SMTP server now always re-computes the SASL mechanism
      list after successful completion of the STARTTLS command.
    o The smtpd_starttls_timeout default value is now stress-dependent.
    o Postfix no longer appends the system-supplied default CA certificates
      to the lists specified with *_tls_CAfile or with *_tls_CApath.
  * New feature: Prototype postscreen(8) server that runs a number
    of time-consuming checks in parallel for all incoming SMTP connections,
    before clients are allowed to talk to a real Postfix SMTP server.
    It detects clients that start talking too soon, or clients that appear

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=62
2011-03-30 22:00:52 +00:00
Peter Varkoly
121418f3c3 bnc#667299 - Postfix LICENSE not marked as documentation
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=60
2011-02-10 11:44:16 +00:00
OBS User buildservice-autocommit
c016f3329c Updating link to change in openSUSE:Factory/postfix revision 58.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=88559560648203b138f89dd01ea0303f
2011-02-01 14:11:40 +00:00
Christian Wittmer
194cf651d2 Accepting request 58474 from home:computersalat:devel:mail
no complain, hence self accept

OBS-URL: https://build.opensuse.org/request/show/58474
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=58
2011-01-31 08:37:02 +00:00
OBS User buildservice-autocommit
305c62b36c Updating link to change in openSUSE:Factory/postfix revision 56.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=70a98a1e816cdce513ff2ef0154f168c
2011-01-10 09:43:15 +00:00
Cristian Rodríguez
3ee76b1e4e Accepting request 57075 from home:computersalat:devel:mail
OBS-URL: https://build.opensuse.org/request/show/57075
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=56
2011-01-07 18:21:49 +00:00
OBS User buildservice-autocommit
acd06eca6f Updating link to change in openSUSE:Factory/postfix revision 54.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=a9b7574453d91724cabd04f11cc040a6
2010-12-28 23:31:33 +00:00
Andreas Schneider
994a243dc1 Accepting request 55672 from home:computersalat:devel:mail
OBS-URL: https://build.opensuse.org/request/show/55672
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=54
2010-12-22 17:52:42 +00:00
Peter Varkoly
70d3fd0f64 Accepting request 55152 from home:coolo:branches:openSUSE:Factory
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/55152
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=53
2010-12-08 13:27:54 +00:00
OBS User buildservice-autocommit
236e8ece52 Updating link to change in openSUSE:Factory/postfix revision 52.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=4e9c0853187c4fdfba06f68b9f7b8807
2010-08-13 22:00:45 +00:00
OBS User autobuild
8d7f684c45 Accepting request 45513 from server:mail
checked in (request 45513)

OBS-URL: https://build.opensuse.org/request/show/45513
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=50
2010-08-13 22:00:44 +00:00
Peter Varkoly
f5c71c9dfe Remove obsolate poststripts
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=49
2010-08-12 18:58:14 +00:00
OBS User autobuild
7a6592aefe Accepting request 42683 from server:mail
checked in (request 42683)

OBS-URL: https://build.opensuse.org/request/show/42683
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=47
2010-07-19 11:37:15 +00:00
OBS User autobuild
99d4c9d7e5 Accepting request 41316 from server:mail
checked in (request 41316)

OBS-URL: https://build.opensuse.org/request/show/41316
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=43
2010-06-11 08:26:43 +00:00
Peter Varkoly
4780689a8d - update to 2.7.1
* Bugfix (introduced Postfix 2.6) in the XFORWARD implementation,
      which sends remote SMTP client attributes through SMTP-based content filters.
      The Postfix SMTP client did not skip "unknown" SMTP client attributes,
      causing a syntax error when sending an "unknown" client PORT attribute.
    * Robustness: skip LDAP queries with non-ASCII search strings, instead of failing with a database lookup error.
    * Safety: Postfix processes now log a warning when a matchlist has
      a #comment at the end of a line (for example mynetworks or relay_domains).
    * Portability: OpenSSL 1.0.0 changes the priority of anonymous cyphers.
    * Portability: Berkeley DB 5.x is now supported.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=42
2010-06-10 11:11:13 +00:00
OBS User buildservice-autocommit
5b710a872d Updating link to change in openSUSE:Factory/postfix revision 47.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=b39225061fba4e1a50161e331c8ddb42
2010-04-13 19:38:42 +00:00
OBS User autobuild
7de5beedf5 Accepting request 37592 from server:mail
checked in (request 37592)

OBS-URL: https://build.opensuse.org/request/show/37592
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=40
2010-04-13 19:38:41 +00:00
Peter Varkoly
69d6f28f73 type
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=39
2010-04-07 14:01:15 +00:00
Peter Varkoly
96c09fe6a3 - New file check_mail_queue. This script checks if there are some
mails in the queue and starts postfix if necessary. After delivering
  the mails postfix will be stoped.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=38
2010-04-07 12:40:58 +00:00
OBS User buildservice-autocommit
85238cb583 Updating link to change in openSUSE:Factory/postfix revision 46.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=cc34773aee7ffb2888ab9aa40736aa79
2010-04-01 13:25:20 +00:00
OBS User autobuild
cdb57565c2 Accepting request 33648 from server:mail
checked in (request 33648)

OBS-URL: https://build.opensuse.org/request/show/33648
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=35
2010-03-05 01:12:29 +00:00
Peter Varkoly
7dc2bd7a6a Update to 2.7.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=32
2010-02-25 16:02:00 +00:00
OBS User buildservice-autocommit
bdfe879a59 Updating link to change in openSUSE:Factory/postfix revision 43.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=7795a5baa1012dc0e503e0e2e969eae3
2010-02-12 20:17:29 +00:00
OBS User autobuild
c0475dc719 checked in (request 32364)
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=30
2010-02-12 20:17:28 +00:00
Stephan Kulow
dd8778cfbd Accepting request 32318 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/postfix via accept of submit request 32318 revision 2.
Request was accepted with message:
pushing it myself

OBS-URL: https://build.opensuse.org/request/show/32318
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=29
2010-02-11 15:17:19 +00:00
OBS User buildservice-autocommit
49d4b528e3 Updating link to change in openSUSE:Factory/postfix revision 42.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=6ba049571e2b73e374d502c742c87c43
2010-02-05 13:02:44 +00:00
OBS User autobuild
3fde0ab917 checked in (request 31352)
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=28
2010-02-05 13:02:43 +00:00
Peter Varkoly
b87567bf9f fix PreReq
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=27
2010-02-02 16:31:30 +00:00
Peter Varkoly
fa24fc992b - bnc#567569 - Postfix: move ldap support to a separate package
- bnc#557239 - postfix delivers mail to user's home instead of /var/spool/mail

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=26
2010-02-02 15:48:10 +00:00
OBS User buildservice-autocommit
99f333daa9 Updating link to change in openSUSE:Factory/postfix revision 41.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=a48ac3221e0d9bb9eb80eb8317d717d4
2010-01-21 10:04:31 +00:00
OBS User autobuild
353380d15a checked in (request 29851)
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=25
2010-01-21 10:04:30 +00:00
Stephan Kulow
d63c2fd81a Accepting request 28076 from home:computersalat:devel:mail
Copy from home:computersalat:devel:mail/postfix via accept of submit request 28076 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28076
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=24
2010-01-11 20:32:19 +00:00
b31ea2d4f2 Accepting request 26871 from home:jengelh:branches:server:mail
Copy from home:jengelh:branches:server:mail/postfix via accept of submit request 26871 revision 3.
Request was accepted with message:
thanks!

OBS-URL: https://build.opensuse.org/request/show/26871
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=23
2010-01-06 14:03:12 +00:00
OBS User buildservice-autocommit
437b5f14fc Updating link to change in openSUSE:Factory/postfix revision 40.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=9245ea2a78938a83f957965fb16eb208
2009-12-11 12:34:58 +00:00
OBS User autobuild
a424a81236 checked in
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=21
2009-12-11 12:34:57 +00:00
Peter Varkoly
4b018bb53b postfix update script did not work until now. Nobody has missed it.
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=19
2009-12-10 12:53:55 +00:00
Peter Varkoly
fc9854e4da - Fix the %post section add missed %{fillup_only -an mail}
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=18
2009-12-08 18:16:29 +00:00
Peter Varkoly
9405236dbd Fix the post script
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=17
2009-12-08 14:39:43 +00:00
OBS User autobuild
a5490347ac checked in
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=16
2009-11-27 12:42:42 +00:00
Peter Varkoly
d288a80bd6 - Avoid append relay multiple times in POSTFIX_MAP_LIST
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=14
2009-11-24 11:19:11 +00:00
Peter Varkoly
a41fc89edb make changes in SMTPD_LISTEN_REMOTE visuable for admin
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=12
2009-11-21 14:34:57 +00:00
Peter Varkoly
218d581ced bnc#549612 – SuSEconfig.postfix
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=10
2009-10-26 13:35:30 +00:00
OBS User autobuild
3656374f36 Accepting request 24958 from server:mail
Copy from server:mail/postfix based on submit request 24958 from user varkoly

OBS-URL: https://build.opensuse.org/request/show/24958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=39
2009-11-27 12:42:46 +00:00
OBS User autobuild
f0ff8ace09 Accepting request 21172 from server:mail
Copy from server:mail/postfix based on submit request 21172 from user varkoly

OBS-URL: https://build.opensuse.org/request/show/21172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=37
2009-10-12 14:51:23 +00:00
OBS User unknown
8f38b6a1f2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=36 2009-07-23 14:00:50 +00:00
OBS User unknown
d6d25dce32 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=35 2009-01-12 11:08:17 +00:00
OBS User unknown
22fd003a54 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=34 2009-01-12 01:12:26 +00:00
OBS User unknown
fa3066c5f5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=33 2009-01-09 00:51:30 +00:00
OBS User unknown
7656dc65b7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=32 2008-11-20 15:16:10 +00:00
OBS User unknown
42976bd217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=31 2008-11-04 17:06:01 +00:00
OBS User unknown
16b657fe83 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=30 2008-10-22 16:42:21 +00:00
OBS User unknown
9a5f0949d7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=29 2008-09-13 10:02:46 +00:00
OBS User unknown
cd1959ea70 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=28 2008-08-26 00:19:55 +00:00
OBS User unknown
0cd9c2d180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=27 2008-08-06 23:34:35 +00:00
OBS User unknown
910f2dd50c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=26 2008-07-11 21:11:18 +00:00
OBS User unknown
6b2bf7c6d4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=25 2008-06-23 23:28:09 +00:00
OBS User unknown
90cdb44267 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=24 2008-05-17 00:05:25 +00:00
OBS User unknown
abf00d645c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=23 2008-04-01 21:00:50 +00:00
OBS User unknown
f2ae6e99b8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=22 2008-02-28 01:03:40 +00:00
OBS User unknown
8cd640ac79 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=21 2008-02-15 00:38:21 +00:00
OBS User unknown
7d59468fd6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=20 2008-02-01 22:38:24 +00:00
OBS User unknown
97ea7e3129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=19 2008-01-08 09:38:21 +00:00
OBS User unknown
b975a66f3f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=18 2007-12-31 21:37:22 +00:00
OBS User unknown
400b7c1333 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=17 2007-12-06 15:30:40 +00:00
OBS User unknown
a689ec509b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=16 2007-10-22 16:39:54 +00:00
OBS User unknown
64e03bbc7a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=15 2007-10-17 10:15:06 +00:00
OBS User unknown
06d51131a6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=14 2007-10-08 14:52:13 +00:00
OBS User unknown
6ef7fa2254 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=13 2007-09-10 10:57:43 +00:00
OBS User unknown
0f107e9f33 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=12 2007-09-03 22:41:39 +00:00
OBS User unknown
217f9f1306 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=11 2007-09-03 16:42:24 +00:00
OBS User unknown
937bd9a794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=10 2007-08-06 19:56:28 +00:00
OBS User unknown
4d604d3570 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=9 2007-06-21 22:21:15 +00:00
OBS User unknown
cd78e7ee4e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=8 2007-06-19 23:14:50 +00:00
OBS User unknown
5f61378e48 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=7 2007-06-14 14:05:26 +00:00
OBS User unknown
fb0acb9041 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=6 2007-05-04 08:11:50 +00:00
OBS User unknown
c29722be0d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=5 2007-03-29 16:25:21 +00:00
OBS User unknown
6b45576ef5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=4 2007-03-07 21:50:13 +00:00
OBS User unknown
96a57bfd3f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=3 2007-02-26 18:06:55 +00:00
OBS User unknown
09905b2db3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=2 2007-01-18 00:51:49 +00:00
OBS User unknown
150864677b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=1 2007-01-15 23:33:08 +00:00