Re: Relay mail server for a dial-up sat connection

2009-05-31 Thread Bastian Blank
On Fri, May 29, 2009 at 11:39:07AM +0200, Enrico g wrote: > I've been charged to develop a relay mail server in a dial-up sat > connection by my company. You have no previous knowledge about mail infrastructure? At least parts of the mail looks this way. > 1a) This server must connect to Internet

Re: Relay mail server for a dial-up sat connection

2009-05-29 Thread Wietse Venema
Enrico g: > 2b > Here comes a big question. I want a MTA that can receive mail from > clients using SMTP and send those "big bag of mails" using server > smtp.domain.net instead of take care to distribute every single mail. > Can postfix do this? and how? /etc/postfix/main.cf: # Don't deliver r

Re: Relay mail server for a dial-up sat connection

2009-05-29 Thread Terry Carmen
> In the case I will use postfix, how can I check out when it has > finished sending mail to Internet (to close dialup connection)? postqueue will show the current contents of the various queues. The maillog file will show a record of everything that has happened to each message. > Both qmail and

Relay mail server for a dial-up sat connection

2009-05-29 Thread Enrico g
Hello all, I've been charged to develop a relay mail server in a dial-up sat connection by my company. 1a) This server must connect to Internet every 3 hours and fetch and send mails for various users. 1b) Connection must be opened by the server at the start of the process and closed when all mail