Re: [ilugd]: Problem with SendMail

2002-10-29 Thread avadhesh ojha

hello
  i receive ur  mail today b'coz i m bussy . i m also working 
on mail application through c on linux platform. i will contat u 
as soon as possible.
avadhesh
On Fri, 25 Oct 2002 Suman Mukherji wrote :
Hi Friends,
I have an interesting problem where we are making an
application that will be using send mail as the SMTP
server. Could some one help me as to how I could make
all mails from other work-stations in LAN(samba
configured) to go through the sendmail of my machine.
Could someone suggest some place where I could get
good information on developing modules to enhance
sendmail.
Hope to find a solution here.
Bye,
Suman Mukherjee


Missed your favourite TV serial last night? Try the new, Yahoo! 
TV.
   visit http://in.tv.yahoo.com

  
To unsubscribe, send email to [EMAIL PROTECTED] with 
unsubscribe in subject header. Check archives at 
http://www.mail-archive.com/ilugd%40wpaa.org


 
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org




Re: [ilugd]: Problem with SendMail

2002-10-28 Thread Suman Mukherji
Hi Amol,
It is true that I had changed the network settings on
the weekend but I am able to access all the machies in
the network from my machine. So do I try to start it
manually and keep it waiting for any type of message
from it. 
Thanks again.
Suman 
--- Amol Rao [EMAIL PROTECTED] wrote:  I had
similar problem. Sendmail tries to detect the
 network setting you gave at the time of
 installation.
 Sendmail will continue after a long delay in that
 case. Correct your network setting. 
 
 Cheers,
 Amol.
 
 --- Suman Mukherji [EMAIL PROTECTED]
 wrote:
  Hi Friends,
  I have a problem with sendmail. When I boot my
  machine
  (Red Hat Linux 7.2) the boot process stops with
  starting sendmail ,if I do interactive booting
 and
  skip sendmail the machine boots.
  Could some please help me out.
  Thanks in advance,
  Suman
  
 


  Missed your favourite TV serial last night? Try
 the
  new, Yahoo! TV.
 visit http://in.tv.yahoo.com
  
   
  
  To unsubscribe, send email to
 [EMAIL PROTECTED]
  with unsubscribe in subject header. Check archives
  at http://www.mail-archive.com/ilugd%40wpaa.org
  
 
 
 =
 -BEGIN GEEK CODE BLOCK-
 Version: 3.1
 GCS/GIT d- d s+:+ a-? C ULHSX++ P++ M- L+++ E
 W+ N w++ w--- PS+
 PGP
 X++ R* tv+ b+ DI++ D+ G- h- r O-- V-- Y-
 --END GEEK CODE BLOCK--
 
 __
 Do you Yahoo!?
 Y! Web Hosting - Let the expert host your web site
 http://webhosting.yahoo.com/
 
  
 
 To unsubscribe, send email to [EMAIL PROTECTED]
 with unsubscribe in subject header. Check archives
 at http://www.mail-archive.com/ilugd%40wpaa.org
  


Missed your favourite TV serial last night? Try the new, Yahoo! TV.
   visit http://in.tv.yahoo.com

  
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject 
header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org




Re: [ilugd]: Problem with SendMail

2002-10-28 Thread Sandip Bhattacharya


Thanks , I have solved the problem , as Amol had
pointed out I changed the network properties but
forgot to change the smb.conf files. When I changed
the files (edited the hosts allow fields) the sendmail
stated working.


What are you talking about? You changed samba config files and sendmail 
started working?
Check your hostname and see that it is fully qualified and is either 
resolvable through DNS or can be resolved through /etc/hosts. This is 
generally the most frequent reason for sendmail getting stuck during boot 
time. Sendmail( and actually even Apache) tries to find a resolvable 
hostname on which it is going to run.

But now I can access all the machies in the network
through smbmount command but none of the machies can
access me . could someone help me out please.We are in
a workgroup named DEVELOPMENT and do not have any
domain in the network.


Look for documentation on password encryption in Samba. See how to 
enable(or disable) password encryption in the samba server.

- Sandip


---

Sandip Bhattacharya
Puroga Technologies
Work: sandip  @  puroga.com, http://www.puroga.com
Play:  sandipb @ bigfoot.com, http://www.sandipb.net


 
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org



Re: [ilugd]: Problem with SendMail

2002-10-28 Thread Alok Sinha
Sandip Bhattacharya [EMAIL PROTECTED] said:

 
 Thanks , I have solved the problem , as Amol had
 pointed out I changed the network properties but
 forgot to change the smb.conf files. When I changed
 the files (edited the hosts allow fields) the sendmail
 stated working.
 
 What are you talking about? You changed samba config files and sendmail 
 started working?
 Check your hostname and see that it is fully qualified and is either 
 resolvable through DNS or can be resolved through /etc/hosts. This is 
 generally the most frequent reason for sendmail getting stuck during boot 
 time. Sendmail( and actually even Apache) tries to find a resolvable 
 hostname on which it is going to run.
 
 But now I can access all the machies in the network
 through smbmount command but none of the machies can
 access me . could someone help me out please.We are in
 a workgroup named DEVELOPMENT and do not have any
 domain in the network.

Try the following samaba config file 
[global]
printing = lprng
dns proxy = no
postscript = yes
security = share
workgroup = DEVELOPMENT
server string = B Box Server
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
netbios name = bbox
log file = /var/log/samba/%m.log
load printers = yes
printcap name = /etc/printcap
max log size = 0

[printers]
path = /var/spool/samba
writable = yes
postscript = yes
comment = All Printers
printable = yes
public = yes

[tmp]
path = /tmp
writable = yes
comment = Temp Dir
public = yes

[g8backup]
path = /g8bak
writable = yes
browseable = yes
comment = Backup files
public = yes
available = yes

[g8ftp]
path = /var/ftp/pub
writable = yes
browseable = yes
comment = FTP Server Files
public = yes
available = yes

I hv included some sample file share.
CAUTION: This will open read/write facilities on some of yr folders, which is a good 
security risk. Use at your own 
risk.

 Look for documentation on password encryption in Samba. See how to 
 enable(or disable) password encryption in the samba server.
 
 - Sandip
 
 
 ---
 
 Sandip Bhattacharya
 Puroga Technologies
 Work: sandip  @  puroga.com, http://www.puroga.com
 Play:  sandipb @ bigfoot.com, http://www.sandipb.net
 
 
   
 To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject 
header. Check archives at 
http://www.mail-archive.com/ilugd%40wpaa.org
 



-- 
Regards,
Alok Sinha
G8.Net P Ltd
E-43, Krishna Park
New Delhi, India 110 062
http://www.g8.net




Message sent using G8WebMail
For more information on the G8 Webmail, visit http://www.g8.net

  
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject 
header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org




[ilugd]: Problem with SendMail

2002-10-25 Thread Suman Mukherji
Hi Friends,
I have an interesting problem where we are making an
application that will be using send mail as the SMTP
server. Could some one help me as to how I could make
all mails from other work-stations in LAN(samba
configured) to go through the sendmail of my machine.
Could someone suggest some place where I could get
good information on developing modules to enhance
sendmail.
Hope to find a solution here.
Bye,
Suman Mukherjee


Missed your favourite TV serial last night? Try the new, Yahoo! TV.
   visit http://in.tv.yahoo.com

  
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject 
header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org