2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
fonsy |
Posted: Apr 23 2003, 01:15 PM
|
Newbie Group: Members Posts: 22 Member No.: 165 Joined: 29-March 02 |
Xmail & FreeBSD 5.0 in Spanish here:
http://adsi.c-kuma.com/modules/xTutoriales...orial.php?IdT=9 |
hschneider |
Posted: May 10 2003, 07:28 AM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Here comes the short version (tested on FreeBSD 4.6.2):
# Build XMail from sourcecode gmake -f Makefile.bsd # Copy the created binaries to their appropriate locations cp sendmail MailRoot/bin cp XMail MailRoot/bin cp sendmail MailRoot/bin cp XMCrypt MailRoot/bin cp CtrlClnt MailRoot/bin cp MkUsers MailRoot/bin # Change rights chmod 700 MailRoot chmod 755 MailRoot/bin/* # Copy things to the final target cp MailRoot /var/MailRoot # Hook XMail into the system's startup sequence # Edit xmail.sh for your needs (MAIL_ROOT and MAIL_CMD_LINE) cp xmail /usr/local/etc/rc.d/xmail.sh chmod +x /usr/local/etc/rc.d/xmail.sh # Kill standard sendmail's process killall sendmail rm /var/run/sendmail.pid #Prepare the startup script for sendmail # Edit sendmail.sh for your needs (MAIL_ROOT and MAIL_CMD_LINE) cp sendmail.sh /usr/bin/sendmail.sh chmod +x /use/bin/sendmail.sh # Remove the sendmail softlink and # create a new one, pointing to the startup script cd /usr/sbin rm sendmail ln -s /usr/bin/sendmail.sh sendmail # -- DONE! The final release of 1.15 causes a failure during built:
For a complete built - open file SysDepBSD.cpp with an editor, - search for SysGetDayLight(void) , - change return ((unsigned long) daylight); to //return ((unsigned long) daylight); This disables the SysGetDayLight() function, which contains some BSD-invalid code. This raw modification might have some some influence on the logfile creation. Look at it as a first aid workaround until Davide has fixed this. -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
||
hschneider |
Posted: May 11 2003, 08:22 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Davide's fixed 1.15 for FreeBSD can be downloaded at
http://xmail.marketmix.com/downloads/xmail...-1.15bsd.tar.gz -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
fonsy |
Posted: May 14 2003, 08:38 PM
|
Newbie Group: Members Posts: 22 Member No.: 165 Joined: 29-March 02 |
Thanks!
|
hschneider |
Posted: Mar 1 2005, 05:23 PM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Looks like there is a mem leak with the standard make options on BSD platforms:
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
||
hschneider |
Posted: Mar 4 2005, 02:56 PM
|
||||||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Looks like this goes deeper than assumed first:
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
||||||