How to configure sendmail for a basic use (send and receive, one person, one email address)? [on hold]How to configure sendmail to send email via GMail (smtp.gmail.com), using port 465 or 587?How do I allow sendmail to send TO any address?How to configure sendmail (or postfix) to send confirmation emails using webmin?Setting sendmail to send mail for another serverConfigure sendmail to only send to local domainsendmail doesn't send email to specific domain email addressHow to use sendmail to send to remote smtp postfix relayHow do I configure sendmail to send mail via MX record and not to localhost?Configure sendmail on RHEL 6.3 to send email using my Microsoft exchange accountWhy does sendmail changes the FROM domain and how to configure the proper one?
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Are white and non-white police officers equally likely to kill black suspects?
Chess with symmetric move-square
Is there a familial term for apples and pears?
Why is an old chain unsafe?
Calculus Optimization - Point on graph closest to given point
Draw simple lines in Inkscape
Could a US political party gain complete control over the government by removing checks & balances?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
A Journey Through Space and Time
Infinite past with a beginning?
The use of multiple foreign keys on same column in SQL Server
What makes Graph invariants so useful/important?
Why does not dark matter gather and form celestial bodies?
What is the offset in a seaplane's hull?
Prevent a directory in /tmp from being deleted
DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?
Is Social Media Science Fiction?
Circuitry of TV splitters
How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?
N.B. ligature in Latex
Download, install and reboot computer at night if needed
Closed subgroups of abelian groups
Non-Jewish family in an Orthodox Jewish Wedding
How to configure sendmail for a basic use (send and receive, one person, one email address)? [on hold]
How to configure sendmail to send email via GMail (smtp.gmail.com), using port 465 or 587?How do I allow sendmail to send TO any address?How to configure sendmail (or postfix) to send confirmation emails using webmin?Setting sendmail to send mail for another serverConfigure sendmail to only send to local domainsendmail doesn't send email to specific domain email addressHow to use sendmail to send to remote smtp postfix relayHow do I configure sendmail to send mail via MX record and not to localhost?Configure sendmail on RHEL 6.3 to send email using my Microsoft exchange accountWhy does sendmail changes the FROM domain and how to configure the proper one?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a Centos6 and I started looking into sendmail in order to be able to send and receive email with something like admin@myDomainName.com. I basically have Win10 / Thunderbird and I want to send and receive email from a Centos6 server some place else. Can you tell me exactly what type of config would this be (sendmail)? I know that sendmail can use an ISP server for handling mail so this would not be a case here. I just want to have a) my pc and b) remote hosting with sendmail and send and receive email with one email address.
Thanks.
centos sendmail
New contributor
put on hold as off-topic by Sven♦ Apr 4 at 15:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – Sven
add a comment |
I have a Centos6 and I started looking into sendmail in order to be able to send and receive email with something like admin@myDomainName.com. I basically have Win10 / Thunderbird and I want to send and receive email from a Centos6 server some place else. Can you tell me exactly what type of config would this be (sendmail)? I know that sendmail can use an ISP server for handling mail so this would not be a case here. I just want to have a) my pc and b) remote hosting with sendmail and send and receive email with one email address.
Thanks.
centos sendmail
New contributor
put on hold as off-topic by Sven♦ Apr 4 at 15:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – Sven
1) Do you have some sendmail experience? NO => consider using postfix instead of sendmail. 2) Do you plan to use ssh? YES => ssh tunneling of SMTP/POP3/IMAP4 connections may simplify mail configuration.
– AnFi
Apr 4 at 15:56
add a comment |
I have a Centos6 and I started looking into sendmail in order to be able to send and receive email with something like admin@myDomainName.com. I basically have Win10 / Thunderbird and I want to send and receive email from a Centos6 server some place else. Can you tell me exactly what type of config would this be (sendmail)? I know that sendmail can use an ISP server for handling mail so this would not be a case here. I just want to have a) my pc and b) remote hosting with sendmail and send and receive email with one email address.
Thanks.
centos sendmail
New contributor
I have a Centos6 and I started looking into sendmail in order to be able to send and receive email with something like admin@myDomainName.com. I basically have Win10 / Thunderbird and I want to send and receive email from a Centos6 server some place else. Can you tell me exactly what type of config would this be (sendmail)? I know that sendmail can use an ISP server for handling mail so this would not be a case here. I just want to have a) my pc and b) remote hosting with sendmail and send and receive email with one email address.
Thanks.
centos sendmail
centos sendmail
New contributor
New contributor
New contributor
asked Apr 4 at 15:30
Andy RogersAndy Rogers
1
1
New contributor
New contributor
put on hold as off-topic by Sven♦ Apr 4 at 15:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – Sven
put on hold as off-topic by Sven♦ Apr 4 at 15:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User, and questions about development, testing and development tools may be asked on Stack Overflow." – Sven
1) Do you have some sendmail experience? NO => consider using postfix instead of sendmail. 2) Do you plan to use ssh? YES => ssh tunneling of SMTP/POP3/IMAP4 connections may simplify mail configuration.
– AnFi
Apr 4 at 15:56
add a comment |
1) Do you have some sendmail experience? NO => consider using postfix instead of sendmail. 2) Do you plan to use ssh? YES => ssh tunneling of SMTP/POP3/IMAP4 connections may simplify mail configuration.
– AnFi
Apr 4 at 15:56
1) Do you have some sendmail experience? NO => consider using postfix instead of sendmail. 2) Do you plan to use ssh? YES => ssh tunneling of SMTP/POP3/IMAP4 connections may simplify mail configuration.
– AnFi
Apr 4 at 15:56
1) Do you have some sendmail experience? NO => consider using postfix instead of sendmail. 2) Do you plan to use ssh? YES => ssh tunneling of SMTP/POP3/IMAP4 connections may simplify mail configuration.
– AnFi
Apr 4 at 15:56
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1) Do you have some sendmail experience? NO => consider using postfix instead of sendmail. 2) Do you plan to use ssh? YES => ssh tunneling of SMTP/POP3/IMAP4 connections may simplify mail configuration.
– AnFi
Apr 4 at 15:56