masqmail
annotate docs/agenda-config.site @ 246:4cff8638dd9b
SMTP client: tries EHLO now always first
Changed the behavior of the SMTP client. Now always an EHLO greeting
is sent, no matter what kind of greeting text the server had sent. If
the EHLO failed, an HELO greeting is tried as fall back. This is the
behavior RFC 2821 requires (section 3.2).
This change will fix setups that were not possible to sent to a
server because that requires AUTH but hadn't said ``ESMTP'' in its
greeting message.
See also: Debian bug #349211
Thanks to Steffen (inne)
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 28 Oct 2010 16:40:02 -0300 |
parents | 08114f7dcc23 |
children |
rev | line source |
---|---|
meillo@0 | 1 # config.site for configure |
meillo@0 | 2 # Agenda Vr3 TARGET |
meillo@0 | 3 |
meillo@0 | 4 # You could put this file to /usr/local/mipsel-linux/etc/agenda-config.site |
meillo@0 | 5 |
meillo@0 | 6 # run with |
meillo@0 | 7 # CONFIG_SITE=/wherever/you/store/it/agenda-config.site ./configure |
meillo@0 | 8 # or |
meillo@0 | 9 # export CONFIG_SITE=/wherever/you/store/it/agenda-config.site |
meillo@0 | 10 # if this is going to be a whole compilation orgy |
meillo@0 | 11 |
meillo@0 | 12 # Modified from the one provided by Bradley D. LaRonde |
meillo@0 | 13 |
meillo@0 | 14 # Edited by Andrej Cedilnik <acedil1@csee.umbc.edu> |
meillo@0 | 15 |
meillo@0 | 16 # Used some of solutions by Tilman Vogel <Tilman.Vogel@web.de> |
meillo@0 | 17 |
meillo@0 | 18 HOSTCC=gcc |
meillo@0 | 19 |
meillo@0 | 20 # Names of the cross-compilers |
meillo@0 | 21 CC=mipsel-linux-gcc |
meillo@0 | 22 CXX=mipsel-linux-gcc |
meillo@0 | 23 |
meillo@0 | 24 # The cross compiler specific options |
meillo@0 | 25 CFLAGS="-s -mips2 -O2 -fno-exceptions" |
meillo@0 | 26 CXXFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++" |
meillo@0 | 27 CPPFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++" |
meillo@0 | 28 LDFLAGS="-s -mips2" |
meillo@0 | 29 |
meillo@0 | 30 # Some other programs |
meillo@0 | 31 AR=mipsel-linux-ar |
meillo@0 | 32 RANLIB=mipsel-linux-ranlib |
meillo@0 | 33 NM=mipsel-linux-nm |
meillo@0 | 34 ac_cv_path_NM=mipsel-linux-nm |
meillo@0 | 35 ac_cv_func_setpgrp_void=yes |
meillo@0 | 36 host=mipsel-linux |
meillo@0 | 37 #prefix=/usr/mipsel-linux |
meillo@0 | 38 x_includes=/usr/mipsel-linux/include |
meillo@0 | 39 x_libraries=/usr/mipsel-linux/X11R6/lib |
meillo@0 | 40 |
meillo@0 | 41 # These are for GNU shellutils |
meillo@0 | 42 jm_cv_have_proc_uptime=yes |
meillo@0 | 43 jm_cv_func_working_gnu_strftime=yes |
meillo@0 | 44 |
meillo@0 | 45 # Some options for ease of compiling python |
meillo@0 | 46 ac_cv_sizeof_int=4 |
meillo@0 | 47 ac_cv_sizeof_char=1 |
meillo@0 | 48 ac_cv_sizeof_short=2 |
meillo@0 | 49 ac_cv_sizeof_float=4 |
meillo@0 | 50 ac_cv_sizeof_double=8 |
meillo@0 | 51 ac_cv_sizeof_pthread_t=4 |
meillo@0 | 52 ac_cv_sizeof_long=4 |
meillo@0 | 53 ac_cv_sizeof_void_p=4 |
meillo@0 | 54 ac_cv_sizeof_long_long=8 |
meillo@0 | 55 ac_cv_sizeof_off_t=4 |
meillo@0 | 56 ac_cv_sizeof_fpos_t=4 |
meillo@0 | 57 ac_cv_sizeof_time_t=4 |
meillo@0 | 58 |
meillo@0 | 59 # Some other stuff nobody knows why |
meillo@0 | 60 bad_forward=no |
meillo@0 | 61 LDSHARED='mipsel-linux-gcc -msoft-float -shared' |
meillo@0 | 62 ac_cv_malloc_zero=nonnull |
meillo@0 | 63 |
meillo@0 | 64 # squeak wants this |
meillo@0 | 65 # can't do misaligned access to doubles |
meillo@0 | 66 ac_cv_double_align=no |
meillo@0 | 67 # dunno what order doubles are in |
meillo@0 | 68 ac_cv_double_order=no |
meillo@0 | 69 |
meillo@0 | 70 ac_cv_header_wchar_h=no |
meillo@0 | 71 |