search for: mail_directory

Displaying 14 results from an estimated 14 matches for "mail_directory".

1999 Dec 22
2
ANNOUNCE: openssh-1.2.1pre19
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 OpenSSH-1.2.1pre19 has been released. http://violet.ibs.com.au/openssh/files/MIRRORS.html The major change in this version is the integration of Andre Lucas' HPUX support. This adds a few other options which may be useful on other systems. Changelog: 19991221 - Integration of large HPUX patch from Andre Lucas <andre.lucas at
1999 Dec 22
2
ANNOUNCE: openssh-1.2.1pre19
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 OpenSSH-1.2.1pre19 has been released. http://violet.ibs.com.au/openssh/files/MIRRORS.html The major change in this version is the integration of Andre Lucas' HPUX support. This adds a few other options which may be useful on other systems. Changelog: 19991221 - Integration of large HPUX patch from Andre Lucas <andre.lucas at
2001 Apr 06
3
$MAIL surprise
I got email yesterday from a user who had run 'from' and got the message "No mail in /home/stevev/$USER" (where $USER was that person's username). At first I thought he had pilfered my .bashrc, but on further investigation I discovered that my home directory path had been compiled in to sshd, because the configuration tests assume that the directory part of $MAIL is the
2001 Jun 21
0
Bug: OpenSSH (port.) daemon sets $MAIL incorrectly on Solaris (others?)
...", pw->pw_name); child_set_env(&env, &envsize, "MAIL", buf); A different approach to the problem would be to modify the definitions so that the trailing slash is always present in the macro; for instance, by changing "defines.h" to read: #ifndef MAIL_DIRECTORY # define MAIL_DIRECTORY "/var/spool/mail/" #endif #ifndef _PATH_MAILDIR # define _PATH_MAILDIR MAIL_DIRECTORY #endif #if !defined(MAILDIR) && defined(_PATH_MAILDIR) # define MAILDIR _PATH_MAILDIR "/" #endif /* !defined(MAILDIR) &&amp...
2007 Jul 01
1
Differences in deliver and IMAP
....38.62 resp=AGFuZHkuc2hlbGxhbUBtYWlsbmV0d29yay5jby51awBhYzI5Y2U4NHN5ZA== dovecot: Jul 01 16:51:46 Info: auth(default): sql(andy.shellam at mailnetwork.co.uk,82.165.38.62): query: SELECT <user_field> as user, <password_field> as password, <home_directory> AS userdb_home, <mail_directory> AS userdb_mail, <chroot_directory> AS userdb_chroot, <uid_field> AS userdb_uid, <gid_field> AS userdb_gid FROM <user_table> WHERE <user_field> = 'andy.shellam at mailnetwork.co.uk' dovecot: Jul 01 16:51:46 Info: auth(default): client out: OK 1 user...
2000 Mar 14
1
Problems compiling 1.2.2 on HP-UX 10.20
...gcc v2.8.1 and the first error is something like: defines.h:93: parse error before `u_int64_t` I got around this by uncommenting (guessing) line 118 in config.h: #define HAVE_UINTXX_T 1 But then I got another error when trying to compile sshd.c, I get an error message like: sshd.c:2408: 'MAIL_DIRECTORY' undeclared Are there known problems compiling on Hp-UX 10.20 ? TIA, Mats (not subscribed to this alias) ----------------------------------------------------- This mail sent through IMP: http://web.horde.org/imp/
2012 Jun 20
1
director map and mysql
...t = 24245 in /etc/dovecot/dovecot-sql.conf at director there's password_query = SELECT \ NULL AS password,\ 'Y' as nopassword, \ 'Y' AS proxy, \ MBOX_NAME as user, \ host2 as host \ from M_MAILBOX \ where MBOX_NAME = '%u' user_query = SELECT \ MBOX_NAME AS username, \ MAIL_DIRECTORY as home \ from M_MAILBOX \ where MBOX_NAME = '%u'; iterate_query = select MBOX_NAME AS username from M_MAILBOX; backend's conf: service doveadm { inet_listener { port = 24245 } }
2005 Oct 07
5
[Bug 1098] $MAIL being set incorrectly for HPUX server login
http://bugzilla.mindrot.org/show_bug.cgi?id=1098 Summary: $MAIL being set incorrectly for HPUX server login Product: Portable OpenSSH Version: 4.2p1 Platform: HPPA OS/Version: HP-UX Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy:
2000 Feb 14
0
[openssh-1.2.2] some porting notes for SunOS 4.1.4
...simple replacements in term of on_exit and bcopy and linked them without problem when necessary. (See code at end of mail.) -- The mail directory could not be deduced from any header file. In addition, the MAIL environment variable was also not defined when running configure. As a consequence, MAIL_DIRECTORY was just #undef'ined in config.h and compilation of sshd.c failed. I recommend adding and documenting an explicit --maildir configure option. -- In packet.c, some IP TOS related constants are undefined. I assumed the associated setsockopt calls were optional, but I may be wrong. (See patch...
2017 Jan 08
1
.dovecot.sieve location issue
Hello, Here it is: # 2.2.10: /etc/dovecot/dovecot.conf # OS: Linux 3.14.32-xxxx-grs-ipv6-64 x86_64 first_valid_gid = 5000 first_valid_uid = 5000 lda_mailbox_autocreate = yes lda_mailbox_autosubscribe = yes mail_access_groups = vmail mail_location = /home/mail/%d/%n mail_privileged_group = vmail managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope
2001 Aug 13
1
[PATCH] Maildir support
...10 12:53:30 2001 @@ -237,8 +237,11 @@ /* to the conversation function with an extra level of indirection */ #undef PAM_SUN_CODEBASE -/* Set this to your mail directory if you don't have maillock.h */ +/* Set this to your mail directory if you don't have maillock.h or paths.h */ #undef MAIL_DIRECTORY + +/* Set this to enable support for Maildir style mailboxes. */ +#undef MAILDIR_FORMAT /* Data types */ #undef HAVE_U_INT diff -ur --exclude=configure openssh-2.9p2/configure.in openssh-2.9p2.maildir/configure.in --- openssh-2.9p2/configure.in Mon May 28 19:21:44 2001 +++ openssh-2.9p2.maildir...
2003 Dec 30
8
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 16:39 ------- tried openssh-SNAP-20031223 does not compile: (cd openbsd-compat && make) gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -Dftruncate=chsize -I/usr/local/include -DHAVE_CONFIG_H -c
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...AVE_DAEMON 1 #define HAVE_GETPAGESIZE 1 #define XAUTH_PATH "/usr/X11R6/bin/xauth" /* #undef HAVE_MD5_PASSWORDS */ /* #undef DISABLE_SHADOW */ #define HAS_SHADOW_EXPIRE 1 /* #undef HAVE_OSF_SIA */ /* #undef HAVE_GETPWANAM */ /* #undef HAVE_OLD_PAM */ /* #undef PAM_SUN_CODEBASE */ /* #undef MAIL_DIRECTORY */ #define HAVE_U_INT 1 #define HAVE_INTXX_T 1 #define HAVE_U_INTXX_T 1 #define HAVE_UINTXX_T 1 #define HAVE_INT64_T 1 #define HAVE_U_INT64_T 1 #define HAVE_U_CHAR 1 #define HAVE_SIZE_T 1 #define HAVE_SSIZE_T 1 #define HAVE_CLOCK_T 1 #define HAVE_MODE_T 1 #define HAVE_PID_T 1 #define HAVE_SA_FAMILY...
2000 Jan 27
1
Long awaited round 1 of NeXT patches.
...t and deal with this stuff when I + have a chance to skim more of the header files. - Ben Lindstrom */ +#ifdef HAVE_NEXT +#define TCP_NODELAY IPTOS_LOWDELAY +#define IP_TOS 1 +#define IPTOS_LOWDELAY 0x10 /* TCP_NODELAY */ +#define IPTOS_THROUGHPUT 0x08 +#define MAIL_DIRECTORY "/usr/spool/mail" +#endif /* BSD function replacements */ #include "bsd-bindresvport.h" diff -ruN openssh-1.2.2/login.c ossh-1.2.2n/login.c --- openssh-1.2.2/login.c Tue Jan 25 18:04:48 2000 +++ ossh-1.2.2n/login.c Thu Jan 27 00:42:24 2000 @@ -23,9 +23,6 @@ #if defined(HAVE...