- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: postfix configuration issues...specifically ma...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2007 07:58 AM
07-26-2007 07:58 AM
postfix configuration issues...specifically masquerading (lack of )
Anything going outside does not, so my tests get rejected (me@hostname.com) :(
any assistance am I missing something?
thanks,
manny
main.cf entries:
smtp_generic_maps = hash:/etc/postfix/generic
masquerade_domains = $mydomain
contents of generic file:
me@hostname.com me@domain.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2007 10:06 AM
07-26-2007 10:06 AM
Re: postfix configuration issues...specifically masquerading (lack of )
mydomain = domain.com
myorigin = $mydomain
Should be enough.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 02:55 AM
07-27-2007 02:55 AM
Re: postfix configuration issues...specifically masquerading (lack of )
still having problems w/outgoing internet mail...not being masqueraded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 02:56 AM
07-27-2007 02:56 AM
Re: postfix configuration issues...specifically masquerading (lack of )
This report indicates a connection timed out error when testing to my cellphone acct. and gmail.
mail just sits captive in my queue directory...until I manually remove it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 02:46 AM
07-30-2007 02:46 AM
Re: postfix configuration issues...specifically masquerading (lack of )
I performed a telnet "gsmtp183.google.com 25" which timed out.
Called the Network Guys and requested that they allow smtp traffic from my box...please :)
it's a conspiracy :p will test once they open the port.
manny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 02:11 AM
08-01-2007 02:11 AM
Re: postfix configuration issues...specifically masquerading (lack of )
Had to take the network guys out for lunch, before they allowed outbound smtp traffic from my box...
thanks,
manny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 02:22 AM
08-01-2007 02:22 AM
Re: postfix configuration issues...specifically masquerading (lack of )
Check the maillog file.
Ensure DNS resolution is working:
dig domain.com MX
Ensure you can connect to the SMTP server:
telnet smtp_server.domain.com 25
Ensure that is listening in port 25:
netstat -an |grep :25
Get familiarized with postalias, postsuper and postqueue commands.
Have a nice day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 04:40 AM
08-01-2007 04:40 AM