Page 1 of 1

EMAIL for AS Abap 7.52 SP01 Linux 64-bit

PostPosted: Sat Feb 23, 2019 3:30 pm
by Tron
How To install EMAIL for SAP APAP Demo 7.52 SP01
1.) Install DOVECOT with Yast.
add these entries :

e.g. sudo nano /etc/dovecot/dovecot.conf
/etc/dovecot/dovecot.conf
# Protocols we want to be serving.
protocols = imap pop3 lmtp

# edit conf.d/master.conf.
listen = *

/etc/dovecot/conf.d/10-auth.conf
disable_plaintext_auth = no

/etc/dovecot/conf.d/10-master.conf
unix_listener /var/spool/postfix/private/auth {
mode = 0660
user = postfix
group = postfix
}

/etc/dovecot/conf.d/10-mail.conf
inbox = yes


Add some entries to POSTFIX and Change the IP accordingly to the IP of your system
/etc/postfix/main.cf
home_mailbox = Maildir/
inet_interfaces = localhost, 192.168.216.7
inet_protocols = all
mydestination = $myhostname, localhost.$mydomain, $mydomain
myhostname = vhcalnplci.dummy.nodomain


Run Dovecot after Boot
Edit
/etc/init.d/boot.local
service dovecot start


run :
sudo service postfix start
sudo service dovecot start

Add an account in Outlook

000.png
000.png (34.05 KiB) Viewed 25497 times

test https://www.phpbb.com/community/viewtop ... 6&t=555959

EMAIL via Postfix and Gmail

PostPosted: Mon Mar 09, 2020 8:01 am
by Tron
Another option ...
Send email from SAP NetWeaver Dev Edition via Postfix and Gmail
https://blogs.sap.com/2020/03/08/send-e ... and-gmail/

thanks to Dylan Drummond
br Jens