~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/postfix/postfix.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (58.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140211074430-kwkoxdz0fbajn0fj
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
/*      Table lookup mechanisms:
241
241
/*      cidr_table(5), Associate CIDR pattern with value
242
242
/*      ldap_table(5), Postfix LDAP client
 
243
/*      lmdb_table(5), Postfix LMDB database driver
243
244
/*      memcache_table(5), Postfix memcache client
244
245
/*      mysql_table(5), Postfix MYSQL client
245
246
/*      nisplus_table(5), Postfix NIS+ client
246
247
/*      pcre_table(5), Associate PCRE pattern with value
247
248
/*      pgsql_table(5), Postfix PostgreSQL client
248
249
/*      regexp_table(5), Associate POSIX regexp pattern with value
 
250
/*      socketmap_table(5), Postfix socketmap client
249
251
/*      sqlite_table(5), Postfix SQLite database driver
250
252
/*      tcp_table(5), Postfix client-server table lookup
251
253
/*