How to allow roaming client to send mails via its mail server


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to allow roaming client to send mails via its mail server
# 1  
Old 01-28-2009
How to allow roaming client to send mails via its mail server

Hi folks


OS- Debian Etch
Xen
postfix
courier
perdition
perdition-mysql
MySQL
Single public IP


Dom0 - Debian Etch workstation
Server-1, domU1 for routing with perdition and perdition-mysql
installed
Server-2, domU2, mail server for domain-A
Server-3, domU3, mail server for domain-B
etc.


This is server virtualization for testing. The whole system is working
nicely. Mails of domain-A are delivered to Server-2, mails of domain-B
delivered to Server-3, etc. Roaming clients can login their servers to
download mails. But they can't send mails via their server.


Please advise how to configure perdition allowing roaming clients to
send mails via their server. OR I have to use another solution? TIA


B.R.
satimis
# 2  
Old 01-29-2009
SMTP Auth

Find SMTP Authentication and/or SSL related extensions into respective document. That is unversal way for Roaming SMTP.
# 3  
Old 01-29-2009
Hi sumitpandya,


Thanks for your advice.


I have 2 routing mail servers on the Xen box.


Routing Mail Server-1A - without Perdition packages installed. Roaming mail clients can't login to send/receive mails.


Routing Mail Server-1B - with Perdition packages installed. Roaming mail clients can login to receive mails but unable to send mails.


Both of them have similar packages installed, running without problem. Incoming mails can be routed to their own servers. Only ONE public IP is used.


Quote:
Find SMTP Authentication and/or ..
Whether following documents are relevant for my application;


PostfixCompleteVirtualMailSystemHowto
https://help.ubuntu.com/community/Po...ailSystemHowto


Postfix with SMTP-AUTH and TLS
Howto
HOW TO: Postfix with SMTP-AUTH and TLS - Ubuntu Forums


Quote:
SSL related extensions into respective document. That is unversal way for Roaming SMTP.
Could you please explain in more detail. Google search on "SSL related extensions into respective document" can't find relevant document. TIA


B.R.
satimis
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies

2. Shell Programming and Scripting

How to send mail using PHP mail function On apache server.?

Hello, I am using centos-6.2 I have apache server,php5 on my system and I want to send mail using sendmail on my system. when I try to send mail from shell that time mail is succesfully sent to respective address() but when I try to send it through webbrowser I am not able to send it.... (1 Reply)
Discussion started by: Kiran ursal
1 Replies

3. UNIX for Advanced & Expert Users

How can I send a mail from my outlook or other mail accounts to UNIX server?

Hi all, I want to send a mail for my business needs from outlook account to an unix server (HP-UX) but I don't send any mail. While I can send from the unix server to my outlook account, I can't send from outlook to unix. How can I achieve this ? How can I send a mail from my outlook or other... (2 Replies)
Discussion started by: igelegin
2 Replies

4. UNIX for Dummies Questions & Answers

Configuring mail to send email from server to client

Hi, I want to send an email from server to my gmail account for all critical messages reported in the server. Kindly help me in configuring the same. Regards Rochit (1 Reply)
Discussion started by: rochitsharma
1 Replies

5. UNIX for Advanced & Expert Users

need to configure mail setting to send mail to outlook mail server

i have sun machines having solaris 9 & 10 OS . Now i need to send mail from the machines to my outlook account . I have the ip adress of OUTLOOK mail server. Now what are the setting i need to do in solaris machines so that i can use mailx or sendmail. actually i am trying to automate the high... (2 Replies)
Discussion started by: amitranjansahu
2 Replies

6. UNIX for Dummies Questions & Answers

Can't configure sendmail to send mails to external SMTP Server

Hi all,I know, that this is very common issue, but I can't find where is the problem... I have Solaris 10 installed.I want to send mail to external SMTP server, like:echo "letter body"| mailx -s "subject" test@test.comBut I donno what kind of changes I have to do in /etc/hosts and sendmail.cf or... (5 Replies)
Discussion started by: nypreH
5 Replies

7. Solaris

Configuring send mail client in solaris 10

Dear all, We have SMTP server in our organization & i want to send e-mails from solaris machine using sendmail ... in which file i need to put the smtp server ip, username & passwd.. kindly help ....... (4 Replies)
Discussion started by: vishwanathhcl
4 Replies

8. UNIX for Dummies Questions & Answers

how to send mail from server to client's email-id

i want to send email from server to the client's email-id. server is solaris. please help me out.i want to send mail to the email-id not to the var/spool/mail. (8 Replies)
Discussion started by: parmeet
8 Replies

9. Solaris

how to send mails to users on exchange server from sendmail/solaris(mailx)

Hi, Can anyone pls. tell me how to access Active directory from solaris. I am looking at solution by which I can send mail notification from the logs generated by scripts, to the users on Exchange server. I am trying for a Perl-LDAP module , but don't realy know how to go for it (5 Replies)
Discussion started by: ganeshh
5 Replies

10. UNIX for Dummies Questions & Answers

can not send mail from unix server to company/yahoo mail

hi, Gurus, I need some help with sending mail out from my UNIX server: It is running Solaris 2.6 and the sendmail version is 8.8. Output of :/usr/lib/sendmail -d0.1 -bt < /dev/null Version 8.8.8+Sun Compiled with: LOG MATCHGECOS MIME7TO8 MIME8TO7 NAMED_BIND NDBM NETINET ... (5 Replies)
Discussion started by: b5fnpct
5 Replies
Login or Register to Ask a Question